-
Notifications
You must be signed in to change notification settings - Fork 110
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: Add option settings
#722
Conversation
e83173a
to
6875d04
Compare
6875d04
to
5552e76
Compare
I've removed option |
5552e76
to
d90a210
Compare
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.
Hello @erikarvstedt , I've tried to run the code on my testing node. All of the settings were deployed successfuly and the services seems to be running fine. I think it's good to go.
d90a210
to
2ba89c2
Compare
These options are set by default in `jmclient/configure.py` and don't need to be repeated. Some options, like those in section `POLICY`, might be assigned more suitable default values in future joinmarket releases, so don't override them in nix-bitcoin.
2ba89c2
to
9d9e921
Compare
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.
utACK 9d9e92132a6364175da18be8ecaf4e9ead4425c0
I think we can merge this now. |
9d9e921
to
8ba98f7
Compare
Joinmarket settings can now be freely specified.
8ba98f7
to
cf3f0db
Compare
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.
utACK cf3f0db
Joinmarket settings can now be freely specified:
Closes #707
The updated
joinmarket-ob-watcher
is deployed at https://nixbitcoin.org and is working fine.@seberm, can you help reviewing and testing this?