-
Notifications
You must be signed in to change notification settings - Fork 978
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
MASP validity predicate #56
Comments
@murisi this is done, right? |
yes; but we were discussing porting it to native, which would be so much less flaky |
@juped Ah, I see. Great! Regardless of whether or not we port, I see a potential issue at https://github.com/anoma/namada/blob/main/wasm/wasm_source/src/vp_masp.rs#L75 . If the client somehow manages to construct a More generally to prevent potential exploits, we should probably try (whether here or in the port) to enforce the 4 conditions at https://github.com/anoma/namada/blob/main/documentation/specs/src/masp/ledger-integration.md#boundary-conditions . They serve to ensure that the outer |
* Manually copied over the changes from feat/47_staking_gov_pgf, as there had been a big refactor and this could not be merged automatically * Had to add containers as we have `Appcomponents__ContentContainer` which is not display: flex and in the account views things would break in the current form, if this was to be changed to flex. Should be refactored though * Deleted left over files from merge * creating Table component * navigation and main components in Staking view * anoma#55 Staking and Governance State (anoma#56) * Initial files for staking and governance state * created types in Redux * moving fake data and table configurations away from a file next to the component * validator data through action and Redux * changed the way how to pass callbacks to table rows * removed console logs and added comments to indicate upcoming functionality * put back the placeholder view elements to new routes * Fixes based on PR feedback * Changed naming on PR#54 feedback
Depends on #54, #55.
Desired abilities:
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: