]> Untitled Git - bdk/commit
Better no-std support
authorSteve Myers <steve@notmandatory.org>
Wed, 15 Mar 2023 16:44:52 +0000 (11:44 -0500)
committerSteve Myers <steve@notmandatory.org>
Tue, 20 Jun 2023 20:53:48 +0000 (15:53 -0500)
commit7ab84be9c747fd73fc5d1bd0706e7027a66aadb5
tree78812d6a0e174676bdef99392ef958fabc5ccd63
parentb184e351e5bc581bc43157050b4a9788bfde62b4
Better no-std support

- Use `default-features = false` for `miniscript`,`bitcoin`,and `bdk_chain`
- Introduce `bdk_chain/std` feature
- Add GitHub workflow `check-no-std` (not yet completly working)
- Update GitHub workflow `check-wasm` to disable default `std` features
.github/workflows/cont_integration.yml
crates/bdk/Cargo.toml
crates/bdk/src/descriptor/error.rs
crates/bdk/src/error.rs
crates/bdk/src/keys/mod.rs
crates/bdk/src/wallet/mod.rs
crates/chain/Cargo.toml
crates/esplora/Cargo.toml