-
Notifications
You must be signed in to change notification settings - Fork 91
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
feat: upgrade to monero 0.18 #1100
Conversation
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.
LGTM!
Have you thought about implementing an auto updater? (Deleting the monero-wallet-rpc if it's not hardfork ready) Manually updating the binary might be a bit inconvenient for regular users. |
Yeah, I did want to try get that in with this. At the very least, check the version and alert the user, but preferably also delete the file and then get the new one. |
- swap cli will check its wallet rpc version and delete the binary if its version does not match on "Fluorine Fermi". it will then download the newer version. - adds download progress for wallet rpc
bors merge |
bors cancel action was stuck on retrieving cache |
Canceled. |
bors merge |
Updates the docker images and wallet-rpc downloads to 0.18.0
closes #1081
fixes #1061