Namada 0.10.0 is a scheduled minor release, focused on IBC and MASP
integrations.
BUG FIXES
- Fix compatiblity of IBC Acknowledgement message and FungibleTokenData with
ibc-go (#261) - Fix the block header merkle root hash for response to finalizing block.
(#298) - Fix IBC token transfer to comply with ICS20.
(#625) - Fixed storage read from arbitrary height and added an optional config value
shell.storage_read_past_height_limit
to limit how far back storage queries
can read from. (#706) - Fix
make debug-wasm-scripts
, which attempted an incorrect rename.
(#720) - require_latest_height should skip requests with height 0
(#752)