btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.09k stars 2.31k forks source link

Added DecodeNoLimitGeneric to bech32.go #2186

Closed MarcoEzekiel closed 1 month ago

MarcoEzekiel commented 1 month ago

a fix for issue Public DecodeNoLimit(encoded) #2185

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 9021239611

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
connmgr/connmanager.go 1 86.27%
btcutil/bech32/bech32.go 11 95.9%
<!-- Total: 12 -->
Totals Coverage Status
Change from base Build 8881487645: 0.009%
Covered Lines: 29455
Relevant Lines: 51784

💛 - Coveralls
leandrogomesmachado commented 1 month ago

❤️ Good job

MarcoEzekiel commented 1 month ago

Any Chance this will be merged soon?