Closed xgreenx closed 9 months ago
MerkleRootStorage
StorageInspect
StorageMutate
ContractsInfo
CROO
DependentCost
Full Changelog: https://github.com/FuelLabs/fuel-vm/compare/v0.45.0...v0.46.0
Version v0.46.0
Changed
Breaking
MerkleRootStorage
trait. Now it requiresStorageInspect
instead of theStorageMutate
.ContractsInfo
table. Contract salts and roots are no longer stored in on-chain data.CROO
now calculates the given contract's root on demand.CROO
has therefore been changed to aDependentCost
gas cost.What's Changed
MerkleRootStorage
trait by @xgreenx in https://github.com/FuelLabs/fuel-vm/pull/679Full Changelog: https://github.com/FuelLabs/fuel-vm/compare/v0.45.0...v0.46.0