|
Ran
|
Jobs
1
|
Files
91
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#2715: psbt: Use macro to hash instead of relying on `Hash` trait <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/9e4b092fce79501cb8cdd650fc34f66d01db7a7b">9e4b092fc psbt: Use macro instead of function (Tobin C. Harding) Pull request description: We have a private function that makes use of the `Hash` trait to generically hash map entries. This usage makes patching the `hashes` module difficult. We can achieve the same thing by using a macro and passing in the concrete type. This is an internal change, no effect on logic or public API. ACKs for top commit: apoelstra: ACK 9e4b092fce79501cb8cdd650fc34f66d01db7a7b Tree-SHA512: 8b788fa91edf131935a31ebda4948e944b7
12 of 12 new or added lines in 1 file covered. (100.0%)
19287 of 23164 relevant lines covered (83.26%)
16801.46 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 9273352550.1 | 0 |
83.26 |
GitHub Action Run |