Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitcoin backend generalization #3488

Merged
merged 21 commits into from
Feb 12, 2020
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
fd6172a
libplugin: add a 'still_pending' helper
darosior Feb 2, 2020
22780f8
libplugin: generalize the plugin_timer callback type
darosior Feb 3, 2020
f5999fd
plugins/bcli: a new plugin for gathering Bitcoin data
darosior Jan 2, 2020
44d408c
plugins/bcli: wait for bitcoind to be warmed up at init
darosior Jan 4, 2020
8261ff1
plugins/bcli: register Bitcoin-related options
darosior Jan 4, 2020
983d2e3
plugins/libplugin: don't crash if 'lightning-rpc' doesnt exist (yet)
darosior Jan 7, 2020
fbc92b0
chaintopology: check bitcoin plugin commands at startup
darosior Jan 7, 2020
a3eb36b
bitcoind: allow commands to be registered by different plugins
darosior Jan 7, 2020
c21d902
bitcoind: initialize Bitcoin-backend plugin early
darosior Jan 7, 2020
ed2a714
chaintopology: dont check bitcoin-core version at startup
darosior Jan 8, 2020
3515cff
lightningd/chaintopology: use plugin backend to setup topology
darosior Jan 8, 2020
0ff12ce
lightningd/chaintopology: use plugin for tip polling
darosior Jan 8, 2020
6aa9233
lightningd/bitcoind: use the Bitcoin plugin to send transactions
darosior Jan 9, 2020
900af43
lightningd/bitcoind: use getrawblockatheight for getfilteredblock
darosior Jan 9, 2020
fa7de2c
lightningd/bitcoind: use the Bitcoin plugin for getutxout
darosior Jan 9, 2020
a9239df
lightningd/bitcoind: use the Bitcoin plugin for fee estimates
darosior Jan 9, 2020
6ee5fe4
lightningd/bitcoind: remove all bitcoin-cli specific code
darosior Jan 10, 2020
c3b175d
lightningd: clean utxos after the topology is setup
darosior Feb 5, 2020
08c0e08
pytest: adjust mocks and logs for bitcoind
darosior Feb 5, 2020
765033d
pytest: fixup flaky test_closing_specified_destination
darosior Feb 5, 2020
f7b48ed
pytest: test Bitcoin plugin registration and the bcli plugin
darosior Feb 6, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading