|
Ran
|
Jobs
1
|
Files
95
|
Run time
1min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#2991: Move locktimes and `Sequence` to `primitives` <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/64c31cfb97abf0376e17d094cdc2dc67b2d79a66">64c31cfb9 Move locktimes and Sequence to primitives (Tobin C. Harding) Pull request description: The `absolute` and `relative` locktimes as well as the `Sequence` are all primitive bitcoin types. Move the `Sequence`, and `locktime` stuff over to `primitives`. There is nothing surprising here, the consensus encoding stuff stays in `bitcoin` and we re-export everything from `blockdata`. Note please `Sequence` is no longer publicly available at `bitcoin::transaction::Sequence` but it is available at `bitcoin::Sequence`. ACKs for top commit: Kixunil: ACK 64c31cfb97abf0376e17d094cdc2dc67b2d79a66 apoelstra: ACK 64c31cfb97abf0376e17d094cdc2dc67b2d79a66 Tree-SHA512: 968aa595b7326a8ef99042d07c5e975f1b3
55 of 67 new or added lines in 2 files covered. (82.09%)
19623 of 23595 relevant lines covered (83.17%)
15636.85 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 9946735562.1 | 0 |
83.17 |
GitHub Action Run |