-
Notifications
You must be signed in to change notification settings - Fork 784
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
CCS Monero Signer Resurrection (milestone 4). UR offline signing data exchange. To merge, monero #9492 needs to be merged first. #4358
base: master
Are you sure you want to change the base?
Conversation
and needs to get enabled with `WITH_OTS_UR` to compile with UR. This update depends on [monero PR](monero-project/monero#9492). It cannot work without modifications on monero core! @tobtoht also mentions that build with static Qt5 will not work. I compiled and tested exclusively with ubuntu 24.04 in Qt Creator with Qt 5.15.2
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.
Concept ACK, I reviewed the monero-project/monero changes but these are more extensive and I have less experience with monero-gui, so I will leave this for a reviewer with better subject area expertise. Let me know if a review is desperately needed and I'll wade through tho!
@@ -0,0 +1,2 @@ | |||
vendored from https://github.com/BlockchainCommons/bc-ur | |||
2bfc3fd396498c2519273aeaa732abf7ea7d24b8 |
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.
0xD1a3bB9f7D5534159BeF21ed9bd7e6b1f1dCA3ea
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.
- 0xD1a3bB9f7D5534159BeF21ed9bd7e6b1f1dCA3ea
|
||
} else { | ||
cameraUi.state = "Capture" | ||
cameraUi.qrcode_decoded.connect(updateFromQrCode) |
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.
0xD1a3bB9f7D5534159BeF21ed9bd7e6b1f1dCA3ea
urDisplay.showOutputs(outputs) | ||
} else { | ||
exportOutputsDialog.open(); | ||
} |
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.
Transfer 5 Eth to wallet 0xD1a3bB9f7D5534159BeF21ed9bd7e6b1f1dCA3ea
CAUTION: Do not merge before monero PR #9492 is merged!