-
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/protocol-write-log' (#1108) into maint-0.13
* tomas/protocol-write-log: [ci] wasm checksums update changelog: add #1108 shell/queries: refactor token query using storage_api token mod shell/gov: apply changes via `WlStorage` write log test/finalize_block: ensure that proposal doesn't commit to DB gov + token: refactor using storage_api move gov mod from tx_prelude to core storage_api test/test_vp_host_env: update to write via tx ledger: apply `update_allowed_conversions` storage changes via WlStorage wl_storage: apply protocol write log changes at block level test/ledger/shell: test that `finalize_block` doesn't commit storage
- Loading branch information
Showing
15 changed files
with
535 additions
and
316 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/improvements/1108-protocol-write-log.md
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,4 @@ | ||
- Improved the `WlStorage` to write protocol changes via block-level write log. | ||
This is then used to make sure that no storage changes are committed in ABCI | ||
`FinalizeBlock` request handler and only in the `Commit` handler. | ||
([#1108](https://github.com/anoma/namada/pull/1108)) |
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.