Skip to content

Commit

Permalink
merged V0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariari committed Jul 6, 2023
2 parents e7ef20d + 495035e commit 04e1d9d
Show file tree
Hide file tree
Showing 73 changed files with 1,779 additions and 883 deletions.
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))
2 changes: 2 additions & 0 deletions .changelog/v0.18.0/bug-fixes/1599-wasm-secp256k1-sig.md
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 .changelog/v0.18.0/bug-fixes/1615-fix-optional-prefix-iter.md
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))
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))
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))
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))
2 changes: 2 additions & 0 deletions .changelog/v0.18.0/improvements/64-clap-up-v4.md
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))
1 change: 1 addition & 0 deletions .changelog/v0.18.0/summary.md
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.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# CHANGELOG

## v0.18.0

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.

### BUG FIXES

- 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))
- Fix signature verification with secp256k1 in WASM VPs.
([\#1599](https://github.com/anoma/namada/pull/1599))
- Storage: Fix iterator without a prefix.
([\#1615](https://github.com/anoma/namada/pull/1615))

### FEATURES

- 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))
- 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))

### IMPROVEMENTS

- Update clap to the latest version.
([\#64](https://github.com/anoma/namada/issues/64))
- Updated wasmer to v2.3.0 and switched from pwasm-utils to wasm-instrument.
([\#1604](https://github.com/anoma/namada/pull/1604))

## v0.17.5

Namada 0.17.5 is a maintenance release chiefly addressing MASP
Expand Down
Loading

0 comments on commit 04e1d9d

Please sign in to comment.