Skip to content

Commit c31951d

Browse files
brentstonetzemanovic
authored andcommitted
Namada 0.31.1
1 parent c74c4f2 commit c31951d

28 files changed

+135
-116
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changelog/v0.31.1/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.

CHANGELOG.md

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

3+
## v0.31.1
4+
5+
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.
6+
7+
### BUG FIXES
8+
9+
- Wallet: respect the optional bip39-flag for key derivation.
10+
([\#2489](https://github.com/anoma/namada/pull/2489))
11+
12+
### IMPROVEMENTS
13+
14+
- Wallet: print the generated payment address.
15+
([\#2490](https://github.com/anoma/namada/pull/2490))
16+
- Reworks the way the ledger waits for genesis start. It now fully initializes the node and
17+
outputs logs before sleeping until genesis start time. Previously it would not start any
18+
processes until genesis times, giving no feedback to users until genesis time was reached.
19+
([\#2502](https://github.com/anoma/namada/pull/2502))
20+
321
## v0.31.0
422

523
Namada 0.31.0 is a minor release that fixes wasm host function execution and upgrades some CLI functions and the Masp VP.

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.0"
55+
version = "0.31.1"
5656

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

0 commit comments

Comments
 (0)