Major Changes
- 1d116d8: Added Tron ProtocolType & deprecated Tron TechnicalStack. Add support for TronLink wallet in the widgets.
Minor Changes
-
43255a9: MultiCollateral warp route support was added across the SDK, CLI, and warp monitor.
SDK: WarpCore gained
transferRemoteToflows for multicollateral tokens, including fee quoting, ERC-20 approval, and destination token resolution. EvmWarpModule now handles multicollateral router enrollment/unenrollment with canonical router ID normalization. EvmWarpRouteReader derives multicollateral token config including on-chain scale. A newEvmMultiCollateralAdapterprovides quote, approve, and transfer operations.CLI:
warp deployandwarp extendsupport multicollateral token types. A newwarp combinecommand merges independent warp route configs into a single multicollateral route.warp sendandwarp checkwork with multicollateral routes.Warp monitor: Pending-transfer and inventory metrics were added for multicollateral routes, with projected deficit scoped to collateralized routes only.