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
calc_next_block_base_fee
In the codebase, we still have some places where we unit test the calc_next_block_base_fee method:
reth/crates/chainspec/src/constants/mod.rs
Lines 18 to 48 in 7401f46
reth/crates/chainspec/src/constants/optimism.rs
Lines 53 to 83 in 7401f46
But this method is already widely tested here:
https://github.com/alloy-rs/alloy/blob/ec9e13e6336717b988b6ec2908bb4ceec6e874a5/crates/eips/src/eip1559/helpers.rs#L73-L103
Maybe we could:
No response
The text was updated successfully, but these errors were encountered:
we can remove those, yes
actually, I don't mind having them, especially the op ones.
Sorry, something went wrong.
we can remove those, yes actually, I don't mind having them, especially the op ones.
Maybe we can migrate the op ones to alloy and remove all from reth?
sg! we can do both prs in parallel
Successfully merging a pull request may close this issue.
Describe the feature
In the codebase, we still have some places where we unit test the
calc_next_block_base_fee
method:reth/crates/chainspec/src/constants/mod.rs
Lines 18 to 48 in 7401f46
reth/crates/chainspec/src/constants/optimism.rs
Lines 53 to 83 in 7401f46
But this method is already widely tested here:
https://github.com/alloy-rs/alloy/blob/ec9e13e6336717b988b6ec2908bb4ceec6e874a5/crates/eips/src/eip1559/helpers.rs#L73-L103
Maybe we could:
Additional context
No response
The text was updated successfully, but these errors were encountered: