We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753578c commit fcfb649Copy full SHA for fcfb649
MIGRATING.md
@@ -45,6 +45,10 @@ Integration tests:
45
46
- Replace `cosmwasm_vm::ReadonlyStorage` with `cosmwasm_vm::Storage`, which now
47
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.
52
53
## 0.7.2 -> 0.8
54
0 commit comments