-
Notifications
You must be signed in to change notification settings - Fork 44
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
🏐: Evaluate feasibility of Evmos proposal creation #3986
Comments
We could set up another devnet for this case: https://docs.evmos.org/protocol/evmos-cli/single-node |
Evmos has their own library for keplr/MM interactions. So we could set up another fork in the code for these Ethermint cases. https://academy.evmos.org/articles/advanced/wallet-integration |
Evmos uses Cosmos SDK gov v1beta1. https://docs.evmos.org/protocol/modules So, the errors we are seeing may just be account lookup errors. Keplr TXs may work once that is figured out. |
The biggest lift here may be supporting Keplr AND MM. That would be the best Evmos implementation. But just supporting Keplr would be a good start, and so far that is not looking too difficult. |
stack trace
|
May just need this patch: https://github.com/hanchon-live/cosmjs-patch |
relevant: cosmos/cosmjs#1351 |
Findings:
Estimate for suggested solution: 5 It might be easier than this, but adding another governance path means testing a lot of code. |
Great findings, thanks for diving in. Will review and follow up with work items. |
Description
To investigate: how do Evmos proposals work? What would be required for us to support Evmos transactions?
Timebox: 2 hours.
The text was updated successfully, but these errors were encountered: