-
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.
* maint-0.46: Namada libs 0.46.1 changelog: add #4117 exclude apps crate from libs release apps: don't use workspace version anymore add a script to release apps bins prefix libs release tag with "libs-" mv scripts/release.sh scripts/release_libs.sh add different commit msg for libs release add a different release config for apps Changelog Add a single CometBFT dummy validator mergify: move autosquash to queue_rules Adds debug trace for masp epochs in asset types Fix `gen_localnet.py` json exception Revert "ci(mergify): upgrade configuration to current format" Error match for shielding retry logic Changelog #4071 Refactors shielding retry logic Shielding retry logic only when masp vp rejects Improves implicit vp display Changelog #4083 Adds missing protocol params in logs Log the implicit vp in `query-protocol-parameters` mergify: backport 0.46
- Loading branch information
Showing
13 changed files
with
189 additions
and
150 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/libs-v0.46.1/bug-fixes/4116-comet-genesis-validator-set.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 @@ | ||
- Only write a dummy validator to CometBFT's genesis if the number of validators | ||
present is lower than 2. ([\#4116](https://github.com/anoma/namada/pull/4116)) |
3 changes: 3 additions & 0 deletions
3
.changelog/libs-v0.46.1/improvements/4071-narrow-shielding-retry-logic.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 @@ | ||
- Improved the client's retry logic on failed shielding transactions | ||
to avoid resubmissions on rejections other than the MASP vp ones. | ||
([\#4071](https://github.com/anoma/namada/pull/4071)) |
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 @@ | ||
- Updated the `query-protocol-parameters` command to display some missing | ||
parameters. ([\#4083](https://github.com/anoma/namada/pull/4083)) |
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 @@ | ||
- Starting from the next release the Namada binary apps (`namada`, `namadan`, | ||
`namadac` and `namadaw`) will be versioned separately from the libaries | ||
(everything else including the wasm). The libraries releases will have their | ||
tag prefixed with "lib-" and will continue with the current versioning scheme. | ||
([\#4117](https://github.com/anoma/namada/pull/4117)) |
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.46.1 is a libaries patch release containing couple improvements and a bug fix in preparetion for a stable apps release. | ||
|
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.