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

[1/2]: BIP 322 Support #2151

Open mohamedawnallah opened 3 months ago

mohamedawnallah commented 3 months ago

Change Description

This PR adds the BIP0322 generic signed message tag to chaincfg/chainhash/hash.go.

Additional Context

Partially Closes #2077 Part 2 #2152

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 8489850589

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 %
peer/peer.go 9 73.49%
<!-- Total: 9 -->
Totals Coverage Status
Change from base Build 8452827211: -0.01%
Covered Lines: 29424
Relevant Lines: 51737

💛 - Coveralls