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

lib: implement a superior workaround for the watchonly wallet on Windows #656

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

darosior
Copy link
Member

@darosior darosior commented Aug 30, 2023

See the added comment for the details. No need to store the watchonly wallet under bitcoind's datadir anymore. 🎉 🎉

I've noticed this while working on fixing #630 on Windows which failed for the same root reason as why the watchonly wallet path didn't work on Windows.

Fixes #653.

See the added comment for the details. No need to store the watchonly
wallet under bitcoind's datadir anymore. 🎉 🎉
We used to store it there, if it's not within our own datadir copy it
from where it would have been stored by Liana v1.

Note we don't conditionally compile this on Windows so the codepath can
be tested with a functional test.
@darosior
Copy link
Member Author

ACK 5680ad2 -- tested it on Windows

Could use another ACK double checking i haven't missed any edge case.

Copy link
Member

@edouardparis edouardparis left a comment

Choose a reason for hiding this comment

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

utACK 5680ad2

@darosior darosior merged commit ddb5303 into wizardsardine:master Aug 30, 2023
17 of 18 checks passed
@darosior darosior deleted the 2308_fix_paths_on_windows branch December 20, 2023 10:28
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.

The comeback of the watchonly wallet bugs on Windows
2 participants