-
Notifications
You must be signed in to change notification settings - Fork 66
PoS Spending Limits UI #298
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
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
ad3d82e to
e953669
Compare
e903b84 to
62c3d00
Compare
62c3d00 to
76dbdf3
Compare
76dbdf3 to
1e4c26b
Compare
| value: number = 0; | ||
| } | ||
|
|
||
| // TODO: does this need to be updated? Where is it really used? |
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.
Isn't this used to serialize/deserialize the metadata of a txn in the FE? I think it doesn't need to be updated because we're recycling the same struct for lockups right?
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.
It's not actually used anywhere. It's referenced, but these references are unused.
| case LockupLimitOperationString.COIN_LOCKUP: | ||
| return 'Lockup'; | ||
| case LockupLimitOperationString.COIN_LOCKUP_TRANSFER: | ||
| return 'Transfer'; |
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.
Just test to make sure these strings look good, make sense, and are sufficiently descriptive wherever they appear.
* Add newline to make graphite happy * Lockups (#299) * Add transcoder for Register as validator transaction. Add support for approve component for this txn type * Add transcoder for Unregister as validator txn type. Add support for approve component for this new txn type * Add transcoder for stake transaction metadata. Add support for approve component for this new txn type. * Add transcoder for Unstake txn type. Add support for approve component for this new txn type. * Add transcoder for Unlock stake txn type. Add support for approve UI for this new txn type * Add transcoder for Unjail Validator txn type. Add approve UI support for this new txn type. * Add support for coin lockup txn types --------- Co-authored-by: Lazy Nina <> * PoS Spending Limits UI (#298) * Update computation of expiration block height (#300) * PoS Spending Limits UI * Update computation of expiration block height --------- Co-authored-by: Lazy Nina <> Co-authored-by: Jon Pollock <135658176+poolcoke@users.noreply.github.com>

No description provided.