Skip to content

Namada 0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 13:40
· 11268 commits to main since this release
v0.10.0

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)

FEATURES

  • Add client command 'ibc-transfer'.
    (#626)
  • Added MASP client and wallet functionality. Added new command to view transfer
    history. (#1234)