Skip to content

Commit 720304b

Browse files
committed
Namada 0.31.0
1 parent d459d5b commit 720304b

29 files changed

+135
-116
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changelog/v0.31.0/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada 0.31.0 is a minor release that fixes wasm host function execution and upgrades some CLI functions and the Masp VP.

CHANGELOG.md

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

3+
## v0.31.0
4+
5+
Namada 0.31.0 is a minor release that fixes wasm host function execution and upgrades some CLI functions and the Masp VP.
6+
7+
### BUG FIXES
8+
9+
- Use the configured native token for genesis validation.
10+
([\#2471](https://github.com/anoma/namada/pull/2471))
11+
- Wallet: handle the case when empty decryption password is provided.
12+
([\#2473](https://github.com/anoma/namada/pull/2473))
13+
- Avoid panic in host env functions
14+
([\#2478](https://github.com/anoma/namada/issues/2478))
15+
16+
### IMPROVEMENTS
17+
18+
- Removed possible over/under-flow of `I128Sum` operations in the masp vp.
19+
([\#2476](https://github.com/anoma/namada/pull/2476))
20+
321
## v0.30.3
422

523
Namada 0.30.3 is a patch release that refactors some MASP functionality and fixes some governance and CLI issues.

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
5252
license = "GPL-3.0"
5353
readme = "README.md"
5454
repository = "https://github.com/anoma/namada"
55-
version = "0.30.3"
55+
version = "0.31.0"
5656

5757
[workspace.dependencies]
5858
ark-bls12-381 = {version = "0.3"}

0 commit comments

Comments
 (0)