Skip to content

Commit fcfb649

Browse files
committed
Add .0 in storage getters to migration guise [ci skip]
1 parent 753578c commit fcfb649

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MIGRATING.md

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Integration tests:
4545

4646
- Replace `cosmwasm_vm::ReadonlyStorage` with `cosmwasm_vm::Storage`, which now
4747
contains all backend storage methods.
48+
- Storage getters (and iterators) now return a result of
49+
`(Option<Vec<u8>>, u64)`, where the first component is the element and the
50+
second one is the gas cost. Thus in a few places `.0` must be added to access
51+
the element.
4852

4953
## 0.7.2 -> 0.8
5054

0 commit comments

Comments
 (0)