Sourced from cosmwasm-std's releases.
v1.5.0-rc.0
The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.
Sourced from cosmwasm-std's changelog.
CHANGELOG
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Changed
- cosmwasm-std: Replace
ContractInfoResponse::new
with new (unstable) constructor, removeSubMsgExecutionResponse
(UseSubMsgResponse
instead) and removePartialEq<&str> for Addr
(validate the address and usePartialEq<Addr> for Addr
instead). (#1879)- cosmwasm-std: Remove
Mul<Decimal> for Uint128
andMul<Decimal256> for Uint256
. UseUint{128,256}::mul_floor
instead. (#1890)- cosmwasm-std:
Uint{64,128}::full_mul
now takeInto<Self>
as an argument. (#1874)- cosmwasm-vm: Make
CacheOptions
non-exhaustive and add a constructor. (#1898)- cosmwasm-std:
Coin::new
now takesInto<Uint128>
instead ofu128
as the first argument andDecCoin::new
takesInto<Decimal256>
instead ofDecimal256
. (#1902)- cosmwasm-std: Remove operand strings from
OverflowError
,ConversionOverflowError
andDivideByZeroError
. (#1896)- cosmwasm-std: Add optional memo field to
IbcMsg::Transfer
. (#1878)#1874: CosmWasm/cosmwasm#1874 #1878: CosmWasm/cosmwasm#1878 #1879: CosmWasm/cosmwasm#1879 #1890: CosmWasm/cosmwasm#1890 #1896: CosmWasm/cosmwasm#1896 #1898: CosmWasm/cosmwasm#1898 #1902: CosmWasm/cosmwasm#1902
[1.5.0-rc.0]
Added
- cosmwasm-std: Add
addr_make
andwith_prefix
forcosmwasm_std::testing::MockApi
(#1905).- cosmwasm-std: Add
abs
andunsigned_abs
forInt{64,128,256,512}
(#1854).- cosmwasm-std: Add
From<Int{64,128,256}>
forInt512
,TryFrom<Int{128,256,512}>
forInt64
,TryFrom<Int{256,512}>
forInt128
,TryFrom<Int512>
forInt256
andInt256::from_i128
for const contexts (#1861).- cosmwasm-std: Add
Int{64,128,256}::{checked_multiply_ratio, full_mul}
(#1866)
... (truncated)
0c596bb
Set version: 1.5.04e797ef
Add unmaintained warning to storage README3475232
Set version: 1.5.0-rc.09b378df
Fix typo9e362a3
Add .module file extensiona519f82
Bump module serialization version5d37397
Merge pull request #1912 from CosmWasm/merge-1-40b1435d
Merge pull request #1906 from CosmWasm/fixed-clippy-warnings5065d6c
Merge branch 'release/1.4'06d1513
Updated code documentation.Sourced from cosmwasm-schema's releases.
v1.5.0-rc.0
The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.
Sourced from cosmwasm-schema's changelog.
CHANGELOG
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Changed
- cosmwasm-std: Replace
ContractInfoResponse::new
with new (unstable) constructor, removeSubMsgExecutionResponse
(UseSubMsgResponse
instead) and removePartialEq<&str> for Addr
(validate the address and usePartialEq<Addr> for Addr
instead). (#1879)- cosmwasm-std: Remove
Mul<Decimal> for Uint128
andMul<Decimal256> for Uint256
. UseUint{128,256}::mul_floor
instead. (#1890)- cosmwasm-std:
Uint{64,128}::full_mul
now takeInto<Self>
as an argument. (#1874)- cosmwasm-vm: Make
CacheOptions
non-exhaustive and add a constructor. (#1898)- cosmwasm-std:
Coin::new
now takesInto<Uint128>
instead ofu128
as the first argument andDecCoin::new
takesInto<Decimal256>
instead ofDecimal256
. (#1902)- cosmwasm-std: Remove operand strings from
OverflowError
,ConversionOverflowError
andDivideByZeroError
. (#1896)- cosmwasm-std: Add optional memo field to
IbcMsg::Transfer
. (#1878)#1874: CosmWasm/cosmwasm#1874 #1878: CosmWasm/cosmwasm#1878 #1879: CosmWasm/cosmwasm#1879 #1890: CosmWasm/cosmwasm#1890 #1896: CosmWasm/cosmwasm#1896 #1898: CosmWasm/cosmwasm#1898 #1902: CosmWasm/cosmwasm#1902
[1.5.0-rc.0]
Added
- cosmwasm-std: Add
addr_make
andwith_prefix
forcosmwasm_std::testing::MockApi
(#1905).- cosmwasm-std: Add
abs
andunsigned_abs
forInt{64,128,256,512}
(#1854).- cosmwasm-std: Add
From<Int{64,128,256}>
forInt512
,TryFrom<Int{128,256,512}>
forInt64
,TryFrom<Int{256,512}>
forInt128
,TryFrom<Int512>
forInt256
andInt256::from_i128
for const contexts (#1861).- cosmwasm-std: Add
Int{64,128,256}::{checked_multiply_ratio, full_mul}
(#1866)
... (truncated)
0c596bb
Set version: 1.5.04e797ef
Add unmaintained warning to storage README3475232
Set version: 1.5.0-rc.09b378df
Fix typo9e362a3
Add .module file extensiona519f82
Bump module serialization version5d37397
Merge pull request #1912 from CosmWasm/merge-1-40b1435d
Merge pull request #1906 from CosmWasm/fixed-clippy-warnings5065d6c
Merge branch 'release/1.4'06d1513
Updated code documentation.