Releases: osmosis-labs/cw-wbtc
Releases · osmosis-labs/cw-wbtc
v1.0.0
compiler version: cosmwasm/workspace-optimizer:0.14.0
To get the attached checksum, make sure you place the attached Cargo.lock
to the root of this repo and run
docker run --rm -v "$(pwd)":/code --mount type=volume,source="$(basename "$(pwd)")_cache",target=/target --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry cosmwasm/workspace-optimizer:0.14.0
v1.0.0-rc2
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
v1.0.0-rc1
Ready for audit.
Wasm byte code is optimized by workspace-optimizer:0.13.0
v1.0.0-rc0
1.0.0-rc0