Skip to content

Commit 675e933

Browse files
committed
Namada 0.44.1
1 parent b59e473 commit 675e933

File tree

14 files changed

+154
-128
lines changed

14 files changed

+154
-128
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changelog/v0.44.1/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada 0.44.1 is a patch release with various fixes, improvements and refactors.
File renamed without changes.
File renamed without changes.

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# CHANGELOG
22

3+
## v0.44.1
4+
5+
Namada 0.44.1 is a patch release with various fixes, improvements and refactors.
6+
7+
### BUG FIXES
8+
9+
- Fixed the masp indexer client not being able to fetch the notes index from the
10+
`namada-masp-indexer`. ([\#3860](https://github.com/anoma/namada/pull/3860))
11+
12+
### IMPROVEMENTS
13+
14+
- Refactored tx crate modules and slightly improved its API.
15+
([\#3835](https://github.com/anoma/namada/pull/3835))
16+
- Improved batch construction to reduce the size of the resulting tx.
17+
([\#3882](https://github.com/anoma/namada/pull/3882))
18+
- SDK query to get liveness information for the network and consensus validator
19+
set. ([\#3899](https://github.com/anoma/namada/pull/3899))
20+
21+
### TESTING
22+
23+
- Added testing for batched tx events.
24+
([\#3857](https://github.com/anoma/namada/pull/3857))
25+
- Added test for gas payment with an IBC token.
26+
([\#3866](https://github.com/anoma/namada/pull/3866))
27+
328
## v0.44.0
429

530
Namada 0.44.0 is a minor release containing various fixes for shielded tokens, shielded sync, IBC and its interaction with shielded tokens and various other improvements.

0 commit comments

Comments
 (0)