Skip to content

Commit 0c4c787

Browse files
committed
Namada 0.21.0
1 parent 01c63da commit 0c4c787

30 files changed

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

.changelog/v0.21.0/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Namada 0.21.0 is a minor release introducing a first version of the PGF mechanism, addressing several
2+
improvements to the PoS and Governance system and some changes to the ledger stability.
File renamed without changes.

CHANGELOG.md

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

3+
## v0.21.0
4+
5+
Namada 0.21.0 is a minor release introducing a first version of the PGF mechanism, addressing several
6+
improvements to the PoS and Governance system and some changes to the ledger stability.
7+
8+
### BUG FIXES
9+
10+
- Fixes buggy Display for the Dec type when the number is some multiple of 10
11+
([\#1774](https://github.com/anoma/namada/pull/1774))
12+
- Downgraded sysinfo back to v0.27.8 with a working available memory report on
13+
Mac M1. ([\#1775](https://github.com/anoma/namada/pull/1775))
14+
- Fixes buggy error handling in pos unjail_validator. Now properly enforces that
15+
if an unjail tx is submitted when the validator state is something other than
16+
Jailed in any of the current or future epochs, the tx will error out and fail.
17+
([\#1793](https://github.com/anoma/namada/pull/1793))
18+
- Fix available_memory size
19+
([\#1801](https://github.com/anoma/namada/issues/1801))
20+
21+
### FEATURES
22+
23+
- Introduce multisignature accounts and transaction format. It is now possible
24+
to supply multiple public keys when creating a new account/validator and
25+
specify the minimum number of signatures required to authorize a transaction.
26+
([\#1765](https://github.com/anoma/namada/pull/1765))
27+
- Introduce a simplified version of Public Good Fundings.
28+
([\#1803](https://github.com/anoma/namada/pull/1803))
29+
30+
### TESTING
31+
32+
- Added pre-built MASP proofs for integration tests.
33+
([\#1768](https://github.com/anoma/namada/pull/1768))
34+
335
## v0.20.1
436

537
Namada 0.20.1 is a patch release addressing a bug in the inflation mechanism and minor ledger improvements.

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.

0 commit comments

Comments
 (0)