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
* updates to RuntimeAdapter API:
* group all storage-related `apply_transactions` args into
`RuntimeStorageConfig` struct
* remove `check_state_transition` and
`apply_transactions_with_optional_storage_proof` as those are redundant
* `NightshadeRuntime::apply_transactions` is updated to support
recording storage as well as using recorded nodes as a data source. This
will be needed for chunk validation using State Witness as part of
Stateless Validation.
part of #9628:
* when producing chunk: `RuntimeStorageConfig{ source:
StorageDataSource::Db, record_storage: true, .. }`
* when validating chunk: `RuntimeStorageConfig{ source:
StorageDataSource::Recorded(state_wintess.storage), .. }`
* updates to RuntimeAdapter API:
* group all storage-related `apply_transactions` args into
`RuntimeStorageConfig` struct
* remove `check_state_transition` and
`apply_transactions_with_optional_storage_proof` as those are redundant
* `NightshadeRuntime::apply_transactions` is updated to support
recording storage as well as using recorded nodes as a data source. This
will be needed for chunk validation using State Witness as part of
Stateless Validation.
part of #9628:
* when producing chunk: `RuntimeStorageConfig{ source:
StorageDataSource::Db, record_storage: true, .. }`
* when validating chunk: `RuntimeStorageConfig{ source:
StorageDataSource::Recorded(state_wintess.storage), .. }`
October roadmap
Out of scope: optimistic block production
November roadmap
TBD
The text was updated successfully, but these errors were encountered: