5949 Commits (f1bea55395c23f5d79401b05b95835d772e946e7)
 

Author SHA1 Message Date
Rusty Russell f1bea55395 lightningd: fix occasional missing txid detection. 5 years ago
Rusty Russell 707ce4cf66 0.7.1rc4 5 years ago
Rusty Russell a450962b49 channeld/lightningd/hsmd: strengthen our checks against 0-output txs. 5 years ago
Rusty Russell 960bfb89f5 lightningd: don't crash on old zero-output commitment_txs. 5 years ago
Rusty Russell c1328b3fb7 CHANGELOG.md: v0.7.1rc3 5 years ago
Christian Decker ee587af99e json-rpc: Disable `listtransactions` for the 0.7.1 release 5 years ago
Jorge Timón 83f2ccd9fd pylightning: Add new listtransactions command 5 years ago
Jorge Timón 86b5b84efe bugfix: Proper json for listtransactions' response 5 years ago
Rusty Russell c303d7d534 gossipd: only do (automatic) store compaction at startup. 5 years ago
Rusty Russell c15d9ed37c gossip_store: make copy of corrupt gossip_store on failure. 5 years ago
Rusty Russell 8928f0b5f9 gossipd: remove gossip entirely if we hit a problem on load. 5 years ago
Rusty Russell 8ce3b86aa5 gossipd: tighter correctness checks during gossip_store load. 5 years ago
Rusty Russell fc27250f80 gossipd: be more verbose and less assert()ive on bad node_announcement. 5 years ago
Rusty Russell 9bf0467967 pytest: fix test_gossip_store_load_no_channel_update 5 years ago
Rusty Russell adcb6641a7 common/gossip_store: handle short reads. 5 years ago
Rusty Russell f1b57063f7 bitcoin/tx: use fromwire_fail in pull_bitcoin_tx. 5 years ago
Rusty Russell 711762ec67 bitcoin/tx: separate assertions. 5 years ago
Rusty Russell 47b5f2e837 gossipd: truncate gossip_store.tmp for compaction. 5 years ago
lisa neigut 92bd3a3587 connect test: use wait_for_log in test_funding_external_wallet 5 years ago
Rusty Russell 77018e6200 CHANGELOG.md: note the db_write hook and listtransactions command. 5 years ago
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