|
Ran
|
Jobs
1
|
Files
116
|
Run time
14min
|
Badge
README BADGES
|
push
github
Merge rust-bitcoin/rust-bitcoin#3792: Add BIP324 V2 p2p network message support <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/e09bdb5f98ea516382a04283373ad97a41d57c2b">e09bdb5f9 Add BIP324 V2 p2p network message support (Nick Johnson) Pull request description: Migrating over the BIP324's library's V2 network message encoding and decoding. As discussed over in https://github.com/rust-bitcoin/rust-bitcoin/discussions/2959, this is probably the natural home for it and also cleans up some gross copy/pasta of some of the encoding/decoding chain logic. This patch adds `V2NetworkMessage` which wraps a `NetworkMessage`, but handles the V2 encoding and decoding. It is a parallel of the existing `RawNetworkMessage` (which mentioned before, may be better described as `V1NetworkMessage` https://github.com/rust-bitcoin/rust-bitcoin/issues/3157). A priority of this patch was to not re-invent any wheels and try to use the existing patterns as much as possible. ACKs for top commit: tcharding: ACK e09bdb5f98ea516382a04283373ad97a41d57c2b apoelstra: ACK e09bdb5f98ea516382a04283373ad97a41d57c2b; successfully ran local tests; nice! Tree-SHA512: a5078d4d3b029847a9aa3c468f71b455f29
169 of 182 new or added lines in 1 file covered. (92.86%)
20750 of 25000 relevant lines covered (83.0%)
17420.61 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 12696532953.1 | 0 |
83.0 |
GitHub Action Run |