Merged
Conversation
(cherry picked from commit a9bb35e)
test/e2e: fix the test with HW wallet automation (backport #4370)
(cherry picked from commit c27a114)
(cherry picked from commit 3bcce3d)
…new algorithm. (cherry picked from commit 2510317)
(cherry picked from commit e337c84)
(cherry picked from commit aca59d1)
(cherry picked from commit 2bd7779)
(cherry picked from commit 314a1e5)
(cherry picked from commit 7ecae55)
(cherry picked from commit 44e3630)
(cherry picked from commit 0b5b695)
Use the upstream Hermes (backport #4367)
Update genesis files for hardware wallet using modified ZIP 32 derivations (backport #4374)
wallet: check min ledger app version for shielded key derivation (backport #4358)
(cherry picked from commit d4c6e33)
(cherry picked from commit aecd5af)
(cherry picked from commit 650f0b8)
…thorization` (cherry picked from commit fa5bdbf)
…igner when compared (cherry picked from commit 29e0c9f)
(cherry picked from commit e2cf7ca)
(cherry picked from commit 4f335e8)
Avoid duplicated signatures when building transactions (backport #4230)
add VERSIONING.md (backport #4371)
(cherry picked from commit 2b69df1)
(cherry picked from commit 5d1f271)
(cherry picked from commit aa6b333)
(cherry picked from commit 647bf6c)
(cherry picked from commit 94d3a8e)
fix crates build with some non-default features (backport #4403)
…bility is disabled.
…f the block index.
…ng for correct ordering.
…t' (#4459) * murisi/client-anchor-patch-optimized-libs-v0.48-backport: Make sure to reset masp_index counter to zero whenever new block is encountered. Correct the masp_index once it has been found. Reduce cloning of state by updating only the Merkle tree when searching for correct ordering. Update commitment tree anchors in benchmarks. Order transactions in the cache according to the MASP index instead of the block index. Assume that Transactions from the indexer are already ordered. Compute the transaction order even when needs_witness_map_update capability is disabled. Added a changelog entry. Factor out the Transaction order search into a separate function. Optimize transaction order search. Make client try all Transaction permutations. Instrumented code with commitment anchor existence checks.
* maint-libs-0.48: Changelog: Release libs 0.48.0 Namada libs 0.48.0 Make sure to reset masp_index counter to zero whenever new block is encountered. Correct the masp_index once it has been found. Reduce cloning of state by updating only the Merkle tree when searching for correct ordering. Update commitment tree anchors in benchmarks. Order transactions in the cache according to the MASP index instead of the block index. Assume that Transactions from the indexer are already ordered. Compute the transaction order even when needs_witness_map_update capability is disabled. Added a changelog entry. Factor out the Transaction order search into a separate function. Optimize transaction order search. Make client try all Transaction permutations. Instrumented code with commitment anchor existence checks. Changelog: Release libs 0.47.3 Namada libs 0.47.3 changelog: add #4403 wallet: fix build with "migrations" feature gov: fix build with "testing" feature on PoS: fix build with "testing" feature on ci/benches: increase timeout and use bigger machine test: sa003 test+bench: sa002 test: SA001 fix to write toml files changelog: add #4284 sdk: fix breaking change in getrandom wasm build deps: cargo update deps: move all non-workspace deps into workspace and update deps: update wasmparser to wasmer matching version deps: update toml deps: update sysinfo deps: update sha2 deps: update rpassword deps: update rlimit deps: update reqwest deps: update num256 clippy: reinstate disallow unwrap_or_default deps: update itertools deps: update byte-unit dep: update bech32 dep: update base64 update non-breaking deps deps: fix crate vulnerabilities changelog: add #4371 add VERSIONING.md Modifies `PartialEq` for `Signer`. `Authorization`s account for the signer when compared Fixes bugs in `PartialEq` implementations for `SigningTxData` and `Authorization` Changelog #4230 Removes duplicated sections from transactions before signing or dumping Custom implementaion of `PartialEq` for `Authorization` Update `PartialEq` for `SigningTxData` CI: update the Ledger app version to 3.0.1 Added a changelog entry. Print the transaction's chain ID in expert mode. client: warn about min ledger app version when using shielded keys changelog: add #4358 wallet: check min ledger app version for shielded key derivation Added changelog entry. Update hardware genesis files to reflect shielded keys derived using new algorithm. changelog revert hermes version for CI upstream hermes test/e2e: fix the test with HW wallet automation
Fraccaman
approved these changes
Mar 12, 2025
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## maint-1.1 #4464 +/- ##
=============================================
+ Coverage 74.19% 74.54% +0.34%
=============================================
Files 343 339 -4
Lines 110663 110662 -1
=============================================
+ Hits 82107 82492 +385
+ Misses 28556 28170 -386 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.