rgb-cln/wallet
Christian Decker d6656358b5 wallet: Add bip32_base to the wallet struct
Wallet should really be the container for anything bip32 related, so
I'd like to slowly wean off of `ld->bip32_base` in favor of
`ld->wallet->bip32_base`
2017-06-23 16:02:20 +09:30
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30
db.c unittests: Test some more of the db primitives. 2017-06-23 16:02:20 +09:30
db.h wallet: Helper to store/retrieve persistent vars to/from DB 2017-06-06 09:16:10 +09:30
db_tests.c unittests: Test some more of the db primitives. 2017-06-23 16:02:20 +09:30
test_utils.h wallet: Add wallet_tests and simplify db_tests 2017-06-06 09:16:10 +09:30
wallet.c wallet: Add bip32_base to the wallet struct 2017-06-23 16:02:20 +09:30
wallet.h wallet: Add bip32_base to the wallet struct 2017-06-23 16:02:20 +09:30
wallet_tests.c wallet: Reserve UTXOs used in build_utxos 2017-06-06 09:16:10 +09:30
walletrpc.c wallet: Move json_newaddr to wallet.c 2017-06-23 16:02:20 +09:30
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30