-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Nano-S fixes for v0.14 #5132
Nano-S fixes for v0.14 #5132
Conversation
cslashm
commented
Feb 8, 2019
- New management of destination keys and their verification by user
- next V10 protocol support
- some debug fixes
@@ -1479,20 +1489,31 @@ namespace hw { | |||
offset+=32; | |||
} else { | |||
// dummy: is_subaddress Aout Bout AKout | |||
offset += 1+32*3; | |||
offset += 2+32*3; |
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.
Why is this change for ?
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.
one more byte for is_change_address
in the if
counterpart , comment was not updated...
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.
Hmm, OK, I don't see a code change to add that extra byte, that's what I was getting at.
Will this be for 0.14 or 0.14.1? |
need to be for 0.14, else Ledger HW will not work |
Oh, thanks, I'd forgot about this. Can someone who has a ledger please test this ? |
What do you have left to do on this to lose the DO NOT MERGE part ? |
I have to check tow more things to ensure a "smooth" update between 0.13->0.14 with next Ledger app 1.2.0. It will be done this week. Then I will remove the "do not merge." |
Since you removed the do not merge now, can I assume you've tested and it's good to go ? |
I made:
Seems good so. |
When the testnet will move to v10? |
Probably a day or two after everything's ready. Everything here means just the final PoW. |
@moneromooo-monero I can give it a spin on my testing Ledger tomorrow. Will report back. |
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.
Reviewed