LLFourn / bdk_core_staging

Staging area for bdk_core initial development
15 stars 12 forks source link

Add async API for esplora #185

Closed LLFourn closed 1 year ago

LLFourn commented 1 year ago

The underlying client library has a separate async client so it's just a matter of copy pasting code.

I would also make our "clients" into extension traits on the rust_esplora clients (rather than wrapping them).

vladimirfomene commented 1 year ago

Given that @evanlinjin has finished implementing #196, I will start working on this.

LLFourn commented 1 year ago

Issue moved to BDK: https://github.com/bitcoindevkit/bdk/issues/880