#ethereum #receipt #block-header #interface #envelope #eip-4844 #eip-2930

yanked linera-alloy-consensus

Ethereum consensus interface

1 unstable release

0.1.0 May 31, 2024

#9 in #eip-4844

Download history 64/week @ 2025-04-17 27/week @ 2025-04-24 3/week @ 2025-05-01 125/week @ 2025-05-08 40/week @ 2025-05-15 1/week @ 2025-06-05 8/week @ 2025-06-12 49/week @ 2025-07-03 24/week @ 2025-07-10 129/week @ 2025-07-17

157 downloads per month
Used in 14 crates (10 directly)

MIT/Apache

675KB
5.5K SLoC

linera-alloy-consensus

Ethereum consensus interface.

This crate contains constants, types, and functions for implementing Ethereum EL consensus and communication. This includes headers, blocks, transactions, EIP-2718 envelopes, EIP-2930, EIP-4844, and more.

In general a type belongs in this crate if it is committed to in the EL block header. This includes:

  • transactions
  • blocks
  • headers
  • receipts
  • EIP-2718 envelopes.

Provenance

Much of this code was ported from reth-primitives as part of ongoing alloy migrations.

Dependencies

~5–9.5MB
~200K SLoC