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

BTCD does not contain BTCEC package #162

Closed
sergeysedoy97 opened this issue Sep 30, 2022 · 2 comments · Fixed by #163
Closed

BTCD does not contain BTCEC package #162

sergeysedoy97 opened this issue Sep 30, 2022 · 2 comments · Fixed by #163

Comments

@sergeysedoy97
Copy link

#0 17.20 github.com/namecoin/ncdns/namecoin imports
#0 17.20        github.com/namecoin/btcd/rpcclient imports
#0 17.20        github.com/btcsuite/btcutil imports
#0 17.20        github.com/btcsuite/btcd/btcec: module github.com/btcsuite/btcd@latest found (v0.23.1), but does not contain package github.com/btcsuite/btcd/btcec

The latest version uses btcec/v2: https://pkg.go.dev/github.com/btcsuite/btcd/btcec/v2

Workaround: go mod edit -require github.com/btcsuite/btcd@v0.22.1

See btcsuite/btcd#1887

@JeremyRand
Copy link
Member

Hi! Thanks for the bug report. It looks like this is a side effect of the new btcd v0.23.1. I suspect the right solution is to discontinue usage of Namecoin's fork of btcd, since v0.23.1 includes the final outstanding patch we were maintaining against upstream.

@JeremyRand
Copy link
Member

Please let me know if this is still broken for you.

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 a pull request may close this issue.

2 participants