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, we only have a StateRoot implementation for the BMPT (#36). However, in live sync mode, the engine uses a ParallelStateRoot object, which computes all storage tries in parallel. We should create a ParallelStateRoot type for the BMPT, introduce a ParallelStateRootProvider, and include it in the StateCommitment type.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently, we only have a
StateRoot
implementation for the BMPT (#36). However, in live sync mode, the engine uses aParallelStateRoot
object, which computes all storage tries in parallel. We should create aParallelStateRoot
type for the BMPT, introduce aParallelStateRootProvider
, and include it in theStateCommitment
type.Additional context
No response
The text was updated successfully, but these errors were encountered: