Skip to content

Commit

Permalink
Merge of #4407
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 25, 2025
2 parents 6b02d30 + 0ea2a54 commit 2fc7c66
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/libs-v0.47.3/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Namada libs v0.47.3 minor release.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,40 @@ Namada v1.0.0 is the first stable release of the Namada apps.
- updated namada libraries to libs-v0.46.1
([\#4123](https://github.com/anoma/namada/pull/4123))

## libs-v0.47.3

Namada libs v0.47.3 minor release.

### BUG FIXES

- Fixed the build of some crates with non-default features.
([\#4403](https://github.com/anoma/namada/pull/4403))

### IMPROVEMENTS

- Improved the transaction building process to avoid duplicated sections.
([\#4230](https://github.com/anoma/namada/pull/4230))
- Make the test vector generator print the chain ID of transactions in expert
mode ([\#4282](https://github.com/anoma/namada/issues/4282))
- Added a wallet check of the minimum supported Ledger app version for shielded
key derivation. ([\#4358](https://github.com/anoma/namada/pull/4358))
- Formalized Namada versioning scheme. Please consult
`VERSIONING.md` in the root of the Namada repository.
([\#4371](https://github.com/anoma/namada/pull/4371))

### MISCELLANEOUS

- Updated most of the dependencies. Note that WASM build of the SDK crate now
requires `RUSTFLAGS='--cfg getrandom_backend="wasm_js"'`. Consult <https://github.com/rust-random/getrandom?tab=readme-ov-file#webassembly-support>
for more details. ([\#4284](https://github.com/anoma/namada/pull/4284))
- Update Hermes version to the upstream
([\#4367](https://github.com/anoma/namada/issues/4367))

### TESTING

- Update genesis templates for hardware wallet using new shielded key derivation
algorithm. ([\#4374](https://github.com/anoma/namada/pull/4374))

## libs-v0.47.2

Namada libs v0.47.2 patch release.
Expand Down

0 comments on commit 2fc7c66

Please sign in to comment.