Patch Changes
-
22cb5cb: The
@hyperlane-xyz/sealevel-sdkpackage (renamed from@hyperlane-xyz/svm-sdk) was published as a Solana/SVM client for Hyperlane Sealevel programs. It providesSealevelProtocolProvider,SealevelProvider, andSealevelSignerimplementing the AltVM provider-sdk interfaces, along with warp token readers/writers (native, synthetic, collateral), ISM readers/writers (multisig message-ID, test), hook readers/writers (IGP, merkle tree), BPF program deployment/upgrade plans, PDA derivation utilities, and account decoders. ISM and hook deployment are not yet functional.SealevelProtocolProviderwas registered in the deploy-sdk forProtocolType.Sealevel, andProtocolType.Sealevelwas added to the CLI's supported protocols list, enablinghyperlane warp deployfor Solana chains. -
98ac676: The
statuscommand resolved all EVM chains instead of only the origin/destination chains, causing crashes when unrelated chains had bad RPCs. Chain resolution was narrowed to only explicitly provided chains, with destination chains from the dispatch tx getting signers lazily viaensureEvmSignersForChains.