- #203 Add suport for the Lima protocol.
- #198
- Add support for the kathmandu protocol.
- #196
- Update the structure of the
set_expiry
parameter to be compatible with the 2020-10-30 version of TZIP-17.
- Update the structure of the
- #195
- Update to ligo 0.46.1
- #181
- Remove network tests on
010
local-chain andgranadanet
.
- Remove network tests on
- #180
- Add network tests on
011
local-chain andhangzhounet
.
- Add network tests on
- #168
- Remove coercions between 'Alias' and 'AliasHint'
- #167
- Add unsafe way to compile view code from morley-metadata
- #165
- Bump
morley
,lorentz
and other dependencies.
- Bump
- #173
- Add network tests on
010
local-chain andgranadanet
.
- Add network tests on
- #172
- Remove network tests on
008
local-chain andedo2net
.
- Remove network tests on
- #170
- Add network tests on
009
local-chain andflorencenet
.
- Add network tests on
- #170
- Add network tests on
009
local-chain andflorencenet
.
- Add network tests on
- #163
- Remove network tests on
007
local-chain anddelphinet
.
- Remove network tests on
- #160
- Add network tests on
008
local-chain andedonet
. - Bump
morley
,lorentz
and other dependencies to run008
network tests.
- Add network tests on
- #155
- Added
--description
option tostablecoin-client
- Fixed names of FA2 views (e.g.
GetBalance
is now namedget_balance
) - Contract metadata now contains the version of the ligo compiler used to compile the contract.
- Update the types of the
is_operator
andget_balance
views to reflect the recent changes to TZIP-012. - Update the names of the metadata keys to use the camelCase naming scheme to reflect the recent changes to TZIP-016.
- Added
- #151
- Remove
token_metadata_registry
entrypoint. - Add TZIP-16 storage views as required by TZIP-12.
- Remove
-
- Add
total_supply
field to the contract.
- Add
-
- Deploy TZIP-16 metadata to an external contract by default.
- Provide deploy options
--contract-metadata-in-place
and--contract-metadata-off-chain
to let user to embed the metadata in contract or to use a custom metadata offline uri respectievely.
- #134
- Updated TZIP-17 implementation:
- Update parameter of
setExpiry
entrypoint - Fail with
"EXPIRY_TOO_BIG"
when expiry parameter is too big - Setting expiry of zero revokes the permit.
- Fail with
"NOT_PERMIT_ISSUER"
when someone other then permit issuer tries to callsetExpiry
entrypoint.
- Update parameter of
- Updated TZIP-17 implementation:
- #135
- Updated TZIP-17 implementation:
- Fail with
"DUP_PERMIT"
when a permit is issued twice - Removed
revoke
entrypoint
- Fail with
- Added support for TZIP-16
- Updated TZIP-17 implementation:
- #118
Include changes to FA2 w.r.t
Update_operators
. RemoveIs_operator
entrypoint. - #112
Haskell bindings for
Storage
and related types now use Haskell data constructors instead of nested tuples. - #104
Changed default token name from
USDC
toTest
and token symbol fromUSDC
toTEST
- #93 Implemented TZIP-17
Operations on the contract got cheaper in this release:
- #96 Metadata was moved into a separate contract.
- #95
Maximal number of minters is limited, they are stored in strict
map
. - #89 Prune 0 balance accounts from the storage.
- #85
Removed
permissions_descriptor
entrypoint. Removed 'total_supply' from storage. Changed owner hook behavior toOwner_no_hook
.
- #84 Update LIGO version. As a consequence the size of the contract was substantially decreased.
- #79
Implement
stablecoin-client
. - #75
Incorporate safelist contract changes according to TZIP-15:
- Safelist renamed to "Transferlist".
- Transferlist interaction updated to be able to use external transferlists.
- #73
Update the contract to a newer FA2 revision:
- No
total_supply
. - New way of exposing metadata.
- Slightly modified error messages.
- No
- #66:
- Rename 'NO_ALLOWANCE_EXPECTED' to 'CURRENT_ALLOWANCE_REQUIRED'
MVP release.