-
Notifications
You must be signed in to change notification settings - Fork 367
Intermediate state roots #84
Copy link
Copy link
Closed
Labels
C:abciThe connection between ll-core and the (abci) appThe connection between ll-core and the (abci) appC:state-fraud-proofsComponent: State Fraud ProofsComponent: State Fraud ProofsT:investigateFurther investigation neededFurther investigation neededice-boxissues are automatically assigned this label until they are planned.issues are automatically assigned this label until they are planned.
Metadata
Metadata
Assignees
Labels
C:abciThe connection between ll-core and the (abci) appThe connection between ll-core and the (abci) appC:state-fraud-proofsComponent: State Fraud ProofsComponent: State Fraud ProofsT:investigateFurther investigation neededFurther investigation neededice-boxissues are automatically assigned this label until they are planned.issues are automatically assigned this label until they are planned.
Intermediate state roots need to be written into Block.Data. This is achievable with the preprocess block mechanism a (see #59). Intermediate state roots are slightly different as they play into the execution model (see #3). As mentioned below, we should first implement keeping track of intermediate state roots without touching the current (deferred) execution model.
related: #77