Ran
|
Files
41
|
Run time
1s
|
Badge
Embed ▾
README BADGES
|
push
github
Merge bitcoindevkit/bdk#1417: test(wallet): add thread safety test <a class=hub.com/bitcoindevkit/bdk/commit/db4734747240d2e1cc72bbfd7be6c49baa8d2967">db4734747 test(wallet): add thread safety test (Rob N) Pull request description: ### Description `Wallet` auto-implements `Send` and `Sync` after removing the generic. This test is a compile time error if there are changes to `Wallet` in the future that make it unsafe to send between threads. See #1387 for discussion. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing #### New Features: * [x] I've added tests for the new feature * [ ] I've added docs for the new feature #### Bugfixes: * [ ] This pull request breaks the existing API * [ ] I've added tests to reproduce the issue which are now passing * [ ] I'm linking the issue being fixed by this PR ACKs for top commit: evanlinjin: ACK db4734747240d2e1cc72bbfd7be6c49baa8d2967 Tree-SHA512: 490e666bc0251d6f7a3ea8d2751a9e344fb
10396 of 12636 relevant lines covered (82.27%)
16504.19 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|