-
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 branch 'base' into grarco/remove-update-vp-rebase
- Loading branch information
Showing
390 changed files
with
11,918 additions
and
11,871 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/v0.31.7/bug-fixes/2634-fix-ibc-shielded-transfer-back.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 @@ | ||
- Fix ibc-gen-shielded for shielded transfers back to the origin | ||
([\#2634](https://github.com/anoma/namada/issues/2634)) |
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 @@ | ||
- Fixed the default `--node` argument when no specified. | ||
([\#2701](https://github.com/anoma/namada/pull/2701)) |
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 @@ | ||
- Bail from router if a nester router segment is not matched. | ||
([\#2739](https://github.com/anoma/namada/pull/2739)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.31.7/improvements/2482-refactor-finalize-block.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 @@ | ||
- Refactored sub-systems integration in the ABCI FinalizeBlock request handler. | ||
([\#2482](https://github.com/anoma/namada/pull/2482)) |
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 @@ | ||
- Refactored token crates. ([\#2493](https://github.com/anoma/namada/pull/2493)) |
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 @@ | ||
- Refactored core crate to flatten the modules structure. | ||
([\#2503](https://github.com/anoma/namada/pull/2503)) |
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 @@ | ||
- Refactored governance crate dependencies. | ||
([\#2506](https://github.com/anoma/namada/pull/2506)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.31.7/improvements/2507-refactor-testing-addrs.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 @@ | ||
- Hid addresses used for testing from public API. | ||
([\#2507](https://github.com/anoma/namada/pull/2507)) |
3 changes: 3 additions & 0 deletions
3
.changelog/v0.31.7/improvements/2588-test-vectors-0.30.2-rev-1.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 @@ | ||
- Expanded the variety of test vectors generated for hardware | ||
wallets and simplified their format in some places. | ||
([\#2588](https://github.com/anoma/namada/pull/2588)) |
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 @@ | ||
- Refactored the state crate. | ||
([\#2606](https://github.com/anoma/namada/pull/2606)) |
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 slashed bonds/unbonds info to the client. | ||
([\#2670](https://github.com/anoma/namada/pull/2670)) |
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 @@ | ||
- Moving to rust version 1.76.0 ([#2687](https://github.com/anoma/anoma/pull/2687)) |
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.31.7 is a patch release that contains code refactors, various fixes and improvements. | ||
|
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 @@ | ||
- Implemented mock transaction prover and verifier for faster testing and lower | ||
development time. ([\#2695](https://github.com/anoma/namada/pull/2695)) |
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
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest] | ||
nightly_version: [nightly-2023-06-01] | ||
nightly_version: [nightly-2024-02-20] | ||
mdbook_version: [rust-lang/[email protected]] | ||
mdbook_mermaid: [badboy/[email protected]] | ||
mdbook_linkcheck: [Michael-F-Bryan/[email protected]] | ||
|
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 |
---|---|---|
|
@@ -15,8 +15,8 @@ on: | |
description: 'Chain ID' | ||
required: true | ||
type: string | ||
add_peer: | ||
description: "Optional address to add to Comet's P2P config (must be a valid `TendermintAddress`, e.g. `tcp://[email protected]:26656`)." | ||
seed_nodes: | ||
description: "An optional list of seed node addresses (comma separated with no whitespace) to add to Comet's P2P config (must be a valid `TendermintAddress`es, e.g. `tcp://[email protected]:26656`)." | ||
required: false | ||
default: '' | ||
type: string | ||
|
@@ -41,7 +41,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest] | ||
nightly_version: [nightly-2023-06-01] | ||
nightly_version: [nightly-2024-02-20] | ||
mold_version: [2.4.0] | ||
comet_bft: [0.37.2] | ||
name: ["Run chain sync test"] | ||
|
@@ -109,7 +109,7 @@ jobs: | |
NAMADA_E2E_USE_PREBUILT_BINARIES: "true" | ||
NAMADA_E2E_KEEP_TEMP: "true" | ||
NAMADA_LOG_COLOR: "false" | ||
NAMADA_ADD_PEER: "${{ inputs.add_peer }}" | ||
NAMADA_SEED_NODES: "${{ inputs.seed_nodes }}" | ||
NAMADA_CHAIN_ID: "${{ inputs.chain_id }}" | ||
RUSTFLAGS: "-C linker=clang -C link-arg=-fuse-ld=/usr/local/bin/mold" | ||
- name: Upload logs | ||
|
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.