chrisguida / smaug

`smaug` watches your bitcoin treasury with a meticulous eye
MIT License
13 stars 3 forks source link

Feat/bitcoind backend #33

Closed chrisguida closed 9 months ago

chrisguida commented 9 months ago

Removes Esplora in favor of a bitcoind backend using the scanblocks RPC.

Makes extensive use of custom branches in upstream repos; see:

https://github.com/vladimirfomene/bdk/pull/2 https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/317 https://github.com/apoelstra/rust-jsonrpc/pull/109

Closes #10 .