-
Notifications
You must be signed in to change notification settings - Fork 956
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
73 changed files
with
1,779 additions
and
883 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/v0.18.0/bug-fixes/1582-slash-validator-delay-set-update.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,3 @@ | ||
- PoS: Ensure that when a validator is slashed, it gets removed from | ||
validator set in the same epoch in Namada state as in CometBFT's state. | ||
([\#1582](https://github.com/anoma/namada/pull/1582)) |
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 @@ | ||
- Fix signature verification with secp256k1 in WASM VPs. | ||
([\#1599](https://github.com/anoma/namada/pull/1599)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.18.0/bug-fixes/1615-fix-optional-prefix-iter.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 @@ | ||
- Storage: Fix iterator without a prefix. | ||
([\#1615](https://github.com/anoma/namada/pull/1615)) |
3 changes: 3 additions & 0 deletions
3
.changelog/v0.18.0/features/1576-add-below-threshold-validators.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,3 @@ | ||
- Adds a third validator set, the below threshold set, which contains | ||
all validators whose stake is below some parameterizable threshold. | ||
([#1576](https://github.com/anoma/namada/pull/1576)) |
4 changes: 4 additions & 0 deletions
4
.changelog/v0.18.0/features/1578-fix-init-validator-tm-mode.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 @@ | ||
- Added `NAMADA_LOG_DIR` env var for logging to file(s) and `NAMADA_LOG_ROLLING` | ||
for setting rolling logs frequency. The rolling frequency can be set to | ||
never, minutely, hourly or daily. If not set, the default is never. | ||
([\#1578](https://github.com/anoma/namada/pull/1578)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.18.0/improvements/1604-update-wasmer-wasmparser.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 @@ | ||
- Updated wasmer to v2.3.0 and switched from pwasm-utils to wasm-instrument. | ||
([\#1604](https://github.com/anoma/namada/pull/1604)) |
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 @@ | ||
- Update clap to the latest version. | ||
([\#64](https://github.com/anoma/namada/issues/64)) |
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 @@ | ||
Namada 0.18.0 is a minor release primarily addressing a major change in the token amount representation, the addition of a new validator set category, and other minor improvements to the ledger stability. |
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.