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