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
currently the block gas limit is fixed
reth/crates/transaction-pool/src/pool/txpool.rs
Lines 920 to 921 in 94c15c0
and is used to enforce:
Lines 1336 to 1337 in 94c15c0
we need to update this value to the new tip's gas limit:
reth/crates/transaction-pool/src/traits.rs
Lines 634 to 635 in 94c15c0
when we update the pool:
Line 447 in 94c15c0
@greged93
ref #10985
No response
The text was updated successfully, but these errors were encountered:
will work on this next then!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the feature
currently the block gas limit is fixed
reth/crates/transaction-pool/src/pool/txpool.rs
Lines 920 to 921 in 94c15c0
and is used to enforce:
reth/crates/transaction-pool/src/pool/txpool.rs
Lines 1336 to 1337 in 94c15c0
we need to update this value to the new tip's gas limit:
reth/crates/transaction-pool/src/traits.rs
Lines 634 to 635 in 94c15c0
when we update the pool:
reth/crates/transaction-pool/src/traits.rs
Line 447 in 94c15c0
@greged93
ref #10985
Additional context
No response
The text was updated successfully, but these errors were encountered: