foundry icon indicating copy to clipboard operation
foundry copied to clipboard

fix: set next block timestamp as late as possible

Open mattsse opened this issue 7 months ago • 0 comments

block productions needs a db write lock which competes with regular requests eth_call/eth_estimate etc...

this now computes the header.timestamp after we acquired the db lock and right before execution.

mattsse avatar Jun 30 '24 08:06 mattsse