5966 Commits (54ce4ed1cf4007ac8754c5bb640c4afdbdbc3934)
 

Author SHA1 Message Date
Rusty Russell bbbe2f5437 CHANGELOG.md: reorder with most impactful changes at top. 6 years ago
Rusty Russell 745634d9b9 gossipd: don't catch pending node_announcements more than once. 6 years ago
Rusty Russell 67eb26c5e6 lightningd: fix bogus channel iteration on setchannelfee 6 years ago
Rusty Russell e9ff8e4b4e openingd_control: fix merge error with json_stream_success. 6 years ago
Rusty Russell 4c118bcdba openingd: fix compile error caused by merge. 6 years ago
lisa neigut c0475d0d9d doc: add manpages for fundchannel_[start,complete,cancel] 6 years ago
lisa neigut 388f31a151 funding: update CHANGELOG with new RPC calls 6 years ago
lisa neigut c00e0d2936 funding: rename fundchannel_continue -> _complete 6 years ago
lisa neigut 3ae78a61fa tests: finish up test for external funding flow 6 years ago
lisa neigut 5aad642c59 opening: add fundchannel_cancel command 6 years ago
lisa neigut 478762dbd2 funding: wire up funding_continue 6 years ago
lisa neigut 8a60caaed9 funding: add a 'inflight' marker 6 years ago
lisa neigut 7ea21c36b1 fundchannel: add txout field to RPC/API 6 years ago
lisa neigut b0b813a171 test: add initial tests for starting an external fundchannel 6 years ago
lisa neigut dd11d3bd81 lightningd: add start for fundchannel_continue 6 years ago
lisa neigut 52042bde80 opening: stash amount outside of the wtx 6 years ago
lisa neigut 6e5928aa1e openingd: update billboard with funding info 6 years ago
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