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
Second, we create a new type that implements TrieState which combines the read-only TrieBackend of the block hash, as well as the OverlayedChanges type that can be extracted before calling AddBlock. This new TrieState will be passed into the runtime instance. This introduced implementation of TrieState is analagous to the substrate primitive sp_statemachine::ext::Ext and the analgous trait to the TrieState interface is sp_externalities::Externalities.
Acceptance Criteria
Introduce Externalities interface.
Implement Externalities in a new type analogous to Ext.
Issue Summary
From design doc:
Acceptance Criteria
Externalities
interface.Externalities
in a new type analogous toExt
.Other information and links
Externalities
trait.Ext
type.The text was updated successfully, but these errors were encountered: