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
7474- cosmwasm-std: Add ` std ` feature and make it a default feature. ([ #1971 ] )
7575- cosmwasm-std: Add ` QueryRequest::Grpc ` and deprecate ` QueryRequest::Stargate ` .
7676 ([ #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 ] )
7780
7881[ #1874 ] : https://github.com/CosmWasm/cosmwasm/pull/1874
7982[ #1876 ] : https://github.com/CosmWasm/cosmwasm/pull/1876
@@ -94,6 +97,7 @@ and this project adheres to
9497[ #1967 ] : https://github.com/CosmWasm/cosmwasm/pull/1967
9598[ #1971 ] : https://github.com/CosmWasm/cosmwasm/pull/1971
9699[ #1973 ] : https://github.com/CosmWasm/cosmwasm/pull/1973
100+ [ #1977 ] : https://github.com/CosmWasm/cosmwasm/pull/1977
97101
98102### Removed
99103
You can’t perform that action at this time.
0 commit comments