utreexo / utreexod

A fully validating Bitcoin node with Utreexo support
ISC License
90 stars 21 forks source link

wire: UData changes for multiblockproof #18

Closed kcalvinalvin closed 2 years ago

kcalvinalvin commented 2 years ago

These series of commits ready the wire package for supporting multi-block proofs, which aim to reduce the bandwidth requirements for utreexo nodes during ibd.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1816938929


Changes Missing Coverage Covered Lines Changed/Added Lines %
wire/batchproof.go 18 33 54.55%
wire/udata.go 104 141 73.76%
<!-- Total: 124 176 70.45% -->
Files with Coverage Reduction New Missed Lines %
database/ffldb/blockio.go 4 93.68%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 1686006138: 0.05%
Covered Lines: 26294
Relevant Lines: 48276

💛 - Coveralls