Skip to content

Commit 0060e0f

Browse files
committed
Namada 0.15.2
1 parent 8f4a21f commit 0060e0f

37 files changed

+98
-66
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.

.changelog/v0.15.2/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Namada 0.15.2 is a bugfix release containing various fixes, including
2+
a major improvement to storage usage.

CHANGELOG.md

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

3+
## v0.15.2
4+
5+
Namada 0.15.2 is a bugfix release containing various fixes, including
6+
a major improvement to storage usage.
7+
8+
### BUG FIXES
9+
10+
- Fixed an issue with the iterator of LazyMap with a nested LazyVec collection
11+
that would match non-data keys and fail to decode those with the data decoder.
12+
([#1218](https://github.com/anoma/namada/pull/1218))
13+
- PoS: fixed a function for clearing of historical epoched data
14+
([\#1325](https://github.com/anoma/namada/pull/1325))
15+
16+
### FEATURES
17+
18+
- Added a utility command to the CLI to compute a tendermint address from a
19+
namada public key. ([#1152](https://github.com/anoma/namada/pull/1152))
20+
21+
### IMPROVEMENTS
22+
23+
- Changed the default base directory. On linux, the default path will be `$XDG_DATA_HOME/com.heliax.namada`, on OSX it will be `$HOME/.local/share/com.heliax.namada`.
24+
([#1138](https://github.com/anoma/namada/pull/1138))
25+
- RocksDB optimization to reduce the storage usage
26+
([#1333](https://github.com/anoma/namada/issues/1333))
27+
28+
### MISCELLANEOUS
29+
30+
- Enabled integer overflow checks in release build.
31+
([#1295](https://github.com/anoma/namada/pull/1295))
32+
333
## v0.15.1
434

535
Namada 0.15.1 is a patch release addressing issues with high storage

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.

apps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "GPL-3.0"
66
name = "namada_apps"
77
readme = "../README.md"
88
resolver = "2"
9-
version = "0.15.1"
9+
version = "0.15.2"
1010
default-run = "namada"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)