Merged
Conversation
tzemanovic
added a commit
that referenced
this pull request
Feb 12, 2025
tzemanovic
added a commit
that referenced
this pull request
Feb 12, 2025
a00b70a to
1b5025b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4371 +/- ##
=======================================
Coverage 74.17% 74.17%
=======================================
Files 343 343
Lines 110663 110664 +1
=======================================
+ Hits 82081 82088 +7
+ Misses 28582 28576 -6 ☔ View full report in Codecov by Sentry. |
brentstone
approved these changes
Feb 14, 2025
1b5025b to
4f335e8
Compare
3 tasks
mergify bot
pushed a commit
that referenced
this pull request
Feb 17, 2025
(cherry picked from commit 4f335e8)
mergify bot
added a commit
that referenced
this pull request
Feb 17, 2025
add VERSIONING.md (backport #4371)
tzemanovic
added a commit
that referenced
this pull request
Mar 12, 2025
* 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
added a commit
that referenced
this pull request
Mar 12, 2025
* 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
added a commit
that referenced
this pull request
Mar 14, 2025
Namada libs-v0.48.0 major release. * tag 'libs-v0.48.0': (153 commits) 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 Changelog: Release libs 0.47.2 Namada libs 0.47.2 move version detection build script from apps_lib into apps keep a separate commit for release changelogs apps_lib: output artifacts from build script into OUT_DIR tx: build tonic artifacts into OUT_DIR changelog: add #4347 sdk/tx: print tx events if any declare internal dev-dependencies via path changelog: release Namada libs 0.47.1 Namada libs 0.47.1 Revert "Merge pull request #4332 from anoma/murisi/test-vectors-with-chain-ids" changelog: add #4283 PoS: emit token transfer event on claim rewards tx Added a changelog entry. Print the transaction's chain ID in expert mode. Rename test_inverse_conversions to make it clear that it now tests something else. Added changelog entry. Remove the ability to specify which historical epoch amounts are exchanged to. Do not query for the inverse conversion when converting to the latest epoch. Added changelog entry. Update inverse conversion test. Now parameterize query_allowed_conversion with the target epoch. fixup! deps: use internal crates defined in workspace deps: update non-lib crates Cargo.toml to use workspace defs config/release: allow to publish released crates deps: fix ignored and rm unused default-features flags deps: use internal crates defined in workspace specify all internal lib crates in workspace deps: rm unused borsh-ext fixup! changelog: add #4307 fixup! wallet: change the derivation path for modified ZIP32 wallet: update the rustdoc warning about modified ZIP32 changelog: add #4307 wallet: change the derivation path for modified ZIP32 Added a changelog entry. ...
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.
Describe your changes
Checklist before merging
breaking::labelsnamada-docsreponamada-indexerornamada-masp-indexer, a corresponding PR is opened in that repo