-
Notifications
You must be signed in to change notification settings - Fork 956
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'base' into yuji/ibc-rs-0.41.0
- Loading branch information
Showing
180 changed files
with
10,758 additions
and
7,013 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Fixes buggy Display for the Dec type when the number is some multiple of 10 | ||
([\#1774](https://github.com/anoma/namada/pull/1774)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Downgraded sysinfo back to v0.27.8 with a working available memory report on | ||
Mac M1. ([\#1775](https://github.com/anoma/namada/pull/1775)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Fixes buggy error handling in pos unjail_validator. Now properly enforces that | ||
if an unjail tx is submitted when the validator state is something other than | ||
Jailed in any of the current or future epochs, the tx will error out and fail. | ||
([\#1793](https://github.com/anoma/namada/pull/1793)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Fix available_memory size | ||
([\#1801](https://github.com/anoma/namada/issues/1801)) |
4 changes: 4 additions & 0 deletions
4
.changelog/v0.21.0/features/1765-multisignature-draft-rebase-0.20.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Introduce multisignature accounts and transaction format. It is now possible | ||
to supply multiple public keys when creating a new account/validator and | ||
specify the minimum number of signatures required to authorize a transaction. | ||
([\#1765](https://github.com/anoma/namada/pull/1765)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Introduce a simplified version of Public Good Fundings. | ||
([\#1803](https://github.com/anoma/namada/pull/1803)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Namada 0.21.0 is a minor release introducing a first version of the PGF mechanism, addressing several | ||
improvements to the PoS and Governance system and some changes to the ledger stability. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Added pre-built MASP proofs for integration tests. | ||
([\#1768](https://github.com/anoma/namada/pull/1768)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.