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 30, 2024. It is now read-only.
@jskybowen was wondering if it was necessary to have the fraud proof verifier be a full ethermint app. The app plumbing seems unnecessary for proof verification (might be missing something here)?
Seems like we could:
Use the x/evm keeper directly
Create a custom KVStore impl that can be instantiated using []StateWitness
Instantiate an x/evm keeper w/ state witness KVStore
Iterate over []MsgEthereumTx directly and exec within keeper.EthereumTx(msg)
Perform same pre/post ISR checks
The text was updated successfully, but these errors were encountered:
From Bo
The text was updated successfully, but these errors were encountered: