Skip to content

Commit

Permalink
Namada 0.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Jan 30, 2024
1 parent f4e042d commit bfba3db
Show file tree
Hide file tree
Showing 30 changed files with 147 additions and 116 deletions.
1 change: 1 addition & 0 deletions .changelog/v0.30.3/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Namada 0.30.3 is a patch release that refactors some MASP functionality and fixes some governance and CLI issues.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# CHANGELOG

## v0.30.3

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

### BUG FIXES

- Fixing several bugs in how governance and pgf transactions are handled and
validated. ([\#2459](https://github.com/anoma/namada/pull/2459))

### IMPROVEMENTS

- Modified the MASP VP to validate the changed storage keys instead of the
`Transfer` object. ([\#2452](https://github.com/anoma/namada/pull/2452))
- MASP inflation for a given token now is adjusted based on a target amount
of total locked (shielded) tokens rather than a ratio relative to some total
supply. ([\#2460](https://github.com/anoma/namada/pull/2460))
- Add an address CLI arg that defaults to the native token.
([\#2467](https://github.com/anoma/namada/pull/2467))

### SDK

- Modified `scan_tx` to require the set of changed keys instead of `Transfer`.
`fetch_shielded_transfer` now returns the set of changed keys instead of
`Transfer`. ([\#2452](https://github.com/anoma/namada/pull/2452))

## v0.30.2

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

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).
<!--
Add a summary for the release here.
If you don't change this message, or if this file is empty, the release
will not be created. -->

### IMPROVEMENTS

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

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

0 comments on commit bfba3db

Please sign in to comment.