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

Update to use reth 1.0 matiching or compatible depenancies #110

Open
nuke-web3 opened this issue Jun 26, 2024 · 2 comments · May be fixed by #115
Open

Update to use reth 1.0 matiching or compatible depenancies #110

nuke-web3 opened this issue Jun 26, 2024 · 2 comments · May be fixed by #115
Labels
help wanted Extra attention is needed

Comments

@nuke-web3
Copy link

See https://www.paradigm.xyz/2024/06/reth-prod via https://x.com/gakonst/status/1805920383390154845

Release https://github.com/paradigmxyz/reth/releases/tag/v1.0.0

IIUC, we don't use reth itself here. What I propose is updating to match the dependencies to make this repo fully compatible with reth 1.0 (if that makes sense?).

@nuke-web3 nuke-web3 added the help wanted Extra attention is needed label Jun 26, 2024
@nicholas-1vbw
Copy link

I've tried to upgrade revm/sha to compatble version with reth.

  1. Most types from revm-primitives have been replaced by alloy, which introduces many mismatch type error in zeth-lib.
  2. Recent version of revm needs 1.79, see Revm 11.0.0 doesn't work with rustc v1.78, updating toolchain to v1.79 resolves the issue risc0#2088

Updating to compatible dependencies requires additional effort.

@mahmudsudo
Copy link

can i take on this ?

@hashcashier hashcashier linked a pull request Oct 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants