-
Notifications
You must be signed in to change notification settings - Fork 983
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 41ef454. (cherry picked from commit 52d0ebb) # Conflicts: # .github/workflows/ci.yml # .github/workflows/scripts/hermes.txt # CHANGELOG.md # Cargo.lock # Cargo.toml # README.md # crates/apps/Cargo.toml # crates/apps_lib/src/cli.rs # crates/apps_lib/src/cli/client.rs # crates/apps_lib/src/cli/context.rs # crates/apps_lib/src/cli/wallet.rs # crates/apps_lib/src/client/tx.rs # crates/apps_lib/src/config/genesis/transactions.rs # crates/apps_lib/src/config/genesis/utils.rs # crates/apps_lib/src/wallet/defaults.rs # crates/benches/native_vps.rs # crates/core/src/masp.rs # crates/ibc/src/lib.rs # crates/node/src/bench_utils.rs # crates/node/src/shell/testing/client.rs # crates/sdk/src/args.rs # crates/sdk/src/lib.rs # crates/sdk/src/signing.rs # crates/sdk/src/tx.rs # crates/shielded_token/src/masp.rs # crates/shielded_token/src/masp/shielded_wallet.rs # crates/shielded_token/src/validation.rs # crates/tests/src/e2e/helpers.rs # crates/tests/src/e2e/ibc_tests.rs # crates/tests/src/e2e/ledger_tests.rs # crates/tests/src/e2e/setup.rs # crates/tests/src/integration/helpers.rs # crates/tests/src/integration/ledger_tests.rs # crates/tests/src/integration/masp.rs # crates/token/src/lib.rs # crates/tx/src/types.rs # crates/wallet/src/keys.rs # crates/wallet/src/lib.rs # crates/wallet/src/store.rs # genesis/hardware/src/pre-genesis/wallet.toml # genesis/localnet/balances.toml # genesis/localnet/src/pre-genesis/signed-transactions.toml # genesis/localnet/src/pre-genesis/unsigned-transactions.toml # genesis/localnet/src/pre-genesis/wallet.toml # genesis/localnet/transactions.toml # wasm/Cargo.lock # wasm_for_tests/Cargo.lock
- Loading branch information
1 parent
127dd4b
commit 834329c
Showing
52 changed files
with
3,366 additions
and
0 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 @@ | ||
- Add Ledger app unit tests to the Namada CI. | ||
([\#4140](https://github.com/anoma/namada/pull/4140)) |
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 @@ | ||
- Allow MASP transaction building without knowledge of the spend authorization | ||
key. ([\#4127](https://github.com/anoma/namada/pull/4127)) |
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 namada libraries to libs-v0.46.1 | ||
([\#4123](https://github.com/anoma/namada/pull/4123)) |
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 v1.0.0 is the first stable release of the Namada apps. | ||
|
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,5 @@ | ||
<<<<<<< HEAD | ||
1.10.4-namada-beta17-rc2 | ||
======= | ||
1.10.4-namada-beta18-test | ||
>>>>>>> 52d0ebbd7c (Revert "ci: minors") |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.