Skip to content

Commit

Permalink
feat(btcio)!: traits and bitcoind interface
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Aug 30, 2024
1 parent 245a812 commit 4373844
Show file tree
Hide file tree
Showing 27 changed files with 1,543 additions and 875 deletions.
214 changes: 205 additions & 9 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ async-trait = "0.1.80"
base64 = "0.22.1"
bincode = "1.3.3"
bitcoin = { version = "0.32.1", features = ["serde"] }
bitcoind = { version = "0.36.0", features = ["26_0"] }
bitcoind-json-rpc-types = "0.3.0"
borsh = { version = "1.5.0", features = ["derive"] }
bytes = { version = "1.6.0" }
digest = "0.10"
Expand All @@ -90,7 +92,7 @@ hex = { version = "0.4", features = ["serde"] }
http = "1.0.0"
hyper = "0.14.25"
jmt = "0.10.0"
jsonrpsee = { version = "0.23" }
jsonrpsee = "0.23"
jsonrpsee-types = "0.23"
lru = "0.12"
mockall = "0.11"
Expand Down
Loading

0 comments on commit 4373844

Please sign in to comment.