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
Directly called by contract, can return execution result to caller, more convenient.
Pitfalls
when precompiled contracts executed, the evm state modifications are not persisted in native storage yet, so they are not visible to the native code, need to be careful when handling user balances.
contract exception revert don't work with native storage changes?
The text was updated successfully, but these errors were encountered:
yihuang
changed the title
Use ibc precompiled to replace ibc hooks
Use ibc precompiles to replace ibc hooks
May 18, 2022
yihuang
changed the title
Use ibc precompiles to replace ibc hooks
Use ibc precompiles to replace ibc hooks/evm hooks
May 18, 2022
yihuang
changed the title
Use ibc precompiles to replace ibc hooks/evm hooks
Use evm precompiles to replace ibc hooks/evm hooks
May 18, 2022
https://github.com/loredanacirstea/ethermint/blob/precompiles-ibc7/x/evm/vm/precompiles.go#L39
Advantages
Pitfalls
The text was updated successfully, but these errors were encountered: