Skip to content
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

PoS: update PoS VP for lazy collections storage #1126

Closed
Tracked by #2006
tzemanovic opened this issue Feb 7, 2023 · 1 comment
Closed
Tracked by #2006

PoS: update PoS VP for lazy collections storage #1126

tzemanovic opened this issue Feb 7, 2023 · 1 comment
Assignees

Comments

@tzemanovic
Copy link
Member

follow-up to #16 (implemented in #740), the PoS VP validation has to be updated for the new storage. We have helpers on the lazy collections that can be used to replace the data accumulation. The starting point for this may be to revert 3958ed6.

I'm setting this as low prio for now as it's not critical for namada as the main purpose of it is to allow tx programmabilty, which is out of scope. The authorization of PoS actions (e.g. bond, unbond, withdraw, update validator commission rate) has already been updated in #740 and correct application of the actions is ensured by tx whitelisting (anoma/anoma#876) - our pre-built txs will simply fail if you're for example trying to bond tokens you don't have or unbond tokens you didn't stake.

@cwgoes
Copy link
Collaborator

cwgoes commented Aug 29, 2024

Not applicable anymore.

@cwgoes cwgoes closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants