Skip to content

apps v1.1.3 rc.0#4464

Merged
tzemanovic merged 79 commits intomaint-1.1from
v1.1.3-rc.0
Mar 13, 2025
Merged

apps v1.1.3 rc.0#4464
tzemanovic merged 79 commits intomaint-1.1from
v1.1.3-rc.0

Conversation

@tzemanovic
Copy link
Copy Markdown
Collaborator

No description provided.

tzemanovic and others added 30 commits February 14, 2025 12:01
test/e2e: fix the test with HW wallet automation (backport #4370)
(cherry picked from commit c27a114)
(cherry picked from commit 3bcce3d)
(cherry picked from commit 73d8a00)
(cherry picked from commit e337c84)
(cherry picked from commit 2bd7779)
(cherry picked from commit 44e3630)
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)
Print the transaction's chain ID in expert mode. (re-opened from #4332 after revert) (backport #4341)
(cherry picked from commit d4c6e33)
(cherry picked from commit 7430933)
…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)
(cherry picked from commit 2b69df1)
(cherry picked from commit 5d1f271)
(cherry picked from commit aa6b333)
tzemanovic and others added 24 commits February 21, 2025 11:51
(cherry picked from commit 94d3a8e)
fix crates build with some non-default features (backport #4403)
…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
@tzemanovic tzemanovic marked this pull request as ready for review March 12, 2025 16:20
@Fraccaman Fraccaman self-requested a review March 12, 2025 16:37
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 13, 2025

Codecov Report

Attention: Patch coverage is 83.83838% with 96 lines in your changes missing coverage. Please review.

Project coverage is 74.54%. Comparing base (75510cd) to head (b8bb613).
Report is 80 commits behind head on maint-1.1.

Files with missing lines Patch % Lines
crates/sdk/src/masp/utilities.rs 34.78% 30 Missing ⚠️
crates/node/src/lib.rs 0.00% 15 Missing ⚠️
crates/node/src/shell/mod.rs 78.43% 11 Missing ⚠️
...hielded_token/src/masp/shielded_sync/dispatcher.rs 92.30% 9 Missing ⚠️
crates/tx/src/section.rs 90.69% 8 Missing ⚠️
crates/apps_lib/src/wallet/mod.rs 0.00% 6 Missing ⚠️
crates/tx/src/types.rs 85.00% 3 Missing ⚠️
crates/apps_lib/src/config/genesis/transactions.rs 0.00% 2 Missing ⚠️
crates/apps_lib/src/tendermint_node.rs 0.00% 2 Missing ⚠️
crates/node/src/shell/process_proposal.rs 94.87% 2 Missing ⚠️
... and 6 more
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tzemanovic tzemanovic merged commit b8bb613 into maint-1.1 Mar 13, 2025
23 of 38 checks passed
@tzemanovic tzemanovic deleted the v1.1.3-rc.0 branch March 13, 2025 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants