v1.0.0-rc2
Pre-release
Pre-release
What's Changed
- [fix] Removing merchant does not remove the associated deposit addresses by @iboss-ptk in #4
- [fix] Approving mint requests does not ensure the requestor still holds the merchant role by @iboss-ptk in #5
- [fix] Incorrect governor attribute value emitted by @iboss-ptk in #6
- [fix] Attributes are not properly emitted during contract instantiation by @iboss-ptk in #7
- [fix] GetMintRequestsCount and GetBurnRequestsCount query fails when there are no mint or burn requests by @iboss-ptk in #8
- [fix] Typographical error affects codebase readability by @iboss-ptk in #9
- [fix] Storage entries spread across multiple files increase the chances of storage key collision by @iboss-ptk in #10
- [fix] Merchant deposit addresses are not ensured to be unique by @iboss-ptk in #11
- [fix] Separation of privileged addresses is not enforced by @iboss-ptk in #12
- [fix] Contracts should implement a two-step ownership transfer by @iboss-ptk in #13
- Increase test coverage by @iboss-ptk in #14
Full Changelog: v1.0.0-rc1...v1.0.0-rc2