Skip to content

Commit 495035e

Browse files
committed
Namada 0.18.0
1 parent 51d382b commit 495035e

29 files changed

+91
-59
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changelog/v0.18.0/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# CHANGELOG
22

3+
## v0.18.0
4+
5+
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.
6+
7+
### BUG FIXES
8+
9+
- PoS: Ensure that when a validator is slashed, it gets removed from
10+
validator set in the same epoch in Namada state as in CometBFT's state.
11+
([\#1582](https://github.com/anoma/namada/pull/1582))
12+
- Fix signature verification with secp256k1 in WASM VPs.
13+
([\#1599](https://github.com/anoma/namada/pull/1599))
14+
- Storage: Fix iterator without a prefix.
15+
([\#1615](https://github.com/anoma/namada/pull/1615))
16+
17+
### FEATURES
18+
19+
- Adds a third validator set, the below threshold set, which contains
20+
all validators whose stake is below some parameterizable threshold.
21+
([#1576](https://github.com/anoma/namada/pull/1576))
22+
- Added `NAMADA_LOG_DIR` env var for logging to file(s) and `NAMADA_LOG_ROLLING`
23+
for setting rolling logs frequency. The rolling frequency can be set to
24+
never, minutely, hourly or daily. If not set, the default is never.
25+
([\#1578](https://github.com/anoma/namada/pull/1578))
26+
27+
### IMPROVEMENTS
28+
29+
- Update clap to the latest version.
30+
([\#64](https://github.com/anoma/namada/issues/64))
31+
- Updated wasmer to v2.3.0 and switched from pwasm-utils to wasm-instrument.
32+
([\#1604](https://github.com/anoma/namada/pull/1604))
33+
334
## v0.17.5
435

536
Namada 0.17.5 is a maintenance release chiefly addressing MASP

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)