Skip to content

Commit

Permalink
Namada 0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone authored and tzemanovic committed Feb 5, 2024
1 parent c74c4f2 commit c31951d
Show file tree
Hide file tree
Showing 28 changed files with 135 additions and 116 deletions.
1 change: 1 addition & 0 deletions .changelog/v0.31.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +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.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## 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.

### BUG FIXES

- Wallet: respect the optional bip39-flag for key derivation.
([\#2489](https://github.com/anoma/namada/pull/2489))

### IMPROVEMENTS

- Wallet: print the generated payment address.
([\#2490](https://github.com/anoma/namada/pull/2490))
- Reworks the way the ledger waits for genesis start. It now fully initializes the node and
outputs logs before sleeping until genesis start time. Previously it would not start any
processes until genesis times, giving no feedback to users until genesis time was reached.
([\#2502](https://github.com/anoma/namada/pull/2502))

## v0.31.0

Namada 0.31.0 is a minor release that fixes wasm host function execution and upgrades some CLI functions and the Masp VP.
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.0"
version = "0.31.1"

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

0 comments on commit c31951d

Please sign in to comment.