Skip to content

Commit

Permalink
refactor(async)!: add AsyncEsploraClient trait
Browse files Browse the repository at this point in the history
  • Loading branch information
oleonardolima committed Aug 22, 2024
1 parent fc9c2d4 commit 9cbc387
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 143 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ log = { version = "^0.4" }
minreq = { version = "2.11.0", features = ["json-using-serde"], optional = true }
reqwest = { version = "0.11", features = ["json"], default-features = false, optional = true }
serde = { version = "1.0", features = ["derive"] }
async-trait = { version = "0.1.81"}


[dev-dependencies]
electrsd = { version = "0.28.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_25_0"] }
Expand Down
Loading

0 comments on commit 9cbc387

Please sign in to comment.