]> Untitled Git - bdk/commit
feat(esplora)!: depend on `bdk_core` instead of `bdk_chain`
author志宇 <hello@evanlinjin.me>
Fri, 23 Aug 2024 18:36:07 +0000 (18:36 +0000)
committer志宇 <hello@evanlinjin.me>
Sat, 24 Aug 2024 16:20:37 +0000 (16:20 +0000)
commitfea8eede760130db32c2cfaecc272f6c1ed979db
treec2e25823e0c2a6365a7d32a3c99d10636b530d57
parent0d302f5f204eeac8902a4b5943b9b820c6b575ab
feat(esplora)!: depend on `bdk_core` instead of `bdk_chain`

Helper methods have been changed to use concrete types (instead of
`A: Anchor` generic) - since `Anchor` is still part of `bdk_chain`.

Also fix esplora docs.
crates/esplora/Cargo.toml
crates/esplora/README.md
crates/esplora/src/async_ext.rs
crates/esplora/src/blocking_ext.rs
crates/esplora/src/lib.rs