morley-upgradeable: Upgradeability infrastructure based on Morley.

[ language, library, mit, program ] [ Propose Tags ]

Basic infrastructure for writing upgradeable contracts in Morley-based eDSL.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.3
Change log CHANGES.md
Dependencies base-noprelude (>=4.7 && <5), cleveland, colourista, constraints, containers, first-class-families (>=0.5.0.0), fmt, hedgehog, hex-text, HUnit, lens, lorentz, morley, morley-client, morley-prelude, morley-upgradeable, mtl, optparse-applicative, singletons, text, vinyl, with-utf8 [details]
License MIT
Copyright 2019-2021 Tocqueville Group
Author Serokell, Tocqueville Group
Maintainer Serokell <libraries@serokell.io>
Revised Revision 1 made by pasqu4le at 2023-08-03T16:20:33Z
Category Language
Home page https://gitlab.com/morley-framework/morley-upgradeable
Bug tracker https://gitlab.com/morley-framework/morley-upgradeable/-/issues
Source repo head: git clone git@gitlab.com:morley-framework/morley-upgradeable.git
Uploaded by pasqu4le at 2021-04-02T13:47:25Z
Distributions
Executables morley-ustore-reader
Downloads 220 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for morley-upgradeable-0.3

[back to package description]

Morley Upgradeable

This package contains infrastructure that one can use to implement an upgradeable contract. For overview of upgradeability approaches please read the related document.