@@ -34,10 +34,19 @@ and this project adheres to
34
34
- cosmwasm-std: Upgrade to ` serde-json-wasm ` 1.0. This means ` u128 ` and ` i128 `
35
35
are now serialized as numbers instead of strings. Use ` Uint128 ` and ` Int128 `
36
36
instead. ([ #1939 ] )
37
+ - cosmwasm-std: Make ` BalanceResponse ` , ` AllBalanceResponse ` ,
38
+ ` DelegationRewardsResponse ` , ` DelegatorReward ` , ` DelegatorValidatorsResponse ` ,
39
+ ` PortIdResponse ` , ` ListChannelsResponse ` , ` ChannelResponse ` ,
40
+ ` BondedDenomResponse ` , ` AllDelegationsResponse ` , ` Delegation ` ,
41
+ ` DelegationResponse ` , ` FullDelegation ` , ` AllValidatorsResponse ` ,
42
+ ` ValidatorResponse ` and ` Validator ` non-exhaustive. Add ` Validator::create `
43
+ and ` FullDelegation::create ` to allow creating them in a stable way. Use
44
+ ` Addr ` type for ` ContractInfoResponse::{creator, admin} ` . ([ #1883 ] )
37
45
38
46
[ #1874 ] : https://github.com/CosmWasm/cosmwasm/pull/1874
39
47
[ #1876 ] : https://github.com/CosmWasm/cosmwasm/pull/1876
40
48
[ #1879 ] : https://github.com/CosmWasm/cosmwasm/pull/1879
49
+ [ #1883 ] : https://github.com/CosmWasm/cosmwasm/pull/1883
41
50
[ #1884 ] : https://github.com/CosmWasm/cosmwasm/pull/1884
42
51
[ #1898 ] : https://github.com/CosmWasm/cosmwasm/pull/1898
43
52
[ #1902 ] : https://github.com/CosmWasm/cosmwasm/pull/1902
0 commit comments