Minor Changes
- 63100a2: Added bytes32 address conversion utility commands to the CLI for converting between protocol-specific addresses and bytes32 format used in cross-chain messages.
- e93a4c8: Added multi-VM support to
hyperlane warp sendcommand. The command now supports transfers across all WarpCore-supported VMs including EVM, Sealevel (Solana), Cosmos, CosmosNative, Starknet, and Radix. Non-EVM destinations use Explorer GraphQL polling for delivery verification with automatic fallback to on-chain polling. Self-relay is only supported for EVM destinations and will warn/skip otherwise.
Patch Changes
- ba9e35a: Only loaded relevant chains for warp send command, improving performance by avoiding loading all chain configurations.