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
Related issues:
- FuelLabs/fuel-vm#655
This PR removes the specific implementation of `StorageRead` for
`ContractsRawCode`, and replaces it with a generic implementation over
`Blueprint` tables and `StructuredStorage`. This means that other
implementations of `TableWithBlueprint` will automatically receive this
implementation, including `ContractsStorage`, which uses the `Sparse`
Blueprint.
---------
Co-authored-by: xgreenx <xgreenx9999@gmail.com>
It is a preparation for the smooth update to support dynamic storage.
Required changes:
StorageSlot::value
type toVec<u8>
(feat: Use Vec of Bytes for Contract State #671)fuel-core
to implementStorageRead
andStorageWrite
for theContractsState
(Bumpfuel-vm
dep to 0.47.1 fuel-core#1714)The text was updated successfully, but these errors were encountered: