core-lightning/wallet
Rusty Russell 9d9c1c3db6 wallet: wrap missing last_processed_block handling in COMPAT_V052.
Our testing also reveals a bug: we start lightningd and shut it down
before fully processing the blockchain, so we don't set
last_processed_block.  Fix that by setting it immediately once we have
a block: worst case it goes backwards a little.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-03-07 18:55:51 +01:00
..
test Explicit error message when disconnect fails 2018-03-07 16:14:01 +01:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c db: Add index on utxoset.spendheight to speed up blockchain reorgs 2018-03-06 18:59:27 +01:00
db.h lightningd: close and reopen db across fork for daemonize 2018-02-27 00:09:34 +01:00
invoices.c Do preimage, hash and consequentially bolt11 generation before we store the invoice in db. 2018-03-01 03:55:48 +00:00
invoices.h Do preimage, hash and consequentially bolt11 generation before we store the invoice in db. 2018-03-01 03:55:48 +00:00
Makefile wallet: Move txfilter into wallet 2018-03-06 18:59:27 +01:00
txfilter.c wallet: Move txfilter into wallet 2018-03-06 18:59:27 +01:00
txfilter.h wallet: Move txfilter into wallet 2018-03-06 18:59:27 +01:00
wallet.c wallet: wrap missing last_processed_block handling in COMPAT_V052. 2018-03-07 18:55:51 +01:00
wallet.h wallet: Add primitive to register new utxoset outpoint to the wallet 2018-03-06 18:59:27 +01:00
walletrpc.c jsonrpc: Add confirmation status to listfunds output 2018-03-06 18:59:27 +01:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30