Skip to content

Commit

Permalink
Merge pull request #4344 from anoma/tomas/backport-patch-changelogs
Browse files Browse the repository at this point in the history
backport patch changelogs
  • Loading branch information
mergify[bot] authored Feb 5, 2025
2 parents 30876dc + 8e0c7ff commit 92ae7e9
Show file tree
Hide file tree
Showing 19 changed files with 65 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/libs-v0.47.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Namada libs v0.47.1 patch release.
2 changes: 2 additions & 0 deletions .changelog/v1.1.1/miscellaneous/4343-apps-v1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- updated Namada libraries to libs-v0.47.1
([\#4343](https://github.com/anoma/namada/pull/4343))
1 change: 1 addition & 0 deletions .changelog/v1.1.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Namada apps v1.1.1 patch release.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## v1.1.1

Namada apps v1.1.1 patch release.

### MISCELLANEOUS

- updated Namada libraries to libs-v0.47.1
([\#4343](https://github.com/anoma/namada/pull/4343))

## v1.1.0

Namada apps v1.1.0 release
Expand All @@ -18,6 +27,58 @@ 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.1

Namada libs v0.47.1 patch release.

### BUG FIXES

- Fix underestimation of MASP balances
([\#4287](https://github.com/anoma/namada/pull/4287))

### CI

- Ensure the CI installs libudev-dev for the test-ledger-app job
([\#4286](https://github.com/anoma/namada/pull/4286))

### IMPROVEMENTS

- Require the hardware wallet to display transaction fees in normal mode.
([\#4218](https://github.com/anoma/namada/pull/4218))
- bump ibc-rs to v0.57.0 ([\#4247](https://github.com/anoma/namada/issues/4247))
- Emit a token transfer emit with `"pos-claim-rewards"` descriptor when claiming
staking rewards. ([\#4283](https://github.com/anoma/namada/pull/4283))
- Simplify exchanging balance amounts to older epochs
([\#4288](https://github.com/anoma/namada/pull/4288))
- Simplify balance queries by removing ability to query them with respect to
past epochs. ([\#4290](https://github.com/anoma/namada/pull/4290))
- Optimize shielded balance queries for non-native tokens.
([\#4291](https://github.com/anoma/namada/pull/4291))
- Upgraded recommended CometBFT version to v0.37.15.
([\#4299](https://github.com/anoma/namada/pull/4299))
- Changed the modified ZIP32 derivation path to a non-default value
(`"m/44'/877'/0'/0'/2147483647'"`).
([\#4307](https://github.com/anoma/namada/pull/4307))
- Improve the accuracy of shielded rewards for native tokens
([\#4308](https://github.com/anoma/namada/pull/4308))
- Split the reward distribution logic for native tokens away from that for non-
native tokens ([\#4311](https://github.com/anoma/namada/pull/4311))

### MISCELLANEOUS

- Update Hermes version in README and the script
([\#4280](https://github.com/anoma/namada/issues/4280))

### SDK

- Allow querying PoS rewards at a specified epoch
([\#4196](https://github.com/anoma/namada/pull/4196))

### TESTING

- Added more test cases for multisig verification
([\#4289](https://github.com/anoma/namada/pull/4289))

## libs-v0.47.0

Namada libs v0.47.0 release
Expand Down

0 comments on commit 92ae7e9

Please sign in to comment.