Skip to content

Commit 468d3d3

Browse files
committed
Namada 0.28.1
1 parent 89698b3 commit 468d3d3

30 files changed

+92
-74
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.changelog/v0.28.1/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada 0.28.1 is a patch release that makes improvements to the MASP, SDK, merkle trees, and chain initialization conditions.

CHANGELOG.md

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

3+
## v0.28.1
4+
5+
Namada 0.28.1 is a patch release that makes improvements to the MASP, SDK, merkle trees, and chain initialization conditions.
6+
7+
### BUG FIXES
8+
9+
- Fix sdk compilation when using async-send feature flag.
10+
([\#2261](https://github.com/anoma/namada/pull/2261))
11+
- Added back missing changed storage keys in transaction results.
12+
([\#2263](https://github.com/anoma/namada/pull/2263))
13+
- Fix to skip pruning BridgePool Merkle trees when no signed nonce
14+
([\#2264](https://github.com/anoma/namada/issues/2264))
15+
- Initialize token total supply to zero at init chain.
16+
([\#2270](https://github.com/anoma/namada/pull/2270))
17+
18+
### IMPROVEMENTS
19+
20+
- Preload and cache MASP verifying keys on ledger start-up.
21+
([\#2272](https://github.com/anoma/namada/pull/2272))
22+
- Now join-network will try to look for non validator wallet in more places.
23+
([\#2273](https://github.com/anoma/namada/pull/2273))
24+
325
## v0.28.0
426

527
Namada 0.28.0 is a minor release that improves the genesis setup to allow signing with hardware wallet and contains various improvements including validator liveness jailing, accounts simplifications, bug fixes, stability improvements and more.
6-
<!--
7-
Add a summary for the release here.
8-
9-
If you don't change this message, or if this file is empty, the release
10-
will not be created. -->
1128

1229
### BUG FIXES
1330

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -34,7 +34,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
3434
license = "GPL-3.0"
3535
readme = "README.md"
3636
repository = "https://github.com/anoma/namada"
37-
version = "0.28.0"
37+
version = "0.28.1"
3838

3939
[workspace.dependencies]
4040
ark-bls12-381 = {version = "0.3"}

0 commit comments

Comments
 (0)