-
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
Support for application-level Merkle trees #55
Labels
Comments
This was referenced Jul 7, 2022
Closed
@murisi did we do this as part of the MASP VP already? |
@cwgoes @juped I believe this is done: we simply use the Merkle tree primitives from the |
phy-chain
pushed a commit
to phy-chain/namada
that referenced
this issue
Mar 1, 2024
…-improvements feat/36 - Clean up Account Creation
phy-chain
pushed a commit
to phy-chain/namada
that referenced
this issue
Mar 1, 2024
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It may be best to specialize this to ZK commitment trees specifically, which is a common specific use case. Also requires gas metering.
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: