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
in order to do #10751 we need to expand
reth/crates/chainspec/src/api.rs
Line 6 in 639d5a8
we can do something similar to:
reth/crates/ethereum-forks/src/hardforks/ethereum.rs
Line 7 in 639d5a8
and
reth/crates/ethereum-forks/src/hardforks/optimism.rs
Line 4 in 639d5a8
but for EthChainSpec
EthChainSpec
the EthChainSpec trait should include all functions of:
reth/crates/chainspec/src/spec.rs
Line 231 in 639d5a8
imo the best way to do this is
ChainSpec
struct EthChainspec
OpChainSpec
The text was updated successfully, but these errors were encountered:
reth-prune
DatabaseProvider
NodeConfig
OptimismNode
klkvr
Successfully merging a pull request may close this issue.
in order to do #10751 we need to expand
reth/crates/chainspec/src/api.rs
Line 6 in 639d5a8
we can do something similar to:
reth/crates/ethereum-forks/src/hardforks/ethereum.rs
Line 7 in 639d5a8
and
reth/crates/ethereum-forks/src/hardforks/optimism.rs
Line 4 in 639d5a8
but for
EthChainSpec
the
EthChainSpec
trait should include all functions of:reth/crates/chainspec/src/spec.rs
Line 231 in 639d5a8
imo the best way to do this is
ChainSpec
intostruct EthChainspec
andOpChainSpec
The text was updated successfully, but these errors were encountered: