1
1
# CHANGELOG
2
2
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
+
3
12
## v1.1.0
4
13
5
14
Namada apps v1.1.0 release
@@ -18,6 +27,58 @@ Namada v1.0.0 is the first stable release of the Namada apps.
18
27
- updated namada libraries to libs-v0.46.1
19
28
([ \# 4123] ( https://github.com/anoma/namada/pull/4123 ) )
20
29
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
+
21
82
## libs-v0.47.0
22
83
23
84
Namada libs v0.47.0 release
0 commit comments