Skip to content

Commit

Permalink
Add RPC backend
Browse files Browse the repository at this point in the history
Expose the RPC backend feature via cli arg options.
RPC backend can be connected via all default parameters
without specifying any arg options.
  • Loading branch information
rajarshimaitra committed Sep 17, 2021
1 parent 88621be commit 1931e97
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 42 deletions.
149 changes: 134 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
license = "MIT"

[dependencies]
#bdk = { version = "0.10.0", default-features = false, features = ["all-keys"]}
# bdk = { version = "0.10.0", default-features = false, features = ["all-keys"]}
# Use bdk master to have correct esplora-request capabilities
# Remove in next release of bdk.
bdk = { git = "https://github.com/bitcoindevkit/bdk", branch = "master", default-features = false, features = ["all-keys"]}
Expand Down Expand Up @@ -40,6 +40,7 @@ esplora-ureq = ["esplora", "bdk/use-esplora-ureq"]
esplora-reqwest = ["esplora", "bdk/use-esplora-reqwest"]
compiler = ["bdk/compiler"]
compact_filters = ["bdk/compact_filters"]
rpc = ["bdk/rpc"]

[[bin]]
name = "bdk-cli"
Expand Down
Loading

0 comments on commit 1931e97

Please sign in to comment.