Skip to content

Commit

Permalink
Feat/bitcoind backend (#33)
Browse files Browse the repository at this point in the history
* wip add bitcoind backend

* wip fix timeout

* allow host/port from options

* wip call scanblocks from add not ls

* filter false positives

* wip change to use new scanblocks rpc, doesn't build

* use bdk wallet_rpc custom example, builds now

* remove print statements

* fix agressive locking and don't rescan every block. we still rescan if the same wallet is added again

* don't use local deps

* return more helpful error when wallet in datastore is invalid

* even better error message

* fix chain initialization connect error

* cleanup

* fix brpc_user error msg and cleanup logging

* more cleanup

* more cleanup
  • Loading branch information
chrisguida authored Dec 6, 2023
1 parent e366e41 commit 18a043b
Show file tree
Hide file tree
Showing 5 changed files with 568 additions and 1,087 deletions.
Loading

0 comments on commit 18a043b

Please sign in to comment.