Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update btcutil dependency #1704

Merged
merged 1 commit into from
Apr 1, 2021
Merged

build: update btcutil dependency #1704

merged 1 commit into from
Apr 1, 2021

Conversation

wpaulino
Copy link
Collaborator

This is currently an issue for projects that depend on the latest version of btcutil and use the btcd integration test harness.

@Roasbeef
Copy link
Member

Roasbeef commented Apr 1, 2021

Hmm it looks like there's a test failure related to the conn/addr manager.

@Roasbeef
Copy link
Member

Roasbeef commented Apr 1, 2021

I wasn't able to reproduce locally, re-running the build.

Copy link
Member

@Roasbeef Roasbeef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🧪

@@ -125,7 +125,7 @@ func newMemWallet(net *chaincfg.Params, harnessID uint32) (*memWallet, error) {

// The first child key from the hd root is reserved as the coinbase
// generation address.
coinbaseChild, err := hdRoot.Child(0)
coinbaseChild, err := hdRoot.Derive(0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wanted to note that this is fine since it's just an in-memory wallet, but otherwise we would've needed to use the "non standard" version.

@Roasbeef Roasbeef merged commit 36a96f6 into btcsuite:master Apr 1, 2021
@wpaulino wpaulino deleted the update-btcutil branch April 1, 2021 01:35
@coveralls
Copy link

Pull Request Test Coverage Report for Build 699640748

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • 5 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.03%) to 52.845%

Files with Coverage Reduction New Missed Lines %
peer/peer.go 2 75.63%
btcec/signature.go 3 92.76%
Totals Coverage Status
Change from base Build 658409259: -0.03%
Covered Lines: 20922
Relevant Lines: 39591

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants