-
Notifications
You must be signed in to change notification settings - Fork 992
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' (#913) into maint-0.13
* tomas+brent/fix-iter-prefix: [ci] wasm checksums update changelog: add #913 fix documentation fix IBC VP tests tests: update tests to use WlStorage use storage PrefixIter instead of DB iterator that respects write log use WlStorage in Shell and in queries RequestCtx core: remove storage_api StorageRead and StorageWrite from Storage make -C wasm_for_tests/wasm_source vp_host_fns: fix has_key_pre to see keys from prev txs (not yet in DB) test/vm_host_env: fix expected keys in VP 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 move write_log core/storage: add a warning to `iter_prefix`
- Loading branch information
Showing
63 changed files
with
1,373 additions
and
808 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,2 @@ | ||
- Fixed the prefix iterator method to respect modifications in the write log. | ||
([#913](https://github.com/anoma/namada/pull/913)) |
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.