1 unstable release

0.1.0 May 31, 2024

#12 in #receipt

Download history 63/week @ 2024-07-19 125/week @ 2024-07-26 68/week @ 2024-08-02 136/week @ 2024-08-09 128/week @ 2024-08-16 99/week @ 2024-08-23 166/week @ 2024-08-30 254/week @ 2024-09-06 299/week @ 2024-09-13 351/week @ 2024-09-20 157/week @ 2024-09-27 178/week @ 2024-10-04 134/week @ 2024-10-11 268/week @ 2024-10-18 237/week @ 2024-10-25 653/week @ 2024-11-01

1,301 downloads per month
Used in 18 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

~4.5–8.5MB
~180K SLoC