mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-23 17:28:23 +00:00
This PR introduces the Snowbridge `system-v2` pallet and associated runtime components **Key Changes:** * **Added `system-v2` Pallet:** Integrated the `snowbridge-pallet-system-v2` pallet, providing functionalities for the Ethereum side of the bridge. * **Runtime API Integration:** * Implemented the `ControlV2Api` trait in the runtime (`operator/runtime/src/apis.rs`) to allow looking up the `AgentId` associated with a `VersionedLocation`. * **System V1 Compatibility:** Added the `system-v1` pallet (`snowbridge-pallet-system`) and related configuration/code references in various locations. **Important:** This `system-v1` is included *solely* because the `system-v2` pallet requires it for compilation and compatibility. It is **not functionally used** in this runtime. --------- Co-authored-by: Facundo Farall <37149322+ffarall@users.noreply.github.com>
188 B
188 B
Ethereum System V2
This pallet is part of BridgeHub. Certain extrinsics in this pallet (like register_token and add_tip) will be called
from the System Frontend pallet on AssetHub.