Skip to content

Commit

Permalink
Namada 0.31.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Feb 27, 2024
1 parent 401eac6 commit 78519dd
Show file tree
Hide file tree
Showing 38 changed files with 159 additions and 119 deletions.
2 changes: 2 additions & 0 deletions .changelog/v0.31.7/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Namada 0.31.7 is a patch release that contains code refactors, various fixes and improvements.

38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# CHANGELOG

## v0.31.7

Namada 0.31.7 is a patch release that contains code refactors, various fixes and improvements.

### BUG FIXES

- Fix ibc-gen-shielded for shielded transfers back to the origin
([\#2634](https://github.com/anoma/namada/issues/2634))
- Fixed the default `--node` argument when no specified.
([\#2701](https://github.com/anoma/namada/pull/2701))
- Bail from router if a nester router segment is not matched.
([\#2739](https://github.com/anoma/namada/pull/2739))

### IMPROVEMENTS

- Refactored sub-systems integration in the ABCI FinalizeBlock request handler.
([\#2482](https://github.com/anoma/namada/pull/2482))
- Refactored token crates. ([\#2493](https://github.com/anoma/namada/pull/2493))
- Refactored core crate to flatten the modules structure.
([\#2503](https://github.com/anoma/namada/pull/2503))
- Refactored governance crate dependencies.
([\#2506](https://github.com/anoma/namada/pull/2506))
- Hid addresses used for testing from public API.
([\#2507](https://github.com/anoma/namada/pull/2507))
- Expanded the variety of test vectors generated for hardware
wallets and simplified their format in some places.
([\#2588](https://github.com/anoma/namada/pull/2588))
- Refactored the state crate.
([\#2606](https://github.com/anoma/namada/pull/2606))
- Add slashed bonds/unbonds info to the client.
([\#2670](https://github.com/anoma/namada/pull/2670))
- Moving to rust version 1.76.0 ([#2687](https://github.com/anoma/anoma/pull/2687))

### TESTING

- Implemented mock transaction prover and verifier for faster testing and lower
development time. ([\#2695](https://github.com/anoma/namada/pull/2695))

## v0.31.6

Namada 0.31.6 is a patch release that contains various fixes and improvements.
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.6"
version = "0.31.7"

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

0 comments on commit 78519dd

Please sign in to comment.