The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- On Hub Module instantiation,
info.sender
is now saved as an operator for the contract. (#73)
- Custom Module Template for kickstarting development of custom modules. This contract includes the common functions and messages found in the framework modules. (#65)
- Custom Permission Template for kickstarting development of custom permissions. This contract includes the common functions and messages found in the framework permissions. (#65)
- Paginated query -
QueryMsg::Modules
on Hub Module to list all the registered modules with their name and addresses. (#68) - Operators support on Fee Module. (#69)
- Collection minting lock is now saved as
false
by default increate_collection
message in Mint Module (#56) info.sender
is now used instead ofenv.contract.address
for querying contract admin on Token Module instantiate message. (#57)
- Initial version for the framework. Release can be found here