-
-
Notifications
You must be signed in to change notification settings - Fork 677
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(common & core & legacy & python/stellar): add support for ClaimClaimableBalanceOp
.
#3434
feat(common & core & legacy & python/stellar): add support for ClaimClaimableBalanceOp
.
#3434
Conversation
3f02344
to
6946c7e
Compare
@@ -51,5 +51,8 @@ StellarManageDataOp.value max_size:65 | |||
|
|||
StellarBumpSequenceOp.source_account max_size:57 | |||
|
|||
StellarClaimClaimableBalanceOp.source_account max_size:57 | |||
StellarClaimClaimableBalanceOp.balance_id max_size:36 |
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.
needs extra byte
StellarClaimClaimableBalanceOp.balance_id max_size:36 | |
StellarClaimClaimableBalanceOp.balance_id max_size:37 |
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.
I think we don't need to add an extra byte here because what is passed in is raw bytes (like memo_hash), not a string.
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.
please also regenerate the UI fixtures for model R (export TREZOR_MODEL=R
before building core)
i'll need to confirm whether we'll support further Stellar changes to the legacy (trezor one) codebase
for now please remove the change from legacy. you will need to add the message name to please squash your fixups and rebase to get rid of the conflict |
23bb42a
to
590d454
Compare
Done, PTAL. |
waiting for CI to go green and to see the new tests (failed changelog check is OK, technically you could have put the legacy change in a separate commit and put a |
42f9d72
to
ccf2f1b
Compare
It looks like we have passed the necessary tests, so I performed a rebase. |
…ClaimableBalanceOp`.
ccf2f1b
to
c62f84f
Compare
and we're in. thanks for your work 💯 |
@matejcik Thank you for your support. Additionally, I would like to ask if the reason we no longer add new features to t1 is due to limitations in t1's performance? For example, insufficient Flash space? |
It's more of a question of maintenance load. With the Safe 3 out (same codebase as the TT), we are shifting T1 into maintenance mode, meaning we will keep it working but not add new features. This one is very small, sure, but we need to draw the line somewhere. |
Closes #3433
It has been two years since I last submitted code. I hope I haven't missed anything. If there is, please let me know. Thank you 🙏