lbryio / lbcd

An alternative full node implementation of LBRY's blockchain written in Go (golang)
https://lbry.com/
ISC License
38 stars 25 forks source link

txscript: validate claimscript size #88

Closed roylee17 closed 2 years ago

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2959954759


Changes Missing Coverage Covered Lines Changed/Added Lines %
txscript/claimscript.go 5 19 26.32%
<!-- Total: 5 19 26.32% -->
Files with Coverage Reduction New Missed Lines %
peer/peer.go 2 76.31%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 2858449374: 0.02%
Covered Lines: 22485
Relevant Lines: 43507

💛 - Coveralls
moodyjon commented 2 years ago

For what it's worth, I was looking at this for ~30min and comparing with lbrycrd. I did not see anything wrong, and no complaints.