6029 Commits (cedebfd2d93383fbc7925770b8dabb326d0ffe69)
 

Author SHA1 Message Date
Rusty Russell 841fba7295 lightningd: restore ' ' before '}' for older pylightning. 5 years ago
darosior da676baac4 plugins doc: remove the 'only string options' warning 5 years ago
Rusty Russell 5e3690b3c5 gossipd: delete channel_amount from the store when we delete channel_announcement. 5 years ago
Rusty Russell 10c503b4b4 gossip_store: clean up a truncated store. 5 years ago
Rusty Russell adc52b6ee8 pytest: add test for dangling channel_announcement/node_announcement after gossip_store. 5 years ago
Rusty Russell a35ab51a06 pytest: gossip_store test for channel_amount truncated. 5 years ago
Rusty Russell 909f22f117 pytest: gossip_store test for node_announcement before update. 5 years ago
darosior 8edf55b34a doc: Correct preimage field name in pay return value 5 years ago
Rusty Russell 57405d7b68 CHANGELOG.md: v0.7.1rc2 5 years ago
Rusty Russell 24cc371cdf gossipd: gossip_store errors after rewrite are fatal. 5 years ago
Rusty Russell eb5cc47bdd gossipd: count deleted records correctly when loading gossip_store. 5 years ago
Rusty Russell 12a523f7c5 pytest: add (xfail) test for store load miscount. 5 years ago
Rusty Russell ea1c52f380 CHANGELOG: Unreleased -> rc1 5 years ago
Rusty Russell bbbe2f5437 CHANGELOG.md: reorder with most impactful changes at top. 5 years ago
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