You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
@yihuang bump related to #1363 and would likely solve the problem.
I think it's a different case, it's about executing evm contract in cosmos ecosystem, like in ICA-host chain, or utilize the cosmos-sdk tx features, like transaction tips, authz, new gov proposals.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Proposal: Support a cosmos-sdk friendly eth msg
Current behavior:
Currently to keep it compatible with ethereum APIs, the
MsgEthereumTx
need many customization to work:It makes it hard to apply some cosmos-sdk features on eth tx, notably:
Desired behavior: Implement an alternative cosmos-sdk friendly eth msg
gas price/gas limit, signatures will be specified in the tx structure.
How to blend into the JSON-RPC apis:
Use case:
Support transaction tips and ICA host.
The text was updated successfully, but these errors were encountered: