-
Notifications
You must be signed in to change notification settings - Fork 986
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
309 changed files
with
4,525 additions
and
18,393 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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 @@ | ||
- Include the wasm tx hash instead of the wasm blob when constructing a | ||
transaction ([#1474](https://github.com/anoma/namada/pull/1474)) |
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 a client block query to avoid seeing pre-committed blocks. | ||
([\#1534](https://github.com/anoma/namada/pull/1534)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,5 @@ | ||
- The implementation of the cubic slashing system that touches virtually all | ||
parts of the proof-of-stake system. Slashes tokens are currently kept in the | ||
PoS address rather than being transferred to the Slash Pool address. This PR | ||
also includes significant testing infrastructure, highlighted by the PoS state | ||
machine test with slashing. ([#892](https://github.com/anoma/namada/pull/892)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 some missing cli option for cli wallet | ||
([#1432](https://github.com/anoma/namada/pull/1432)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.17.1/improvements/1434-improve-cli-commission-rate.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,2 @@ | ||
- Improve logging error when submiting an invalid validator commission change tx | ||
([#1434](https://github.com/anoma/namada/pull/1434)) |
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 @@ | ||
- Correct a typo in the error change commission error handling | ||
([#1435](https://github.com/anoma/namada/pull/1435)) |
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 @@ | ||
- Improve the reveal tx naming in cli | ||
([#1436](https://github.com/anoma/namada/pull/1436)) |
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 @@ | ||
- Improve computations readability when calculating inflations | ||
([#1444](https://github.com/anoma/namada/pull/1444)) |
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 @@ | ||
- Remove abci++ dependencies ([#1449](https://github.com/anoma/namada/pull/1449)) |
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 @@ | ||
- Reorganize the structure of transactions | ||
([#1462](https://github.com/anoma/namada/pull/1462)) |
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 @@ | ||
- Improved log entries related to PoS system. | ||
([\#1509](https://github.com/anoma/namada/pull/1509)) |
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.17.0 is a scheduled minor release featuring several improvements to the slashing mechanism, | ||
wallet address derivation, transaction structure and 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 @@ | ||
- Do not add address if it already exists in the wallet. | ||
([\#1504](https://github.com/anoma/namada/issues/1504)) |
5 changes: 5 additions & 0 deletions
5
.changelog/v0.17.2/bug-fixes/1520-fix-sum-post-bonds-slashing.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,5 @@ | ||
- When processing slashes, bonds and unbonds that became active after | ||
the infraction epoch must be properly accounted in order to properly | ||
deduct stake that accounts for the precise slash amount. A bug | ||
is fixed in the procedure that properly performs this accounting. | ||
([#1520](https://github.com/anoma/namada/pull/1520)) |
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 the message when a client is waiting for a node to sync on queries or | ||
transactions. ([\#1522](https://github.com/anoma/namada/pull/1522)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.17.2/bug-fixes/1524-fix-dry-run-header-and-prover.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,2 @@ | ||
- This change will enable usage of the Namada SDK to create MASP transactions | ||
from non-CLI clients. ([\#1524](https://github.com/anoma/namada/pull/1524)) |
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 @@ | ||
- Fixing how token balances are displayed in case of missing --token option. | ||
([#1528](https://github.com/anoma/namada/pull/1528)) |
3 changes: 3 additions & 0 deletions
3
.changelog/v0.17.2/bug-fixes/1533-fix-slashing-client-query.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,3 @@ | ||
- The slashed token amounts contained inside the bond and unbond information | ||
returned by the PoS library fn bonds_and_unbonds are fixed and properly | ||
computed. ([#1533](https://github.com/anoma/namada/pull/1533)) |
3 changes: 3 additions & 0 deletions
3
.changelog/v0.17.2/bug-fixes/1549-fix-init-validator-tm-mode.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,3 @@ | ||
- PoS: Fixed the client to change configuration to validator | ||
mode after a successful `init-validator` transaction. | ||
([\#1549](https://github.com/anoma/namada/pull/1549)) |
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,3 @@ | ||
- PoS: fixed a check for whether a given address belongs to a | ||
validator account to work properly with newly created accounts. | ||
([\#1553](https://github.com/anoma/namada/pull/1553)) |
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,3 @@ | ||
- Fixes the slash rate output in the query_slashes client | ||
command and some redundancy in misbehavior reporting logs. | ||
([#1558](https://github.com/anoma/namada/pull/1558)) |
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 @@ | ||
- Add a command, `namadac utils default-base-dir`, to | ||
print the default base directory the command | ||
line would use were one not provided by the user. | ||
([#1491](https://github.com/anoma/namada/pull/1491)) |
3 changes: 3 additions & 0 deletions
3
.changelog/v0.17.2/improvements/1510-established-addr-bytes.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,3 @@ | ||
- Improve the established address in-memory representation | ||
and use a full SHA-256 digest for their generation. | ||
([\#1510](https://github.com/anoma/namada/pull/1510)) |
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 @@ | ||
- Improve the implicit address and PKH in-memory representation. | ||
([\#1512](https://github.com/anoma/namada/pull/1512)) |
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 @@ | ||
- Improve help message for address add command | ||
([\#1514](https://github.com/anoma/namada/issues/1514)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.17.2/improvements/1518-pos-bonds-query-reuse.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,2 @@ | ||
- PoS: make a re-usable bonds and unbonds details query. | ||
([\#1518](https://github.com/anoma/namada/pull/1518)) |
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.17.2 is a minor release featuring improvements to the client 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 @@ | ||
- Correctly handle parsing storage key if they are empty. | ||
([#1345](https://github.com/anoma/namada/pull/1345)) |
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 @@ | ||
- Enable users to change any tendermint config options via namada config. | ||
([#1570](https://github.com/anoma/namada/pull/1570)) |
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 query endpoint for IBC events replacing Tendermint index. | ||
([\#1404](https://github.com/anoma/namada/pull/1404)) |
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 @@ | ||
- Switch from unreleased Tendermint fork to an official CometBFT release | ||
v0.37.1. ([\#1476](https://github.com/anoma/namada/pull/1476)) |
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 @@ | ||
Namada 0.17.3 is a minor release switching from tendermint to cometbft. |
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 missing async awaits in MASP load and save calls. | ||
([\#1588](https://github.com/anoma/namada/pull/1588)) |
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 @@ | ||
Namada 0.17.4 is a minor release improving the codebase by bumping the rust toolchain. |
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 @@ | ||
- Check MASP parameters are correct in the ledger node. | ||
([#1619](https://github.com/anoma/namada/pull/1619)) |
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.17.5 is a maintenance release chiefly addressing MASP | ||
parameter validation. |
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.