Skip to content

Commit

Permalink
Namada 0.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Feb 9, 2024
1 parent 7303b79 commit c52a4fa
Show file tree
Hide file tree
Showing 31 changed files with 140 additions and 116 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.31.3/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Namada 0.31.3 is a patch release that fixes various issues.

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

## v0.31.3

Namada 0.31.3 is a patch release that fixes various issues.

### BUG FIXES

- Fix PoS bonds and unbonds query to return delegations when only a validator
address is specified. ([\#2522](https://github.com/anoma/namada/pull/2522))
- PoS: fixed the order of iteration when slashing validators for liveness.
([\#2577](https://github.com/anoma/namada/pull/2577))
- Reject validator set updates signing over a superset of the next validator
set. ([\#2578](https://github.com/anoma/namada/pull/2578))
- Governance tallying for delegators now works.
([\#2579](https://github.com/anoma/namada/pull/2579))

### IMPROVEMENTS

- Adds some useful internal addresses, such as PoS, to the wallet upon join-
network. ([\#2543](https://github.com/anoma/namada/pull/2543))
- Fixes query-protocol-parameters to include some missing PoS data and a better-
formatted output. ([\#2558](https://github.com/anoma/namada/pull/2558))

## v0.31.2

Namada 0.31.2 is a patch release that fixes an issue with request ordering introduced in 0.31.1.
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.2"
version = "0.31.3"

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

0 comments on commit c52a4fa

Please sign in to comment.