-
Notifications
You must be signed in to change notification settings - Fork 955
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into tiago+jacob/masp-ss-c…
…lient-phase-3
- Loading branch information
Showing
173 changed files
with
3,948 additions
and
1,746 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/bug-fixes/3645-implicit-addr-balances-toml-fix.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 @@ | ||
- Fix genesis bonds from implicit accounts. Now, only addresses | ||
of the form `tnam1...` are supported in `balances.toml`. | ||
([\#3645](https://github.com/anoma/namada/pull/3645)) |
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 @@ | ||
- Partially addresses Issue [\#2900](https://github.com/anoma/namada/issues/2900). Viewing and spending keys can now | ||
be given birthdays in the form of block heights which are loaded into | ||
shielded sync. Shielded sync will not try to decrypt a block before a | ||
keys birthday with said key. ([\#3653](https://github.com/anoma/namada/pull/3653)) |
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 @@ | ||
- Removed parallel gas accounting. | ||
([\#3615](https://github.com/anoma/namada/pull/3615)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/3629-improve-init-proposal-validation.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 governance client side validation. | ||
([\#3629](https://github.com/anoma/namada/pull/3629)) |
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 @@ | ||
- Masp vp and protocol now ensure that a transaction can push at most one MASP | ||
action. ([\#3632](https://github.com/anoma/namada/pull/3632)) |
5 changes: 5 additions & 0 deletions
5
.changelog/unreleased/improvements/3655-speed-up-ctx-build.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 @@ | ||
- Speeds up client commands on networks with massive balances.toml | ||
files. Previously, to retrieve the native token of some network, | ||
we had to parse these giant files. Now, we only parse the | ||
necessary genesis toml files required to retrieve the native token. | ||
([\#3655](https://github.com/anoma/namada/pull/3655)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/testing/3535-ibc-client-upgrade-test.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 @@ | ||
- Add IBC client upgrade test | ||
([\#3535](https://github.com/anoma/namada/issues/3535)) |
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 @@ | ||
- Do not load shed tower-abci info service. | ||
([\#3576](https://github.com/anoma/namada/pull/3576)) |
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 @@ | ||
- No-op instead of error in wasm for withdraw txs if no tokens are available | ||
to withdraw. Automatically submit reveal pk tx for source for shielding | ||
transfers. ([\#3594](https://github.com/anoma/namada/pull/3594)) |
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 behavior of the MASP VP when processing an IBC Receive message | ||
involves unescrowing. ([\#3611](https://github.com/anoma/namada/pull/3611)) |
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 support for Ledger wallet TCP transport. | ||
([\#3593](https://github.com/anoma/namada/pull/3593)) |
File renamed without changes.
File renamed without changes.
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 @@ | ||
- Decode asset types to addresses when generating test vectors if possible. | ||
([\#3507](https://github.com/anoma/namada/pull/3507)) |
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 @@ | ||
- Updated the gas costs based on benchmarks ran on v41. | ||
([\#3554](https://github.com/anoma/namada/pull/3554)) |
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 @@ | ||
- Fxing comments and strings. | ||
([\#3589](https://github.com/anoma/namada/pull/3589)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.42.0/improvements/3591-max-block-time-estimate.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 @@ | ||
- Improved the `max_block_time` estimate. | ||
([\#3591](https://github.com/anoma/namada/pull/3591)) |
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 @@ | ||
- Refactor signature fetching data. | ||
([\#3592](https://github.com/anoma/namada/pull/3592)) |
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 try to download wasms artifacts from an untrusted source. | ||
([\#3598](https://github.com/anoma/namada/pull/3598)) |
3 changes: 3 additions & 0 deletions
3
.changelog/v0.42.0/improvements/3614-implicit-addr-balances-toml.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 @@ | ||
- Support additional address kinds in `balances.toml` genesis file. | ||
Previously, only established addresses and public keys were supported. | ||
([\#3614](https://github.com/anoma/namada/pull/3614)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.42.0/improvements/3617-governance-proposal-client-better-hash.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 @@ | ||
- Display the hash of the proposal wasm code when querying proposals with | ||
associated wasm payload. ([\#3617](https://github.com/anoma/namada/pull/3617)) |
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.42.0 is a minor release that includes refactor of crates dependency graph using dependency injection, improvements in client check and node's 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 @@ | ||
- Enable E2E tests to be run using hardware wallet. | ||
([\#3570](https://github.com/anoma/namada/pull/3570)) |
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
## Describe your changes | ||
|
||
## Indicate on which release or other PRs this topic is based on | ||
|
||
## Checklist before merging to `draft` | ||
- [ ] I have added a changelog | ||
- [ ] Git history is in acceptable state | ||
## Checklist before merging | ||
- [ ] If this PR has some consensus breaking changes, I added the corresponding `breaking::` labels | ||
- This will require 2 reviewers to approve the 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
1.9.0-namada-beta14-rc | ||
1.10.0-namada-beta15-rc2 |
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.