Make bdk_esplora wasm compatible again

There's a huge todo!() for the AsyncClient
This commit is contained in:
Daniela Brozzoni
2023-03-03 12:07:04 +01:00
parent a38f63359d
commit 0ba41c5751
4 changed files with 34 additions and 3 deletions

View File

@@ -77,8 +77,12 @@ jobs:
run: rustup target add wasm32-unknown-unknown
- name: Update toolchain
run: rustup update
- name: Check
run: cargo check --target wasm32-unknown-unknown --features async-interface,use-esplora-async,dev-getrandom-wasm --no-default-features
- name: Check bdk
working-directory: ./crates/bdk
run: cargo check --target wasm32-unknown-unknown --features dev-getrandom-wasm
- name: Check esplora
working-directory: ./crates/esplora
run: cargo check --target wasm32-unknown-unknown --features async --no-default-features
fmt:
name: Rust fmt