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

Show decoded governance proposal call with decoded EVM calldata #1995

Open
mrq1911 opened this issue Dec 27, 2024 · 0 comments
Open

Show decoded governance proposal call with decoded EVM calldata #1995

mrq1911 opened this issue Dec 27, 2024 · 0 comments
Labels
area/ui type/enhancement New feature or request

Comments

@mrq1911
Copy link
Member

mrq1911 commented Dec 27, 2024

With a continuous configuration of Borrowing there will be lot of proposals with EVM calls which are very unreadable for anyone, especially regular voters.

normally atleast you can decode it with polkadot js like subsquare does and see whats going on, but to be able to decode EVM calls is on another level for our users as they have to supply correct ABI for each contract used - which shouldn't be problem for our UI which already does this

Screenshot 2024-12-27 at 21 58 44

Since we are already able to decode EVM calldata for users on the confirmation screen, it would be awesome to use it here so anyone can tell what will be done in the given proposal.

Screenshot 2024-12-27 at 22 07 44

All ABI's currently necessary should be available here: https://github.com/galacticcouncil/aave-v3-deploy/tree/hydration/deployments/hydration

Additionally verified contracts on explorer.evm.hydration.cloud could source ABI's.

@mrq1911 mrq1911 added type/enhancement New feature or request area/ui labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant