core-lightning/wallet
Christian Decker da183c22a0 db: Cleanup all remaining traces of hex-encoded values
In addition we also set some of the test values to a pattern instead
of just `memset`ting it to 0, which may hide some crossed lines.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2017-10-31 22:43:47 +00:00
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 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
db.c db: Cleanup all remaining traces of hex-encoded values 2017-10-31 22:43:47 +00:00
db.h db: Cleanup all remaining traces of hex-encoded values 2017-10-31 22:43:47 +00:00
Makefile wallet: Added loading of HTLCs from the database 2017-10-09 11:51:13 +10:30
test_utils.h wallet: Add wallet_tests and simplify db_tests 2017-06-06 09:16:10 +09:30
wallet_tests.c db: Cleanup all remaining traces of hex-encoded values 2017-10-31 22:43:47 +00:00
wallet.c db: Cleanup all remaining traces of hex-encoded values 2017-10-31 22:43:47 +00:00
wallet.h wallet: Add primitives to retrieve htlc_stubs for channel 2017-10-10 23:59:34 +00:00
walletrpc.c moveonly: Move make wallet_extract_owned available publicly 2017-09-10 10:48:53 +09:30
walletrpc.h walletrpc: Implemented the withdrawal flow 2017-06-23 16:02:20 +09:30