Skip to content
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

Support the Ecotone upgrade #107

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Support the Ecotone upgrade #107

merged 1 commit into from
Feb 22, 2024

Conversation

Inphi
Copy link
Owner

@Inphi Inphi commented Feb 22, 2024

A fork-agnostic header type, rpcHeader, is introduced to ensure that optimism-rosetta supports future network upgrades without manually updating the header. In particular, we now rely on the block hash provided via JSON-RPC, rather than computing it locally for forwards-compatibility.

Though this is more of workaround the fact that we can't update the op-geth dependency right now. This is because recent op-geth versions pull in a version of gnark-crpyto that conflicts with rosetta-sdk-go.

A fork-agnostic header type, `rpcHeader`, is introduced to ensure that
optimism-rosetta supports future network upgrades without manually
updating the header. In particular, we now rely on the block hash
provided via JSON-RPC, rather than computing it locally for
forwards-compatibility.

Though this is more of workaround the fact that we can't update the
op-geth dependency right now. This is because recent op-geth versions
pull in a version of gnark-crpyto that conflicts with rosetta-sdk-go.
@Inphi Inphi merged commit 599a398 into master Feb 22, 2024
1 check passed
@Inphi Inphi deleted the inphi/ecotone branch February 22, 2024 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant