-
Notifications
You must be signed in to change notification settings - Fork 990
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tomas+brent/fix-iter-prefix' into tomas+brent/lazy-map-…
…epoched-MOVE-WRITELOG * tomas+brent/fix-iter-prefix: storage: extend iter_prefix test storage: rename `fn commit` to `commit_block` write_log: allow to commit genesis txs write_log: add prefix iter shared: Add WlStorage, combining WriteLog with Storage core/storage: add a warning to `iter_prefix` core/storage/mockDB: remove unused `reverse_order` flag [ci] wasm checksums update changelog: add #912 wasm_for_tests: make storage: remove rev_iter_prefix, which doesn't work as expected test in apps/ledger/storage: test prefix iterators
- Loading branch information
Showing
33 changed files
with
579 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Removed 'rev_iter_prefix' from storage API as its implementation | ||
depends on RocksDB and it doesn't work as expected. | ||
([#912](https://github.com/anoma/namada/pull/912)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.