The block import benchmark shows a jump in Block import ERC20 transfers time after merging #2658. It's probably related to the addition of validate_block_body to validate_block which made sense after fixing the syncing check with the same function but wasn't an issue before.
The block import benchmark shows a jump in Block import ERC20 transfers time after merging #2658. It's probably related to the addition of
validate_block_bodytovalidate_blockwhich made sense after fixing the syncing check with the same function but wasn't an issue before.