core-lightning/wallet
Rusty Russell 153c622157 lightningd: remove lightningd_state.
Some fields were redundant, some are simply moved into 'struct lightningd'.
All routines updated to hand 'struct lightningd *ld' now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-08-29 17:54:14 +02:00
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c common: absorb remaining files from daemon/ 2017-08-29 17:54:14 +02:00
db.h common: absorb remaining files from daemon/ 2017-08-29 17:54:14 +02:00
db_tests.c unittests: Test some more of the db primitives. 2017-06-23 16:02:20 +09:30
Makefile common: move some files out of lightningd/ 2017-08-29 17:54:14 +02:00
test_utils.h wallet: Add wallet_tests and simplify db_tests 2017-06-06 09:16:10 +09:30
wallet.c common: absorb remaining files from daemon/ 2017-08-29 17:54:14 +02:00
wallet.h common: move some files out of lightningd/ 2017-08-29 17:54:14 +02:00
wallet_tests.c wallet: Moving wallet_channel->peer_id into the peer struct 2017-08-23 10:23:54 +09:30
walletrpc.c lightningd: remove lightningd_state. 2017-08-29 17:54:14 +02:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30