Skip to content

Commit

Permalink
Namada 0.31.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Mar 6, 2024
1 parent 3f6ba9a commit 2ba001d
Show file tree
Hide file tree
Showing 33 changed files with 154 additions and 119 deletions.
1 change: 1 addition & 0 deletions .changelog/v0.31.9/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +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.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# CHANGELOG

## v0.31.9

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.

### BUG FIXES

- Fix the timeout timestamp for PGF over IBC
([\#2774](https://github.com/anoma/namada/issues/2774))
- Fixed a bug in the client for which the speculative
shielded context was updated event in a dry run.
([\#2775](https://github.com/anoma/namada/pull/2775))
- Restore the IBC tx gas cost to match the version 0.31.6.
([\#2824](https://github.com/anoma/namada/pull/2824))

### IMPROVEMENTS

- Improve build time of git2 dependency by disabling the default features.
([\#2724](https://github.com/anoma/namada/pull/2724))
- Various client improvements.
([\#2748](https://github.com/anoma/namada/pull/2748))
- Updated RocksDB dependency. For a shared libary users make sure to link
against version v8.10.0. ([\#2776](https://github.com/anoma/namada/pull/2776))

### SDK

- `gen_shielded_transfer` now takes an extra `update_ctx`
argument to conditionally update the shielded context.
([\#2775](https://github.com/anoma/namada/pull/2775))

### TESTING

- Fix E2E test for PGF over IBC
([\#2765](https://github.com/anoma/namada/issues/2765))

## v0.31.8

Namada 0.31.8 is a patch release that prevents issues with incompatible WASM compilation cache and other minor issues.
Expand Down
64 changes: 32 additions & 32 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 @@ -53,7 +53,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/anoma/namada"
version = "0.31.8"
version = "0.31.9"

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

0 comments on commit 2ba001d

Please sign in to comment.