Why basefee subpool is not updated when state changes in txpool maintanence? #18058
Troublor
started this conversation in
Technical discussions
Replies: 1 comment
-
you're right, this appears to be a bug with the update logic, which are at odds with the docs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This function is what is called to update txpool when state changes (i.e., CanonStateUpdate).
reth/crates/transaction-pool/src/pool/txpool.rs
Line 568 in 7703e6f
However, the
set_block_info
ofAllTransactions
does not call theupdate_basefee
function which updates the basefee subpool. Can anybody explain why?Beta Was this translation helpful? Give feedback.
All reactions