We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6d3ac commit 747a890Copy full SHA for 747a890
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# CHANGELOG
2
3
+## 0.12.0 (unreleased)
4
+
5
+**cosmwasm-vm**
6
7
+- Remove `Storage::range` and `StorageIterator`. The storage implementation is
8
+ now responsible for maintaining iterators internally and make them accessible
9
+ via the new `Storage::scan` and `Storage::next` methods.
10
+- Add `FfiError::IteratorDoesNotExist`. Looking at this, `FfiError` should
11
+ probably be renamed to something that includes before, on and behind the FFI
12
+ boundary to Go.
13
+- `MockStorage` now implementes the new `Storage` trait and has an additional
14
+ `MockStorage::all` for getting all elements of an iterator in tests.
15
16
## 0.11.1 (2020-10-12)
17
18
**cosmwasm-std**
0 commit comments