lambdaclass/lambda_ethereum_consensus

Checkpoint states and pre-states should be in-memory in the store

Closed this issue · 0 comments

Right now accessing the pre-state from the db and calculating the root takes a significant part of the block processing/state transition times. We should have this already available in memory and leave the db for old states.

Writing new states can be done in an async manner.