8 releases (4 breaking)

0.4.0 Apr 9, 2024
0.3.1 Mar 26, 2024
0.2.1 Mar 26, 2024
0.2.0 Feb 26, 2024
0.0.0 Jan 10, 2024

#2601 in Magic Beans

Download history 1/week @ 2024-01-05 51/week @ 2024-02-09 168/week @ 2024-02-16 291/week @ 2024-02-23 122/week @ 2024-03-01 58/week @ 2024-03-08 466/week @ 2024-03-15 710/week @ 2024-03-22 241/week @ 2024-03-29 409/week @ 2024-04-05

1,830 downloads per month
Used in 2 crates

Apache-2.0 and GPL-3.0-only

2.5MB
52K SLoC

Ethereum Inbound Queue

Reads messages from Ethereum and sends it to intended destination on Polkadot, using XCM.


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

~24–39MB
~660K SLoC