rgb-cln/wallet
niftynei e81d78ec4c fundpsbt/utxopsbt: new `min_witness_weight` param
Needed for v2 of channel opens, where the minimum weight is 110; a
'simple utxo' (sig + key) weighs in at 107, so we a need a way to
establish a floor for this case.

Changelog-Added: JSON-RPC: fundpsbt/utxopsbt have new param, `min_witness_utxo`, which sets a floor for the weight calculation of an added input
2020-12-02 14:19:08 +10:30
..
test unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
.gitignore
Makefile Makefile: fix bashism in NO_PYTHON 2020-10-26 21:28:36 -05:00
db.c db: adds a state_change history to database 2020-11-06 14:47:04 -06:00
db.h
db_common.h
db_postgres.c Makefile: make check-includes check all the non-generated files. 2020-10-22 12:14:34 +10:30
db_postgres_sqlgen.c unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
db_sqlite3.c Makefile: make check-includes check all the non-generated files. 2020-10-22 12:14:34 +10:30
db_sqlite3_sqlgen.c unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
invoices.c
invoices.h
reservation.c fundpsbt/utxopsbt: new `min_witness_weight` param 2020-12-02 14:19:08 +10:30
statements_gettextgen.po unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
txfilter.c
txfilter.h
wallet.c feat: adds state_changes to listpeers output 2020-11-06 14:47:04 -06:00
wallet.h feat: adds state_changes to listpeers output 2020-11-06 14:47:04 -06:00
walletrpc.c
walletrpc.h