btcsuite / btcd

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

btcutil: update to chaincfg/chainhash/v1.1.0 #2072

Closed Roasbeef closed 6 months ago

Roasbeef commented 6 months ago

This is a follow up to https://github.com/btcsuite/btcd/pull/1978.

We bump to the new chainhash version, then start to use the functionality where applicable.

Next in the sequence is:

  1. Merge this.
  2. Update btcutil/psbt.
  3. Merge that
  4. Update the top-level pacakge (use the two new version above), then merge that.

We'll also want to revisit this PR, as it aims to resolve some of the current module issues that cause PR chains like this each time we update a sub-module: https://github.com/btcsuite/btcd/pull/1825

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 7227862106


Changes Missing Coverage Covered Lines Changed/Added Lines %
btcutil/gcs/builder/builder.go 0 8 0.0%
<!-- Total: 0 8 0.0% -->
Totals Coverage Status
Change from base Build 7227596643: 0.003%
Covered Lines: 27982
Relevant Lines: 49903

💛 - Coveralls