Skip to content

Conversation

@lazynina
Copy link
Member

No description provided.

@lazynina
Copy link
Member Author

lazynina commented Jan 29, 2024

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.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @lazynina and the rest of your teammates on Graphite Graphite

@lazynina lazynina force-pushed the pos-spending-limits branch from 76dbdf3 to 1e4c26b Compare February 12, 2024 15:42
@lazynina lazynina changed the base branch from lockups to feature/proof-of-stake February 12, 2024 15:42
value: number = 0;
}

// TODO: does this need to be updated? Where is it really used?
Copy link
Member

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?

Copy link
Member Author

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';
Copy link
Member

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.

@lazynina lazynina merged commit e3d1925 into feature/proof-of-stake Feb 13, 2024
@lazynina lazynina deleted the pos-spending-limits branch February 13, 2024 14:26
lazynina added a commit that referenced this pull request Apr 30, 2024
lazynina added a commit that referenced this pull request Jun 17, 2024
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants