Skip to content

Commit 8e0ccab

Browse files
committed
Namada 0.17.3
1 parent b8cf7a9 commit 8e0ccab

36 files changed

+92
-66
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changelog/v0.17.3/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada 0.17.3 is a minor release switching from tendermint to cometbft.

CHANGELOG.md

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

3+
## v0.17.3
4+
5+
Namada 0.17.3 is a minor release switching from tendermint to cometbft.
6+
7+
### BUG FIXES
8+
9+
- Correctly handle parsing storage key if they are empty.
10+
([#1345](https://github.com/anoma/namada/pull/1345))
11+
12+
### FEATURES
13+
14+
- Enable users to change any tendermint config options via namada config.
15+
([#1570](https://github.com/anoma/namada/pull/1570))
16+
17+
### IMPROVEMENTS
18+
19+
- Added query endpoint for IBC events replacing Tendermint index.
20+
([\#1404](https://github.com/anoma/namada/pull/1404))
21+
22+
### MISCELLANEOUS
23+
24+
- Switch from unreleased Tendermint fork to an official CometBFT release
25+
v0.37.1. ([\#1476](https://github.com/anoma/namada/pull/1476))
26+
327
## v0.17.2
428

529
Namada 0.17.2 is a minor release featuring improvements to the client stability.

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "GPL-3.0"
66
name = "namada_apps"
77
readme = "../README.md"
88
resolver = "2"
9-
version = "0.17.2"
9+
version = "0.17.3"
1010
default-run = "namada"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "GPL-3.0"
55
name = "namada_core"
66
resolver = "2"
7-
version = "0.17.2"
7+
version = "0.17.3"
88

99
[features]
1010
default = ["multicore"]

encoding_spec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "GPL-3.0"
66
name = "namada_encoding_spec"
77
readme = "../README.md"
88
resolver = "2"
9-
version = "0.17.2"
9+
version = "0.17.3"
1010

1111
[features]
1212
default = ["abciplus"]

0 commit comments

Comments
 (0)