foundry
foundry copied to clipboard
fix: set next block timestamp as late as possible
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.