-
Notifications
You must be signed in to change notification settings - Fork 983
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fraccaman/improve-cli-check' (#1258)
* fraccaman/improve-cli-check: ledger: wait for node to sync before running cli commands ledger: change wait time strategy fixup: improve retry logic ledger: wait for node to sync before running cli commands Namada 0.14.3 changelog: add missing changelogs fix tests for new epoch Added record to changelog. Now load conversions from storage even for epoch 1. DB prune function given an epoch prune older merkle tree stores fix: review comments fix comments retry CI fix: logic misc: refactor + clippy + fmt ledger: check if pk is valid validator in pre-genesis setup e2e/ledger_tests: fix run_ledger_load_state_and_reset in debug build [ci] wasm checksums update fix to rebuild merkle tree before read fix the unit test compare keys as string fix for the first height [ci] wasm checksums update add changelog write Merkle tree stores less often
- Loading branch information
Showing
44 changed files
with
847 additions
and
153 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 @@ | ||
- Check if validators are valid in pre-genesis setup. | ||
([#1140](https://github.com/anoma/namada/pull/1140)) |
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 @@ | ||
- Now load conversions from storage even for epoch 1. | ||
([\#1244](https://github.com/anoma/namada/pull/1244)) |
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 @@ | ||
- Write Merkle tree stores only when a new epoch | ||
([#1113](https://github.com/anoma/namada/issues/1113)) |
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 @@ | ||
- Prune old Merkle tree stores. | ||
([#1237](https://github.com/anoma/namada/pull/1237)) |
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 @@ | ||
Namada 0.14.3 is a bugfix release addressing mainly disk usage | ||
inefficiencies. |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.14.3/testing/1131-fix-e2e-ledger-reset-in-dbg.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,2 @@ | ||
- Fixed run_ledger_load_state_and_reset test in debug build. | ||
([#1131](https://github.com/anoma/namada/pull/1131)) |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.