15 releases (breaking)
0.10.0 | Sep 26, 2024 |
---|---|
0.9.0 | Jul 18, 2024 |
0.8.0 | Jul 13, 2024 |
0.3.1 | Mar 26, 2024 |
#6 in #inbound
1,605 downloads per month
Used in 3 crates
3MB
53K
SLoC
Ethereum Inbound Queue
Reads messages from Ethereum and sends it to intended destination on Polkadot, using XCM.
Release
Polkadot SDK stable2409
lib.rs
:
Inbound Queue
Overview
Receives messages emitted by the Gateway contract on Ethereum, whereupon they are verified, translated to XCM, and finally sent to their final destination parachain.
The message relayers are rewarded using native currency from the sovereign account of the destination parachain.
Extrinsics
Governance
Call::set_operating_mode
: Set the operating mode of the pallet. Can be used to disable processing of inbound messages.
Message Submission
Call::submit
: Submit a message for verification and dispatch the final destination parachain.
Dependencies
~25–40MB
~698K SLoC