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.
I'm going to attempt to create a middleware layer that converts Ethereum hashes to Tendermint hashes prior to passing retrieve call to Optimint/Tendermint.
The best way to move forward here is to include both the tendermint hash and the ethereum hash on each block. Then we can create an index between the two.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently Ethermint uses Tendermint hashes for blocks. This is problematic because when Optimism retrieves a block it validates its header https://github.com/celestiaorg/optimism/blob/develop/op-node/l1/types.go#L113
These hashes do not match
The text was updated successfully, but these errors were encountered: