Skip to content

Commit

Permalink
add: support for esplora backends
Browse files Browse the repository at this point in the history
This allows connecting to blockstream.info or mempool.space backends.
  • Loading branch information
0xB10C committed Jan 24, 2025
1 parent b7e9757 commit a8a48f1
Show file tree
Hide file tree
Showing 5 changed files with 436 additions and 18 deletions.
158 changes: 147 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env_logger = { version = "0.9.0" }
hex = { version = "0.4" }
rusqlite = { version = "0.27.0", features = ["bundled"] }
tokio = { version = "1.35", features = [ "rt-multi-thread", "time", "sync", "macros" ] }
minreq = { version = "2.6.0", features = ["json-using-serde"] }
minreq = { version = "2.6.0", features = ["json-using-serde", "https"] }
tokio-stream = { version = "0.1.11", features = ["sync"] }
futures-util = "0.3"
petgraph = { version = "0.6.2", features = ["serde-1"] }
Expand Down
Loading

0 comments on commit a8a48f1

Please sign in to comment.