Skip to content

Commit 6cbce4a

Browse files
committed
Namada 0.9.0
1 parent b17642d commit 6cbce4a

35 files changed

+83
-52
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.9.0/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada 0.9.0 is a scheduled minor release.

CHANGELOG.md

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

3+
## v0.9.0
4+
5+
Namada 0.9.0 is a scheduled minor release.
6+
7+
### BUG FIXES
8+
9+
- Add back consensus commit timeout configuration set in tendermint
10+
([#671](https://github.com/anoma/namada/pull/671))
11+
- Fix info logs to show by default for namadan
12+
([#702](https://github.com/anoma/namada/pull/702))
13+
14+
### FEATURES
15+
16+
- Client: Add a command to query the last committed block's hash, height and
17+
timestamp. ([#658](https://github.com/anoma/namada/issues/658))
18+
19+
### IMPROVEMENTS
20+
21+
- Replace the handcrafted RPC paths with a new `router!` macro RPC queries
22+
definition that handles dynamic path matching, type-safe handler function
23+
dispatch and also generates type-safe client methods for the queries.
24+
([#553](https://github.com/anoma/namada/pull/553))
25+
- Move all shell RPC endpoints under the /shell path. This is a breaking change
26+
to RPC consumers. ([#569](https://github.com/anoma/namada/pull/569))
27+
28+
### MISCELLANEOUS
29+
30+
- Renamed native token from XAN to NAM
31+
([#632](https://github.com/anoma/namada/pull/632))
32+
333
## v0.8.1
434

535
Namada 0.8.1 is a point release focused on standardizing Tendermint

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "GPL-3.0"
66
name = "namada_apps"
77
readme = "../README.md"
88
resolver = "2"
9-
version = "0.8.1"
9+
version = "0.9.0"
1010
default-run = "namada"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)