rgb-cln/wallet
Rusty Russell 3991425111 gossipd: don't accept forwarding short_channel_ids we don't own.
Gossipd provided a generic "get endpoints of this scid" and we only
use it in one place: to look up htlc forwards.  But lightningd just
assumed that one would be us.

Instead, provide a simpler API which only returns the peer node
if any, and now we handle it much more gracefully.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-10-15 23:04:17 +00:00
..
test gossipd: don't accept forwarding short_channel_ids we don't own. 2018-10-15 23:04:17 +00:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile wallet: fix Makefile to include correct dependencies. 2018-09-14 22:11:48 +02:00
db.c common/utils.h: add tal_arr_expand helper. 2018-09-27 22:57:19 +02:00
db.h db: full location tags for callers, make it implicit. 2018-04-27 16:20:35 +02:00
invoices.c wallet: do wallet_invoice init during preparation. 2018-09-03 05:01:40 +00:00
invoices.h wallet: do wallet_invoice init during preparation. 2018-09-03 05:01:40 +00:00
txfilter.c common/utils.h: add tal_arr_expand helper. 2018-09-27 22:57:19 +02:00
txfilter.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00
wallet.c wallet: Actually load wallet stats when asked to 2018-10-13 10:58:53 +00:00
wallet.h db: save the failcode / failuremsg into db. 2018-10-09 23:17:54 +00:00
walletrpc.c param: call param() all the time 2018-09-25 15:11:45 +02:00
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00