Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fixed a MASP Groth16 proof verification bug that allowed draining the
shielded pool while leaving notes unspent. Upgraded the masp crates to
fix the proof validation.
([\#5025](https://github.com/namada-net/namada/pull/5025))
1 change: 1 addition & 0 deletions .changelog/v201.0.9/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Namada apps v201.0.9
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v201.0.9

Namada apps v201.0.9

### BUG FIXES

- Fixed a MASP Groth16 proof verification bug that allowed draining the
shielded pool while leaving notes unspent. Upgraded the masp crates to
fix the proof validation.
([\#5025](https://github.com/namada-net/namada/pull/5025))

## v201.0.8

Namada apps v201.0.8
Expand Down
2 changes: 1 addition & 1 deletion 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 crates/apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords.workspace = true
license = "GPL-3.0-or-later"
readme.workspace = true
repository.workspace = true
version = "201.0.8"
version = "201.0.9"

# Namada CLI that aggregates some common commands for the node and the client
[[bin]]
Expand Down
Loading