We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
with EIP-7840 we have configurable blobparams
https://github.com/alloy-rs/alloy/blob/28e9c846112635478009049d23a83ce077d24559/crates/genesis/src/lib.rs#L484-L488
this affects:
we need to integrate these into ChainSpec, similar to
ChainSpec
reth/crates/chainspec/src/spec.rs
Lines 202 to 203 in 0b135a2
but BlobParams based for hardforks.
cancun: BlobParams, prague: BlobParams
Lines 589 to 590 in 0b135a2
https://github.com/ethereum/EIPs/pull/9129/files
The text was updated successfully, but these errors were encountered:
can i take this?
Sorry, something went wrong.
assigned, ty! lmk if you need pointers
I’d like to resolve this.
tomasmilukas
Successfully merging a pull request may close this issue.
Describe the feature
with EIP-7840 we have configurable blobparams
https://github.com/alloy-rs/alloy/blob/28e9c846112635478009049d23a83ce077d24559/crates/genesis/src/lib.rs#L484-L488
this affects:
we need to integrate these into
ChainSpec
, similar toreth/crates/chainspec/src/spec.rs
Lines 202 to 203 in 0b135a2
but BlobParams based for hardforks.
TODO
cancun: BlobParams, prague: BlobParams
as fieldsChainSpec
reth/crates/chainspec/src/spec.rs
Lines 589 to 590 in 0b135a2
Additional context
https://github.com/ethereum/EIPs/pull/9129/files
The text was updated successfully, but these errors were encountered: