Skip to content

Commit bfba3db

Browse files
committed
Namada 0.30.3
1 parent f4e042d commit bfba3db

30 files changed

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

.changelog/v0.30.3/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada 0.30.3 is a patch release that refactors some MASP functionality and fixes some governance and CLI issues.

CHANGELOG.md

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

3+
## v0.30.3
4+
5+
Namada 0.30.3 is a patch release that refactors some MASP functionality and fixes some governance and CLI issues.
6+
7+
### BUG FIXES
8+
9+
- Fixing several bugs in how governance and pgf transactions are handled and
10+
validated. ([\#2459](https://github.com/anoma/namada/pull/2459))
11+
12+
### IMPROVEMENTS
13+
14+
- Modified the MASP VP to validate the changed storage keys instead of the
15+
`Transfer` object. ([\#2452](https://github.com/anoma/namada/pull/2452))
16+
- MASP inflation for a given token now is adjusted based on a target amount
17+
of total locked (shielded) tokens rather than a ratio relative to some total
18+
supply. ([\#2460](https://github.com/anoma/namada/pull/2460))
19+
- Add an address CLI arg that defaults to the native token.
20+
([\#2467](https://github.com/anoma/namada/pull/2467))
21+
22+
### SDK
23+
24+
- Modified `scan_tx` to require the set of changed keys instead of `Transfer`.
25+
`fetch_shielded_transfer` now returns the set of changed keys instead of
26+
`Transfer`. ([\#2452](https://github.com/anoma/namada/pull/2452))
27+
328
## v0.30.2
429

530
Namada 0.30.2 is a patch release that contains various bug fixes and improvements.
@@ -55,6 +80,11 @@ Namada 0.30.2 is a patch release that contains various bug fixes and improvement
5580
## v0.30.1
5681

5782
Namada 0.30.1 is a patch release that contains various bug fixes for MASP, IBC, the shell and crates refactor (the core has been subdivided into many smaller crates).
83+
<!--
84+
Add a summary for the release here.
85+
86+
If you don't change this message, or if this file is empty, the release
87+
will not be created. -->
5888

5989
### IMPROVEMENTS
6090

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.2"
55+
version = "0.30.3"
5656

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

0 commit comments

Comments
 (0)