7430 Commits (541472b77c5fb10edbc65bd859cf879f733f884f)
 

Author SHA1 Message Date
ZmnSCPxj jxPCSnmZ 541472b77c doc/lightning-listpeers.7.md: Clarify `spendable_msat`. 5 years ago
darosior e7b0c24db2 libplugin: use a typesafe_cb for plugin_timer 5 years ago
Rusty Russell 11149ef5a1 lightningd, openingd: remove active code inside assert(). 5 years ago
Michael Schmoock dd334df80d fix: makes testutils ln.pay assert status complete 5 years ago
Michael Schmoock ba36dfeba3 doc: all requirements.txt are needed for testing 5 years ago
Michael Schmoock 3e2607bf2d chore: updates coincurve requirement to v13 5 years ago
Rusty Russell 9d9480f17e ccan: update to latest version which allows destructors to self-delete. 5 years ago
Rusty Russell 7de03e990f CHANGELOG.md: 0.8.1: "Channel to the Moon" 5 years ago
Rusty Russell 73f760342b doc: remove two more references to the '[Unreleased]' in CHANGELOG.md 5 years ago
Rusty Russell 0b123a3cec CHANGELOG.md: 0.8.1rc3 5 years ago
Rusty Russell df50faba6a lightningd: fix crash when plugin has been unloaded and we abort cmd. 5 years ago
Rusty Russell 77e3df0a29 gossipd: remove assert which can trigger. 5 years ago
Rusty Russell 243078ac0c CHANGELOG.md: fix extra 'v' in version. 5 years ago
Rusty Russell e7a1cf137a CHANGELOG.md: v0.8.1rc2 5 years ago
Rusty Russell fc4d01cd9d db: put scids in forwards even if we didn't actually send. 5 years ago
Rusty Russell 5e2053feea pay: fix crash when we paystatus too soon. 5 years ago
Rusty Russell 7a178ebb7a plugins: libplugin don't insist on 'jsonrpc' field from lightningd. 5 years ago
Rusty Russell ff968e7730 CHANGELOG.md: Update for 0.8.1-rc1. 5 years ago
Rusty Russell 2c88ab53d4 doc: update MAKING-RELEASES. 5 years ago
darosior a47fd8cf3e pytest: test Bitcoin plugin registration and the bcli plugin 5 years ago
darosior 4c5862eab1 pytest: fixup flaky test_closing_specified_destination 5 years ago
darosior bbc5c10919 pytest: adjust mocks and logs for bitcoind 5 years ago
darosior 06d598efc1 lightningd: clean utxos after the topology is setup 5 years ago
darosior 580556b1d0 lightningd/bitcoind: remove all bitcoin-cli specific code 5 years ago
darosior ced444a605 lightningd/bitcoind: use the Bitcoin plugin for fee estimates 5 years ago
darosior c79ab0f1b0 lightningd/bitcoind: use the Bitcoin plugin for getutxout 5 years ago
darosior 78cb921b80 lightningd/bitcoind: use getrawblockatheight for getfilteredblock 5 years ago
darosior 947f5ddde1 lightningd/bitcoind: use the Bitcoin plugin to send transactions 5 years ago
darosior ca7c1f8bc8 lightningd/chaintopology: use plugin for tip polling 5 years ago
darosior 7b18b24e39 lightningd/chaintopology: use plugin backend to setup topology 5 years ago
darosior 2b75a46a6c chaintopology: dont check bitcoin-core version at startup 5 years ago
darosior 3e8a782da7 bitcoind: initialize Bitcoin-backend plugin early 5 years ago
darosior c4ff960b74 bitcoind: allow commands to be registered by different plugins 5 years ago
darosior ae249a2294 chaintopology: check bitcoin plugin commands at startup 5 years ago
darosior 5840e90ceb plugins/libplugin: don't crash if 'lightning-rpc' doesnt exist (yet) 5 years ago
darosior c1009635ed plugins/bcli: register Bitcoin-related options 5 years ago
darosior f81cc9f552 plugins/bcli: wait for bitcoind to be warmed up at init 5 years ago
darosior 70a79e3998 plugins/bcli: a new plugin for gathering Bitcoin data 5 years ago
darosior 3eb0f56f87 libplugin: generalize the plugin_timer callback type 5 years ago
darosior b0b55d36ef libplugin: add a 'still_pending' helper 5 years ago
ZmnSCPxj jxPCSnmZ 5c7f9b542a doc/lightning-listpeers.7.md: Expand and correct. 5 years ago
darosior e6a6ef23fd pytest: make the libplugin test non flaky 5 years ago
Rusty Russell 86c28b2272 channeld: channel drain mitigation. 5 years ago
Rusty Russell 02565bcbea channeld: trivial refactor of fee_for_htlcs(). 5 years ago
Rusty Russell 6efde31ade pytest: simplified drain test (xfail) 5 years ago
Rusty Russell be8e261da6 ccan: update to include opt_unregister fix. 5 years ago
Christian Decker c223932e40 doc: Update plugins.md to describe the chain-mode for hooks 5 years ago
Christian Decker bdbbfaeb40 doc: Reduce useless nesting in plugins.md 5 years ago
Christian Decker 490550d508 plugin: Allow multiple plugins to register the `htlc_accepted` hook 5 years ago
Christian Decker d639bdd416 plugin: Remove special case for plugin stopping while handling hooks 5 years ago