5915 Commits (745634d9b90639a239f359aae9f814132476e716)
 

Author SHA1 Message Date
Rusty Russell 745634d9b9 gossipd: don't catch pending node_announcements more than once. 5 years ago
Rusty Russell 67eb26c5e6 lightningd: fix bogus channel iteration on setchannelfee 5 years ago
Rusty Russell e9ff8e4b4e openingd_control: fix merge error with json_stream_success. 5 years ago
Rusty Russell 4c118bcdba openingd: fix compile error caused by merge. 5 years ago
lisa neigut c0475d0d9d doc: add manpages for fundchannel_[start,complete,cancel] 5 years ago
lisa neigut 388f31a151 funding: update CHANGELOG with new RPC calls 5 years ago
lisa neigut c00e0d2936 funding: rename fundchannel_continue -> _complete 5 years ago
lisa neigut 3ae78a61fa tests: finish up test for external funding flow 5 years ago
lisa neigut 5aad642c59 opening: add fundchannel_cancel command 5 years ago
lisa neigut 478762dbd2 funding: wire up funding_continue 5 years ago
lisa neigut 8a60caaed9 funding: add a 'inflight' marker 5 years ago
lisa neigut 7ea21c36b1 fundchannel: add txout field to RPC/API 5 years ago
lisa neigut b0b813a171 test: add initial tests for starting an external fundchannel 5 years ago
lisa neigut dd11d3bd81 lightningd: add start for fundchannel_continue 5 years ago
lisa neigut 52042bde80 opening: stash amount outside of the wtx 5 years ago
lisa neigut 6e5928aa1e openingd: update billboard with funding info 5 years ago
lisa neigut 23e7846053 pylightning: add fundchannel_start 5 years ago
lisa neigut 5920e656cf opening: wire up walking through open channel up thru accept 5 years ago
lisa neigut 685aa47b65 openingd: pull out setup funder checks into separate method 5 years ago
lisa neigut 8103acd9b3 opening: add entry point for `funding_start rpc command 5 years ago
lisa neigut 846bc9cbc4 openingd: allow funding_failed to complete successfully 5 years ago
lisa neigut 1b2a593b05 tests: default all addresses to bech32 5 years ago
lisa neigut eb0b3d7b09 json: correct error message for param parser 5 years ago
lisa neigut a9d0550cf4 common: pull out scriptPubkey address method 5 years ago
Rusty Russell 5a520f4a07 plugin: don't call notification after free. 5 years ago
Rusty Russell c6ec9443b9 jsonrpc: don't return "stop" until we actually have freed resources. 5 years ago
Rusty Russell d817735dc2 lightningd: use ccan/json_out. 5 years ago
Rusty Russell 7f75043ab2 lightningd: tighten interal json_stream API. 5 years ago
Rusty Russell adc4bf1817 pylightning: remove 0.6.2 JSON compat wedge. 5 years ago
Rusty Russell bb7bbd03c5 lightningd: have json_stream_success start the "result" object. 5 years ago
Rusty Russell 0e336ac252 plugins/pay: use proper JSON construction for failure paths. 5 years ago
Rusty Russell c585f22711 libplugin: update API to use json_out. 5 years ago
Rusty Russell c77e29c403 libplugin: use json_out internally. 5 years ago
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