Skip to content

Commit

Permalink
Namada 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Jan 31, 2024
1 parent d459d5b commit 720304b
Show file tree
Hide file tree
Showing 29 changed files with 135 additions and 116 deletions.
1 change: 1 addition & 0 deletions .changelog/v0.31.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Namada 0.31.0 is a minor release that fixes wasm host function execution and upgrades some CLI functions and the Masp VP.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## v0.31.0

Namada 0.31.0 is a minor release that fixes wasm host function execution and upgrades some CLI functions and the Masp VP.

### BUG FIXES

- Use the configured native token for genesis validation.
([\#2471](https://github.com/anoma/namada/pull/2471))
- Wallet: handle the case when empty decryption password is provided.
([\#2473](https://github.com/anoma/namada/pull/2473))
- Avoid panic in host env functions
([\#2478](https://github.com/anoma/namada/issues/2478))

### IMPROVEMENTS

- Removed possible over/under-flow of `I128Sum` operations in the masp vp.
([\#2476](https://github.com/anoma/namada/pull/2476))

## v0.30.3

Namada 0.30.3 is a patch release that refactors some MASP functionality and fixes some governance and CLI issues.
Expand Down
62 changes: 31 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/anoma/namada"
version = "0.30.3"
version = "0.31.0"

[workspace.dependencies]
ark-bls12-381 = {version = "0.3"}
Expand Down
Loading

0 comments on commit 720304b

Please sign in to comment.