Skip to content

Commit c733be2

Browse files
committed
Namada 0.31.5
1 parent 52d5ffb commit c733be2

26 files changed

+129
-116
lines changed
File renamed without changes.

.changelog/v0.31.5/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Namada 0.31.5 is a patch release that fixes consensus validator set update for CometBFT.
2+

CHANGELOG.md

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

3+
## v0.31.5
4+
5+
Namada 0.31.5 is a patch release that fixes consensus validator set update for CometBFT.
6+
7+
### BUG FIXES
8+
9+
- Fixed a bug in the communication of validator set updates to
10+
CometBFT after a change of validator consensus key that occurs
11+
at the same epoch as a validator entering the consensus set.
12+
([\#2653](https://github.com/anoma/namada/pull/2653))
13+
314
## v0.31.4
415

516
Namada 0.31.4 is a patch release that fixes the result query of an active governance proposal.

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
5252
license = "GPL-3.0"
5353
readme = "README.md"
5454
repository = "https://github.com/anoma/namada"
55-
version = "0.31.4"
55+
version = "0.31.5"
5656

5757
[workspace.dependencies]
5858
ark-bls12-381 = {version = "0.3"}

0 commit comments

Comments
 (0)