5982 Commits (53488e573913ab0aa4debe8f318024cd7f7cb2be)
 

Author SHA1 Message Date
Christian Decker 53488e5739 pytest: Strengthen the htlc_accepted tests 5 years ago
lisa neigut a6516f477b bash-completion: include underscores 5 years ago
lisa neigut 4638995037 tests: log funder_faileds as unusual not broken 5 years ago
Rusty Russell 789d14299b pytest: mix up order of cancel vs complete in test_funding_cancel_race 5 years ago
Rusty Russell ee8edfe6a6 pytest: severely reduce scope of test_funding_cancel_race under valgrind. 5 years ago
Rusty Russell 9fdcb1a122 openingd: remove unnecessary is_err flag. 5 years ago
Rusty Russell 280bd60988 lightningd: allow multiple cancels on a single fundchannel command. 5 years ago
Rusty Russell 4b1a300ee3 lightningd: fix fundchannel_complete race. 5 years ago
Rusty Russell 13dbe6e74b pytest: stress test funding_cancel vs funding_complete 5 years ago
Rusty Russell 2945b25b57 onchaind: don't free proposal, correctly check it's not resolved in billboard. 5 years ago
Rusty Russell e746e9c202 onchaind: fix resolution detection of complex outputs. 5 years ago
trueptolemy 6deed77d88 bitcoind: confirm chain with bitcoin-cli at the beginning 5 years ago
trueptolemy 285da33e9e Chainparam: Add 'bip70_name' field for blockchain 5 years ago
trueptolemy a594196c7c bitcoin-cli: rename bcli_args() to bcli_args_direct(), and also warp it in bcli_args() 5 years ago
Rusty Russell c95b4eedf4 gossipd: fail clearly if we can't open/create gossip_store. 5 years ago
darosior 7ea5c5c00f Pylightning: allow to set description and long description manually 5 years ago
Rusty Russell 54ce4ed1cf pytest: fail tests if we get any LOG_BROKEN level messages, unless flagged. 5 years ago
Rusty Russell 5f02294b5b lightningd/log: prefix log messages with level. 5 years ago
Nicola Squartini cbf240e110 makefiles: fix quotation of BINTOPKGLIBEXECDIR macro 5 years ago
ZmnSCPxj 011a4bcd83 CHANGELOG.md: Reset for next release. 5 years ago
Rusty Russell d659dc4080 peer_control: fix autodata compile issue. (#2783) 5 years ago
Christian Decker 915c932e2d pytest: Make sure the channels entries don't get deleted anymore 5 years ago
Christian Decker 86d4362b65 wallet: Don't delete channels from DB, mark them closed. 5 years ago
Christian Decker 1dbdc74bc3 wallet: Add a final `CLOSED` state to channels 5 years ago
lisa neigut 7046d0220c makefiles: move all unit tests under `make check-units` 5 years ago
Rusty Russell 267d627521 lightningd: free htlc maps on exit. 5 years ago
Rusty Russell aba7c7cc75 wallet/txfilter: free outpoint filter and scriptpubkeyset on exit. 5 years ago
Rusty Russell 7c760dafe2 lightningd/chaintopology: free block map and watches on exit. 5 years ago
Rusty Russell 98de92c50b lightningd/plugin: use ld's timer loop. 5 years ago
Rusty Russell ef541afd8a lightningd: free strmap of commands on shutdown. 5 years ago
Rusty Russell d5bd1682f5 lightningd: free timers on shutdown. 5 years ago
Rusty Russell 43d5492619 v0.7.1 5 years ago
Rusty Russell fc6de9443f v0.7.1rc5. 5 years ago
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