File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,14 @@ and this project adheres to
155
155
- cosmwasm-std: Add
156
156
` DistributionQuery::{DelegationRewards, DelegationTotalRewards, DelegatorValidators} ` .
157
157
This requires the ` cosmwasm_1_4 ` feature to be enabled. ([ #1788 ] )
158
+ - cosmwasm-std: Export module ` cosmwasm_std::storage_keys ` with
159
+ ` namespace_with_key ` , ` to_length_prefixed ` and ` to_length_prefixed_nested ` to
160
+ make it easier to use the strandard storage key layout documented in
161
+ [ STORAGE_KEYS.md] ( https://github.com/CosmWasm/cosmwasm/blob/v1.5.0/docs/STORAGE_KEYS.md )
162
+ in other libraries such as cw-storage-plus or indexers. ([ #1676 ] )
158
163
159
164
[ #1512 ] : https://github.com/CosmWasm/cosmwasm/issues/1512
165
+ [ #1676 ] : https://github.com/CosmWasm/cosmwasm/pull/1676
160
166
[ #1799 ] : https://github.com/CosmWasm/cosmwasm/pull/1799
161
167
[ #1806 ] : https://github.com/CosmWasm/cosmwasm/pull/1806
162
168
[ #1832 ] : https://github.com/CosmWasm/cosmwasm/pull/1832
You can’t perform that action at this time.
0 commit comments