5949 Commits (f1bea55395c23f5d79401b05b95835d772e946e7)
 

Author SHA1 Message Date
lisa neigut 23e7846053 pylightning: add fundchannel_start 6 years ago
lisa neigut 5920e656cf opening: wire up walking through open channel up thru accept 6 years ago
lisa neigut 685aa47b65 openingd: pull out setup funder checks into separate method 6 years ago
lisa neigut 8103acd9b3 opening: add entry point for `funding_start rpc command 6 years ago
lisa neigut 846bc9cbc4 openingd: allow funding_failed to complete successfully 6 years ago
lisa neigut 1b2a593b05 tests: default all addresses to bech32 6 years ago
lisa neigut eb0b3d7b09 json: correct error message for param parser 6 years ago
lisa neigut a9d0550cf4 common: pull out scriptPubkey address method 6 years ago
Rusty Russell 5a520f4a07 plugin: don't call notification after free. 6 years ago
Rusty Russell c6ec9443b9 jsonrpc: don't return "stop" until we actually have freed resources. 6 years ago
Rusty Russell d817735dc2 lightningd: use ccan/json_out. 6 years ago
Rusty Russell 7f75043ab2 lightningd: tighten interal json_stream API. 6 years ago
Rusty Russell adc4bf1817 pylightning: remove 0.6.2 JSON compat wedge. 6 years ago
Rusty Russell bb7bbd03c5 lightningd: have json_stream_success start the "result" object. 6 years ago
Rusty Russell 0e336ac252 plugins/pay: use proper JSON construction for failure paths. 6 years ago
Rusty Russell c585f22711 libplugin: update API to use json_out. 6 years ago
Rusty Russell c77e29c403 libplugin: use json_out internally. 6 years ago
Rusty Russell 220449e1cd ccan: import ccan/json_out and ccan/json_escape. 6 years ago
Rusty Russell 26cdf9d3dc plugins/pay: don't retry routehint if it contains already-eliminated channel. 6 years ago
Rusty Russell 260febd88b plugins/pay: fix attempt counter on failure message. 6 years ago
Rusty Russell 1e32b4ab29 gossipd: adjust gossip filters if we discover we're missing gossip. 6 years ago
Rusty Russell 6830233d0b gossipd: control gossip level so we don't get flooded by peers. 6 years ago
Rusty Russell f5ea57d4c0 gossipd: reset gossip_missing if no reports for 10 minutes. 6 years ago
Rusty Russell b9053767e7 gossipd: query unknown short_channel_ids, note if they were really missing. 6 years ago
Rusty Russell 18069ab3da gossipd: APIs return more information about routing message handling. 6 years ago
Rusty Russell 5ef7aa70d2 gossipd: prepare for internally-generated short-channel-id queries. 6 years ago
Rusty Russell 21c920a8e8 gossipd: note if loaded store seems reasonably up-to-date. 6 years ago
Rusty Russell 0d2a4830ed ccan: update to faster and correct crc32c implementation. 6 years ago
darosior 7ce4fcd983 Added a CHANGELOG brag line about 'fundchannel' accepting an utxo list 6 years ago
darosior 2436214145 fundchannel: Add some tests to fund channels by utxos 6 years ago
darosior 1b29b063b2 fundchannel: Update the manpage and Pylightning's method 6 years ago
darosior ac038b340b fundchannel: Add a new 'utxo' parameter 6 years ago
darosior ca4b07c529 json: add a helper to split a json token given a specific character 6 years ago
Rusty Russell db22d2ba9a pytest: simplify and annotate test_channel_drainage. 6 years ago
Rusty Russell 1275928fa2 channeld: don't add HTLCs if that would drive us negative. 6 years ago
Rusty Russell 431401ad35 channeld: don't subtract both reserves from advertized htlc_max. 6 years ago
Rusty Russell 044860881e lightningd: don't let spendable_msat go wumbo. 6 years ago
Rusty Russell bb6c34fb13 lightningd: take into account outstanding HTLCs for 'spendable_msat' 6 years ago
Rusty Russell ab31f40aa2 gossipd: don't charge ourselves fees when calculating route. 6 years ago
Rusty Russell ad24d94c7b lightningd: make 'spendable_msatoshi' more realistic. 6 years ago
Rusty Russell e7778a0494 channeld: extract HTLC trim logic into common. 6 years ago
Rusty Russell 7b7d46c166 pytest: extract separate tests that spendable_msat is accurate. 6 years ago
Rusty Russell 409368e058 pytest: move test_channel_drainage to test_pay.py 6 years ago
Rusty Russell 380c044668 tests: add plugin for simple invoice delay. 6 years ago
Rusty Russell b48c644e7a listchannels: add `htlc_minimum_msat` and `htlc_maximum_msat` fields. 6 years ago
Michael Schmoock 4a242edc1f test: drains a channel to crash the daemon 6 years ago
Rusty Russell db0a28501b gossip: bump version to remove lingering issues with master. 6 years ago
Michael Schmoock 42d6bf564c test: fix flaky test_gossip_notices_close with wait_for_mempool 6 years ago
Christian Decker 9e511cbf3e plugin: Use the json_add_secret wrapper to add the shared_secret 6 years ago
Christian Decker c91483f605 json: Add wrapper to add a secret to a JSON result 6 years ago