rgb-cln/wallet
Rusty Russell 85ff95e829 common: new directory for any shared objects.
To avoid everything pulling in HTLCs stuff to the opening daemon, we
split the channel and commit_tx routines into initial_channel and
initial_commit_tx (no HTLC support) and move full HTLC supporting versions
into channeld.

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
Makefile wallet: Created a simple persisted shachain unit-test 2017-08-10 12:34:58 +09:30
db.c lightningd: remove num_revocations_received. 2017-08-23 17:38:22 +02:00
db.h db: Add a hexval helper to decode hex values from db into fields 2017-08-10 12:34:58 +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 lightningd: remove num_revocations_received. 2017-08-23 17:38:22 +02:00
wallet.h lightningd: Load persisted channels on startup 2017-08-23 10:23:54 +09:30
wallet_tests.c wallet: Moving wallet_channel->peer_id into the peer struct 2017-08-23 10:23:54 +09:30
walletrpc.c common: new directory for any shared objects. 2017-08-29 17:54:14 +02:00
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30