Skip to content

Commit 605c0dd

Browse files
committed
Namada 0.10.0
1 parent 9274de3 commit 605c0dd

38 files changed

+84
-54
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.
File renamed without changes.

.changelog/v0.10.0/summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Namada 0.10.0 is a scheduled minor release, focused on IBC and MASP
2+
integrations.

CHANGELOG.md

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

3+
## v0.10.0
4+
5+
Namada 0.10.0 is a scheduled minor release, focused on IBC and MASP
6+
integrations.
7+
8+
### BUG FIXES
9+
10+
- Fix compatiblity of IBC Acknowledgement message and FungibleTokenData with
11+
ibc-go ([#261](https://github.com/anoma/namada/pull/261))
12+
- Fix the block header merkle root hash for response to finalizing block.
13+
([#298](https://github.com/anoma/namada/pull/298))
14+
- Fix IBC token transfer to comply with ICS20.
15+
([#625](https://github.com/anoma/namada/pull/625))
16+
- Fixed storage read from arbitrary height and added an optional config value
17+
`shell.storage_read_past_height_limit` to limit how far back storage queries
18+
can read from. ([#706](https://github.com/anoma/namada/pull/706))
19+
- Fix `make debug-wasm-scripts`, which attempted an incorrect rename.
20+
([#720](https://github.com/anoma/namada/pull/720))
21+
- require_latest_height should skip requests with height 0
22+
([#752](https://github.com/anoma/namada/pull/752))
23+
24+
### FEATURES
25+
26+
- Add client command 'ibc-transfer'.
27+
([#626](https://github.com/anoma/namada/pull/626))
28+
- Added MASP client and wallet functionality. Added new command to view transfer
29+
history. ([#1234](https://github.com/anoma/anoma/pull/1234))
30+
331
## v0.9.0
432

533
Namada 0.9.0 is a scheduled minor release.

0 commit comments

Comments
 (0)