core-lightning/wallet
Michael Schmoock 3fa539fc1b chore: increase min-capacity-sat to 10k
The old value of 1000 sat was too small to cover the dust reserves.
This lead to the situation when trying to open a channel with minimal
amount, the channels got refused because they were not able cover the
commitment fees.

For this reason the minimal capacity should be increased to i.e. 10k
satoshi, as the technical minimum that also accounts for fees and
reserves is somewhere around 6k sat.
2019-04-16 15:01:28 -07:00
..
test chore: increase min-capacity-sat to 10k 2019-04-16 15:01:28 -07:00
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db.c wallet: Record the received_time and resolved_time for HTLCs 2019-04-10 23:48:39 +00:00
db.h db: Add timestamp primitives so we can store them in the DB 2019-04-10 23:48:39 +00:00
invoices.c db: create explicit separate API for select statements. 2019-04-08 01:56:17 +00:00
invoices.h wallet: use amount_sat/amount_msat. 2019-02-21 08:01:37 +00:00
Makefile wallet: fix Makefile to include correct dependencies. 2018-09-14 22:11:48 +02:00
txfilter.c pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 2019-04-09 12:37:16 -07:00
txfilter.h pubkey: rename PUBKEY_DER_LEN to PUBKEY_CMPR_LEN. 2019-04-09 12:37:16 -07:00
wallet.c json-rpc: Include received and resolved time to listforward result 2019-04-10 23:48:39 +00:00
wallet.h json-rpc: Include received and resolved time to listforward result 2019-04-10 23:48:39 +00:00
walletrpc.c Use node_id everywhere for nodes. 2019-04-09 12:37:16 -07:00
walletrpc.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00