Skip to content

Commit

Permalink
Namada 0.31.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Feb 19, 2024
1 parent 52d5ffb commit c733be2
Show file tree
Hide file tree
Showing 26 changed files with 129 additions and 116 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.31.5/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Namada 0.31.5 is a patch release that fixes consensus validator set update for CometBFT.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.31.5

Namada 0.31.5 is a patch release that fixes consensus validator set update for CometBFT.

### BUG FIXES

- Fixed a bug in the communication of validator set updates to
CometBFT after a change of validator consensus key that occurs
at the same epoch as a validator entering the consensus set.
([\#2653](https://github.com/anoma/namada/pull/2653))

## v0.31.4

Namada 0.31.4 is a patch release that fixes the result query of an active governance proposal.
Expand Down
62 changes: 31 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/anoma/namada"
version = "0.31.4"
version = "0.31.5"

[workspace.dependencies]
ark-bls12-381 = {version = "0.3"}
Expand Down
Loading

1 comment on commit c733be2

@zaki9501
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, team for fixing the consensus error

Please sign in to comment.