-
Notifications
You must be signed in to change notification settings - Fork 9
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/new p chain methods #337
Conversation
app/rust/src/parser/l1_validator.rs
Outdated
@@ -0,0 +1,67 @@ | |||
/******************************************************************************* | |||
* (c) 2021 Zondax GmbH |
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.
Could take the opportunity to update this, right?
app/rust/src/parser/transactions.rs
Outdated
Self::ConvertSubnetToL1(tx) => tx.num_items(), | ||
Self::IncreaseL1ValidatorBalance(tx) => tx.num_items(), | ||
Self::DisableL1Validator(tx) => tx.num_items(), | ||
Self::SetL1ValidatorWeight(tx) => tx.num_items(), | ||
Self::RegisterL1Validator(tx) => tx.num_items(), |
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.
Should feature banff be added here too?
tests_zemu/snapshots/fl-sign-convert_subnet_to_l1_validator/00002.png
Outdated
Show resolved
Hide resolved
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.
Too long title here... it goes out of screen
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 will take a look on the snapshots
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.
Left a few comments. Let's double check images again to be sure everything fit on the screen
No description provided.