Skip to content

Commit 2ba001d

Browse files
committed
Namada 0.31.9
1 parent 3f6ba9a commit 2ba001d

33 files changed

+154
-119
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.
File renamed without changes.

.changelog/v0.31.9/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada 0.31.9 is a patch release that includes a fix of IBC timestamp, transaction gas cost and shielded context for dry-ran transactions and RocksDB update.
File renamed without changes.

CHANGELOG.md

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

3+
## v0.31.9
4+
5+
Namada 0.31.9 is a patch release that includes a fix of IBC timestamp, transaction gas cost and shielded context for dry-ran transactions and RocksDB update.
6+
7+
### BUG FIXES
8+
9+
- Fix the timeout timestamp for PGF over IBC
10+
([\#2774](https://github.com/anoma/namada/issues/2774))
11+
- Fixed a bug in the client for which the speculative
12+
shielded context was updated event in a dry run.
13+
([\#2775](https://github.com/anoma/namada/pull/2775))
14+
- Restore the IBC tx gas cost to match the version 0.31.6.
15+
([\#2824](https://github.com/anoma/namada/pull/2824))
16+
17+
### IMPROVEMENTS
18+
19+
- Improve build time of git2 dependency by disabling the default features.
20+
([\#2724](https://github.com/anoma/namada/pull/2724))
21+
- Various client improvements.
22+
([\#2748](https://github.com/anoma/namada/pull/2748))
23+
- Updated RocksDB dependency. For a shared libary users make sure to link
24+
against version v8.10.0. ([\#2776](https://github.com/anoma/namada/pull/2776))
25+
26+
### SDK
27+
28+
- `gen_shielded_transfer` now takes an extra `update_ctx`
29+
argument to conditionally update the shielded context.
30+
([\#2775](https://github.com/anoma/namada/pull/2775))
31+
32+
### TESTING
33+
34+
- Fix E2E test for PGF over IBC
35+
([\#2765](https://github.com/anoma/namada/issues/2765))
36+
337
## v0.31.8
438

539
Namada 0.31.8 is a patch release that prevents issues with incompatible WASM compilation cache and other minor issues.

0 commit comments

Comments
 (0)