Skip to content

v1.0.0

Choose a tag to compare

@yjamin yjamin released this 01 Sep 13:46
· 3 commits to main since this release
a5aeb96

v1.0.0 - 2025-09-01

Initial Release of the Hyperlane Radix implementation 🚀

This module integrates the Hyperlane messaging protocol
(Hyperlane Docs), enabling seamless interchain
communication. It also provides full support for token bridges,
secured by multi-signature Interchain Security Modules.

Key Features

  • Mailbox Functionality – Send and receive messages securely across chains.
  • Warp Routes (Token Bridging)
    • Collateral Tokens – Native asset bridging.
    • Synthetic Tokens – Wrapped asset representation.
  • Interchain Security Modules (ISMs)
    • Routing-ISM – Enables domain specific ISM verification.
    • Merkle-Root-Multisig-ISM – Secure verification using Merkle roots.
    • MessageId-Multisig-ISM – Ensures integrity with message ID-based validation.
  • Post Dispatch Hooks
    • Merkle Tree Hook – Supports Merkle-based verification for Multisig ISMs.
    • InterchainGasPaymaster – Provides gas prices for destination chains and interchain gas payments.

New Contributors

Full Changelog: https://github.com/hyperlane-xyz/hyperlane-radix/commits/v1.0.0