morley-upgradeable-0.3: Upgradeability infrastructure based on Morley.
Safe HaskellNone
LanguageHaskell2010

Lorentz.Contracts.UpgradeableCounter.V1

Synopsis

Documentation

migrations :: [MigrationScript () UStoreTemplateV1] Source #

Migrations represent entrypoint-wise upgrades. Each migration puts an implementation of a method to UStore. The contract code itself (epwServe) does not do anything special except for taking these lambdas out of the big map.