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
CompareAndSetBlockData is currently used in sync and is already introduced in offchain.OffchainStorage.CompareAndSet(). It is implemented by offchain.LocalStorage which is a dependency of db.Backend. Adding the CompareAndSetBlockData function to the translation shim should therefore be relatively simple given the functionality is already implemented.
Issue Summary
Taken from design doc:
Acceptance Criteria
CompareAndSetBlockData
in translation shim type introduced in Introduce a translation shim type that implements revisedBlockState
andStorageState
backed byClient
#4460The text was updated successfully, but these errors were encountered: