All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- [AssetCreate] Add lazy minting feature
- [AuthSuperValidator] Add signature expiration
- [AssetCreate] Fix: Do not mark lazy minted assets as bridged
- [AssetCreate] Fix: Improve gas inefficiencies
- [AssetCreate, AuthSuperValidator] Add security contact
- [AssetCreate] Improve readability of the contract by removing magic numbers
- [AssetCreate] Improve code style
- [AssetCreate] Improve documentation
- [AssetCreate] Do not index creators array in one of the events
- Fix: Catalyst contract transfer method patch.
- move
@manifoldxyz/*
from devDependencies to dependencies
- Update dependencies in package.json
- first official version using release-it
- updates to readme
- fixes to changelog
- as of this date we have deployed Catalyst, OperatorFilterSubscription, RoyaltyManager, RoyaltySplitter on Polygon-mainnet (note: Asset, AssetCreate, AssetReveal, AuthSuperValidator have not been deployed on Polygon-mainnet yet)
- move @openzeppelin contracts to dependencies (instead of dev deps)
- release-it and release-it hooks added