rgb-cln/wallet
lisa neigut a9d0550cf4 common: pull out scriptPubkey address method
We're going to need this for P2WSH scripts. pull it out into
a common file plus adopt the sanity checks so that it will allow for
either P2WSH or P2WPKH (previously only encoded P2WPKH scripts)
2019-06-12 02:22:43 +00:00
..
test lightningd: tighten interal json_stream API. 2019-06-12 02:00:15 +00:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile wallet: fix Makefile to include correct dependencies. 2018-09-14 22:11:48 +02:00
db.c ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00
db.h ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00
invoices.c ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00
invoices.h ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00
txfilter.c txfilter: Migrate the list of owned scriptPubKeys into a hashset 2019-06-07 23:29:32 +00:00
txfilter.h pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 2019-04-09 12:37:16 -07:00
wallet.c ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00
wallet.h ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00
walletrpc.c common: pull out scriptPubkey address method 2019-06-12 02:22:43 +00:00
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00