Skip to content

Commit 92ae7e9

Browse files
authored
Merge pull request #4344 from anoma/tomas/backport-patch-changelogs
backport patch changelogs
2 parents 30876dc + 8e0c7ff commit 92ae7e9

19 files changed

+65
-0
lines changed

.changelog/libs-v0.47.1/summary.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada libs v0.47.1 patch release.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- updated Namada libraries to libs-v0.47.1
2+
([\#4343](https://github.com/anoma/namada/pull/4343))

.changelog/v1.1.1/summary.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada apps v1.1.1 patch release.

CHANGELOG.md

+61
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## v1.1.1
4+
5+
Namada apps v1.1.1 patch release.
6+
7+
### MISCELLANEOUS
8+
9+
- updated Namada libraries to libs-v0.47.1
10+
([\#4343](https://github.com/anoma/namada/pull/4343))
11+
312
## v1.1.0
413

514
Namada apps v1.1.0 release
@@ -18,6 +27,58 @@ Namada v1.0.0 is the first stable release of the Namada apps.
1827
- updated namada libraries to libs-v0.46.1
1928
([\#4123](https://github.com/anoma/namada/pull/4123))
2029

30+
## libs-v0.47.1
31+
32+
Namada libs v0.47.1 patch release.
33+
34+
### BUG FIXES
35+
36+
- Fix underestimation of MASP balances
37+
([\#4287](https://github.com/anoma/namada/pull/4287))
38+
39+
### CI
40+
41+
- Ensure the CI installs libudev-dev for the test-ledger-app job
42+
([\#4286](https://github.com/anoma/namada/pull/4286))
43+
44+
### IMPROVEMENTS
45+
46+
- Require the hardware wallet to display transaction fees in normal mode.
47+
([\#4218](https://github.com/anoma/namada/pull/4218))
48+
- bump ibc-rs to v0.57.0 ([\#4247](https://github.com/anoma/namada/issues/4247))
49+
- Emit a token transfer emit with `"pos-claim-rewards"` descriptor when claiming
50+
staking rewards. ([\#4283](https://github.com/anoma/namada/pull/4283))
51+
- Simplify exchanging balance amounts to older epochs
52+
([\#4288](https://github.com/anoma/namada/pull/4288))
53+
- Simplify balance queries by removing ability to query them with respect to
54+
past epochs. ([\#4290](https://github.com/anoma/namada/pull/4290))
55+
- Optimize shielded balance queries for non-native tokens.
56+
([\#4291](https://github.com/anoma/namada/pull/4291))
57+
- Upgraded recommended CometBFT version to v0.37.15.
58+
([\#4299](https://github.com/anoma/namada/pull/4299))
59+
- Changed the modified ZIP32 derivation path to a non-default value
60+
(`"m/44'/877'/0'/0'/2147483647'"`).
61+
([\#4307](https://github.com/anoma/namada/pull/4307))
62+
- Improve the accuracy of shielded rewards for native tokens
63+
([\#4308](https://github.com/anoma/namada/pull/4308))
64+
- Split the reward distribution logic for native tokens away from that for non-
65+
native tokens ([\#4311](https://github.com/anoma/namada/pull/4311))
66+
67+
### MISCELLANEOUS
68+
69+
- Update Hermes version in README and the script
70+
([\#4280](https://github.com/anoma/namada/issues/4280))
71+
72+
### SDK
73+
74+
- Allow querying PoS rewards at a specified epoch
75+
([\#4196](https://github.com/anoma/namada/pull/4196))
76+
77+
### TESTING
78+
79+
- Added more test cases for multisig verification
80+
([\#4289](https://github.com/anoma/namada/pull/4289))
81+
2182
## libs-v0.47.0
2283

2384
Namada libs v0.47.0 release

0 commit comments

Comments
 (0)