Skip to content

Commit

Permalink
Namada 0.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Feb 7, 2024
1 parent d65dd84 commit 4209a74
Show file tree
Hide file tree
Showing 27 changed files with 131 additions and 116 deletions.
1 change: 1 addition & 0 deletions .changelog/v0.31.2/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Namada 0.31.2 is a patch release that fixes an issue with request ordering introduced in 0.31.1.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## v0.31.2

Namada 0.31.2 is a patch release that fixes an issue with request ordering introduced in 0.31.1.

### BUG FIXES

- ABCI calls must be executed synchronously.
([\#2547](https://github.com/anoma/namada/pull/2547))

### FEATURES

- Added a client command "status" to query a node's status.
([\#2511](https://github.com/anoma/namada/pull/2511))

## v0.31.1

Namada 0.31.1 is a patch release that fixes the memo processing for some transactions and improves logs related to ledger startup and the wallet.
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.1"
version = "0.31.2"

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

0 comments on commit 4209a74

Please sign in to comment.