14 releases (breaking)

0.10.0 Sep 26, 2024
0.9.0 Jul 18, 2024
0.8.0 Jul 12, 2024
0.3.1 Mar 26, 2024

#91 in #ethereum

Download history 286/week @ 2024-08-04 398/week @ 2024-08-11 562/week @ 2024-08-18 412/week @ 2024-08-25 106/week @ 2024-09-01 255/week @ 2024-09-08 199/week @ 2024-09-15 292/week @ 2024-09-22 354/week @ 2024-09-29 433/week @ 2024-10-06 656/week @ 2024-10-13 983/week @ 2024-10-20 709/week @ 2024-10-27 606/week @ 2024-11-03 19161/week @ 2024-11-10 24912/week @ 2024-11-17

45,449 downloads per month
Used in 12 crates (4 directly)

Apache-2.0 and GPL-3.0-only

2.5MB
46K SLoC

Ethereum System

Contains management functions to manage functions on Ethereum. For example, creating agents and channels.

Release

Polkadot SDK stable2409


lib.rs:

Governance API for controlling the Ethereum side of the bridge

Extrinsics

Agents

Agents are smart contracts on Ethereum that act as proxies for consensus systems on Polkadot networks.

The create_agent extrinsic should be called via an XCM Transact instruction from the sibling parachain.

Channels

Each sibling parachain has its own dedicated messaging channel for sending and receiving messages. As a prerequisite to creating a channel, the sibling should have already created an agent using the create_agent extrinsic.

Governance

Only Polkadot governance itself can call these extrinsics. Delivery fees are waived.

Typically, Polkadot governance will use the force_transfer_native_from_agent and force_update_channel and extrinsics to manage agents and channels for system parachains.

Polkadot-native tokens on Ethereum

Tokens deposited on AssetHub pallet can be bridged to Ethereum as wrapped ERC20 tokens. As a prerequisite, the token should be registered first.

Dependencies

~21–36MB
~619K SLoC