-
Notifications
You must be signed in to change notification settings - Fork 112
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
joinmarket: 0.8.3 -> 0.9.1 #380
Conversation
153c1af
to
b3d7760
Compare
Commit Commit
|
b3d7760
to
0b317ba
Compare
Merged fixups and extra commit, see comments for issues. Maybe we should also note that recreating from seed is the default behavior when a seed is present but no wallet file. Or is the edge case just to esoteric to be applicable to any real person? |
Don't clutter joinmarket/bin with ob-watcher resource files.
joinmarket-ob-watcher now makes extensive use of bitcoind because of JoinMarket's new fidelity bond functionality. Therefore it fails on non-synced nodes, as those in the test suite. We now test that the service fails with the correct error, rather than asserting that it is running.
Previously, `bitcoin-rpcpassword-privileged` and `jm-wallet-password` were passed as world readable arguments to sed and jm-genwallet subprocesses.
Improves readability.
This allows users to easily upgrade their wallets to use Fidelity Bonds.
|
0b317ba
to
9730be9
Compare
Reset to your HEAD.
Oh yeah, I had removed that commit on a previous merge but then forgot when I had to redo some of the squashing. Good catch! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 9730be9
No description provided.