-
Notifications
You must be signed in to change notification settings - Fork 588
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
Migrate to btcd/btcutils submodule #787
Comments
Related: #782 |
As seen above, there are also several references in Neutrino, which is addressed here: lightninglabs/neutrino#242 |
Ahhh, dang I did not even see that btcutil was moved into the btcd repo as a submodule in btcsuite/btcd#1785. About a month ago now. I'm just going to close the PR I linked, but note that you can get wallet to build if you set your requires to specific revisions in that way, but I get your issue now that code changes are needed to use the new btcutil import path. 👍 |
The wtxmgr thing is still an issue, especially for a tagged release, and all the replaces were just hiding the issues from devs who either work directly out of a git workspace or had their own requires patching it up. Tagged releases should really have replaces removed. It would still be nice if 0.13 were properly re-released with a 0.13.1 patch, but with these btcutil changes at hand now, it's probably a moot point now. I say you should go ahead and fix things up with btcutil. If the maintainers are interested in a usable 0.13.x with the previous btcutil module, I'm happy to update my PR. With these big btcutil changes, I'm curious if the intent is to bump to 0.14 or just patch 0.13. |
We'll likely just do a big ump everywhere. |
Has been done in master. |
As per btcsuite/btcd#1785,
btcutil
needs to migrate as well in order to afford upgrading thebtcd
dependency. Attempting to use currentbtcd@master
:The text was updated successfully, but these errors were encountered: