jomuel
jomuel
In addition to issues #1155 (partly done), #1156 and #1157. The fuzz test should cover the whole state machine, so in addition to the role-specific state changes mentioned there, we...
Change the signature of `Consensus::validate_block_header(s)` to validate a whole segment of the chain at once. This allows us to validate the headers in order where necessary (Clique), and to parallelize...
ported from silkworm (wip)
TODO: will be pushed to this PR shortly: - [ ] Run the mining loop in parallel to the stage sync loop, atm it's run sequentially after finish. - [...
Lately, several users report seeing the message `[txpool] flush: sender address not found by ID` frequently in their logs. See if there is an underlying issue, or if the warning...
Transactions should not be replaced in the txpool if that invalidates currently pending transactions by spending their funds.
Remaining rules to draw input data and model txpool's behavior will be added in the next PR.
Make database backends (Redb, Heed) chooseable at runtime. Implements #209