|
Ran
|
Jobs
1
|
Files
87
|
Run time
12s
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#2443: Print hex in Debug for Sequence <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/<a class="double-link" href="https://git"><a class=hub.com/rust-bitcoin/rust-bitcoin/commit/c084afa8b27b819eb501a57a24d5b3c062ca86b9">c084afa8b Print hex in Debug for Sequence (Tobin C. Harding) Pull request description: Printing the `Sequence` as a decimal is not super useful when debugging, print it in hex instead. Using code: let seq = Sequence::from_consensus(0xFFFFFFFF); println!("sequence: {:?}", seq); Before applying this patch we get: sequence: Sequence(4294967295) And after applying we get: sequence: Sequence(0xffffffff) ACKs for top commit: Kixunil: ACK c084afa8b27b819eb501a57a24d5b3c062ca86b9 apoelstra: ACK c084afa8b27b819eb501a57a24d5b3c062ca86b9 Tree-SHA512: d60cd88969e99bfc2f06d91651370a7bc98
19342 of 22976 relevant lines covered (84.18%)
16883.01 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 7800670843.1 | 0 |
84.18 |
GitHub Action Run |