|
Ran
|
Jobs
1
|
Files
22
|
Run time
4min
|
Badge
README BADGES
|
push
github
Merge bitcoindevkit/bdk_wallet#266: Bump `bitcoin` dependency requirement to v0.32.6 to reflect used API <a class=hub.com/bitcoindevkit/bdk_wallet/commit/af792eaa320967e1223cb9d0d48d475aa8e85073">af792eaa3 Bump `bitcoin` dependency requirement to v0.32.6 to reflect used API (Elias Rohrer) Pull request description: ### Description Starting with commit `f6fd9853e`, `bdk_wallet` makes use of `bitcoin::key::TweakedKeyPair::to_keypair` which was introduced with v0.32.6. Here, we adjust the minimum API requirement in `Cargo.toml`, as BDK 2.0.0 builds could otherwise fail with: ``` error[E0599]: no method named `to_keypair` found for struct `TweakedKeypair` in the current scope --> /home/tnull/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bdk_wallet-2.0.0/src/wallet/signer.rs:580:14 | 578 | None => keypair | _________________- 579 | | .tap_tweak(secp, psbt_input.tap_merkle_root) 580 | | .to_keypair(), | | -^^^^^^^^^^ method not found in `TweakedKeypair` | |_____________| | For more information about this error, try `rustc --explain E0599`. ``` ACKs for top commit: ValuedMammal: reACK af792eaa320967e1223cb9d0d48d475aa8e85073 Tree-SHA512: 549334a896bcd1dcc87a4155f23a007d6c6
7377 of 8623 relevant lines covered (85.55%)
3484.19 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 15693025610.1 | 22 |
85.55 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|