You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, loomchain commits EVM state right after each EVM tx is processed. Committing EVM state is an expensive process and costing around 60% of tx processing time. loomchain should be able to use the same EVM state object for multiple EVM txs and only commit it once at block commit.
Currently, loomchain commits EVM state right after each EVM tx is processed. Committing EVM state is an expensive process and costing around 60% of tx processing time. loomchain should be able to use the same EVM state object for multiple EVM txs and only commit it once at block commit.
We also should take a look at this Go Ethereum state commit improvement ethereum/go-ethereum@223b950#diff-19b2c4499088b23ccb40eedb26c42e68.
This issue can be started after this PR is merged #1532
The text was updated successfully, but these errors were encountered: