5982 Commits (53488e573913ab0aa4debe8f318024cd7f7cb2be)
 

Author SHA1 Message Date
Rusty Russell 220449e1cd ccan: import ccan/json_out and ccan/json_escape. 5 years ago
Rusty Russell 26cdf9d3dc plugins/pay: don't retry routehint if it contains already-eliminated channel. 5 years ago
Rusty Russell 260febd88b plugins/pay: fix attempt counter on failure message. 5 years ago
Rusty Russell 1e32b4ab29 gossipd: adjust gossip filters if we discover we're missing gossip. 5 years ago
Rusty Russell 6830233d0b gossipd: control gossip level so we don't get flooded by peers. 5 years ago
Rusty Russell f5ea57d4c0 gossipd: reset gossip_missing if no reports for 10 minutes. 5 years ago
Rusty Russell b9053767e7 gossipd: query unknown short_channel_ids, note if they were really missing. 5 years ago
Rusty Russell 18069ab3da gossipd: APIs return more information about routing message handling. 5 years ago
Rusty Russell 5ef7aa70d2 gossipd: prepare for internally-generated short-channel-id queries. 5 years ago
Rusty Russell 21c920a8e8 gossipd: note if loaded store seems reasonably up-to-date. 5 years ago
Rusty Russell 0d2a4830ed ccan: update to faster and correct crc32c implementation. 5 years ago
darosior 7ce4fcd983 Added a CHANGELOG brag line about 'fundchannel' accepting an utxo list 5 years ago
darosior 2436214145 fundchannel: Add some tests to fund channels by utxos 5 years ago
darosior 1b29b063b2 fundchannel: Update the manpage and Pylightning's method 5 years ago
darosior ac038b340b fundchannel: Add a new 'utxo' parameter 5 years ago
darosior ca4b07c529 json: add a helper to split a json token given a specific character 5 years ago
Rusty Russell db22d2ba9a pytest: simplify and annotate test_channel_drainage. 5 years ago
Rusty Russell 1275928fa2 channeld: don't add HTLCs if that would drive us negative. 5 years ago
Rusty Russell 431401ad35 channeld: don't subtract both reserves from advertized htlc_max. 5 years ago
Rusty Russell 044860881e lightningd: don't let spendable_msat go wumbo. 5 years ago
Rusty Russell bb6c34fb13 lightningd: take into account outstanding HTLCs for 'spendable_msat' 5 years ago
Rusty Russell ab31f40aa2 gossipd: don't charge ourselves fees when calculating route. 5 years ago
Rusty Russell ad24d94c7b lightningd: make 'spendable_msatoshi' more realistic. 5 years ago
Rusty Russell e7778a0494 channeld: extract HTLC trim logic into common. 5 years ago
Rusty Russell 7b7d46c166 pytest: extract separate tests that spendable_msat is accurate. 5 years ago
Rusty Russell 409368e058 pytest: move test_channel_drainage to test_pay.py 5 years ago
Rusty Russell 380c044668 tests: add plugin for simple invoice delay. 5 years ago
Rusty Russell b48c644e7a listchannels: add `htlc_minimum_msat` and `htlc_maximum_msat` fields. 5 years ago
Michael Schmoock 4a242edc1f test: drains a channel to crash the daemon 5 years ago
Rusty Russell db0a28501b gossip: bump version to remove lingering issues with master. 5 years ago
Michael Schmoock 42d6bf564c test: fix flaky test_gossip_notices_close with wait_for_mempool 5 years ago
Christian Decker 9e511cbf3e plugin: Use the json_add_secret wrapper to add the shared_secret 5 years ago
Christian Decker c91483f605 json: Add wrapper to add a secret to a JSON result 5 years ago
Rusty Russell 6f015b69fd channeld: don't send feerate spam if we can't set it as high as we want. 5 years ago
Rusty Russell d344f9d267 pytest: test for duplicate update_fee spam. 5 years ago
Christian Decker b6b548a983 wallet: Rip out the txtypes type in favor of enum wallet_tx_type 5 years ago
Christian Decker 3c777fa0f3 json-rpc: Add `listtransactions` RPC method 5 years ago
Christian Decker 6efb1c00a6 wallet: Add function to retrieve transactions from the wallet 5 years ago
Christian Decker 605358f2a3 onchaind: Have onchaind annotate unilateral, cheat and mutual closes 5 years ago
Christian Decker 61a28ccb39 openingd: Annotate our own funding transaction 5 years ago
Christian Decker 49a0de7b1d onchaind: Annotate their sweep transactions 5 years ago
Christian Decker 94e024af41 onchaind: Have onchaind annotate htlc-{succes,failure} and penalties 5 years ago
Christian Decker a54b7da705 onchaind: Allow onchaind to annotate transactions we watch 5 years ago
Christian Decker ae0bc4aed0 onchaind: Store and annotate transactions we broadcast ourselves 5 years ago
Christian Decker 05dbf1a2a9 onchaind: Store and annotate close transaction when we drop to chain 5 years ago
Christian Decker 7f898aa2a4 wallet: Annotate funding transaction in the database 5 years ago
Christian Decker 04c255f3ae wallet: Store and annotate withdrawals in the DB 5 years ago
Christian Decker 771ff1f214 chaintopology: Annotate transactions as deposits if we owned outputs 5 years ago
Christian Decker 4c57d44252 channel: Along with the last_tx also remember its type 5 years ago
Christian Decker ad4b9204ab wallet: Add function to annotate transactions aposteriori 5 years ago