File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ and this project adheres to
74
74
- cosmwasm-std: Add ` std ` feature and make it a default feature. ([ #1971 ] )
75
75
- cosmwasm-std: Add ` QueryRequest::Grpc ` and deprecate ` QueryRequest::Stargate ` .
76
76
([ #1973 ] )
77
+ - cosmwasm-std: Remove ` update_balance ` , ` set_denom_metadata ` ,
78
+ ` set_withdraw_address ` , ` set_withdraw_addresses ` , ` clear_withdraw_addresses `
79
+ from ` MockQuerier ` and expose the underlying queriers directly. ([ #1977 ] )
77
80
78
81
[ #1874 ] : https://github.com/CosmWasm/cosmwasm/pull/1874
79
82
[ #1876 ] : https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -94,6 +97,7 @@ and this project adheres to
94
97
[ #1967 ] : https://github.com/CosmWasm/cosmwasm/pull/1967
95
98
[ #1971 ] : https://github.com/CosmWasm/cosmwasm/pull/1971
96
99
[ #1973 ] : https://github.com/CosmWasm/cosmwasm/pull/1973
100
+ [ #1977 ] : https://github.com/CosmWasm/cosmwasm/pull/1977
97
101
98
102
### Removed
99
103
You can’t perform that action at this time.
0 commit comments