Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/v101.1.3/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Namada apps v101.1.3 release contains security update of CometBFT to 0.37.16.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Uses the new published version of our sparse merkle tree that speeds up
validation times. This should speed up the time it takes to start a node.
([\#4791](https://github.com/anoma/namada/pull/4791))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Partially backported PR#4785 to improve performance of shielded sync.
([\#4966](https://github.com/anoma/namada/pull/4966))
1 change: 1 addition & 0 deletions .changelog/v101.1.4/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Namada apps v101.1.4 release.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,22 @@ Namada apps v201.0.0 Consensus breaking release.
- Updated Namada libraries to libs-v0.251.0
([\#4742](https://github.com/anoma/namada/pull/4742))

## v101.1.4

Namada apps v101.1.4 release.

### IMPROVEMENTS

- Uses the new published version of our sparse merkle tree that speeds up
validation times. This should speed up the time it takes to start a node.
([\#4791](https://github.com/anoma/namada/pull/4791))
- Partially backported PR#4785 to improve performance of shielded sync.
([\#4966](https://github.com/anoma/namada/pull/4966))

## v101.1.3

Namada apps v101.1.3 release contains security update of CometBFT to 0.37.16.

## v101.1.2

Namada apps v101.1.2 release.
Expand Down
Loading