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

walletdb: revert bolt v1.3.4 #690

Merged
merged 2 commits into from
Apr 3, 2020
Merged

walletdb: revert bolt v1.3.4 #690

merged 2 commits into from
Apr 3, 2020

Conversation

wpaulino
Copy link
Contributor

@wpaulino wpaulino commented Apr 3, 2020

Reverting until etcd-io/bbolt#214 is resolved.

The v1.3.4 version of the bolt module contained a bug fix to allow the
use of go1.14, but it uncovered a GC issue.
@@ -9,7 +9,7 @@ import (
"os"

"github.com/btcsuite/btcwallet/walletdb"
"go.etcd.io/bbolt"
"github.com/coreos/bbolt"
Copy link
Member

Choose a reason for hiding this comment

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

I think this needs to be the other path?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I reverted the commit this time and this was part of it. Seems to build just fine.

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 🐊

@Roasbeef Roasbeef merged commit 2fed914 into btcsuite:master Apr 3, 2020
@wpaulino wpaulino deleted the walletdb-revert-bolt-v1.3.4 branch April 3, 2020 22:01
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.

None yet

2 participants