Skip to content

Commit 7fdf079

Browse files
committed
Namada 0.20.1
1 parent 73e820e commit 7fdf079

28 files changed

+81
-60
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changelog/v0.20.1/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada 0.20.1 is a patch release addressing a bug in the inflation mechanism and minor ledger improvements.

CHANGELOG.md

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

3+
## v0.20.1
4+
5+
Namada 0.20.1 is a patch release addressing a bug in the inflation mechanism and minor ledger improvements.
6+
7+
### BUG FIXES
8+
9+
- Ensure that each crate in the workspace can be built with default features.
10+
([\#1712](https://github.com/anoma/namada/pull/1712))
11+
- Fixed transparent balance query when only an owner address is specified without
12+
an explicit token. ([\#1751](https://github.com/anoma/namada/pull/1751))
13+
- Fixes how PoS inflation is calculated.
14+
([\#1756](https://github.com/anoma/namada/pull/1756))
15+
- Fixes the ordering for I256 type.
16+
([\#1763](https://github.com/anoma/namada/pull/1763))
17+
18+
### IMPROVEMENTS
19+
20+
- Removed the associated type for an address from `trait NativeVp`.
21+
([\#1725](https://github.com/anoma/namada/pull/1725))
22+
323
## v0.20.0
424

525
Namada 0.20.0 is a minor releasing addressing several improvements to the PoS system and the ledger

Cargo.lock

Lines changed: 12 additions & 12 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
@@ -31,7 +31,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
3131
license = "GPL-3.0"
3232
readme = "README.md"
3333
repository = "https://github.com/anoma/namada"
34-
version = "0.20.0"
34+
version = "0.20.1"
3535

3636
[workspace.dependencies]
3737
ark-bls12-381 = {version = "0.3"}

wasm/Cargo.lock

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

0 commit comments

Comments
 (0)