linera-alloy-consensus

Crates.iolinera-alloy-consensus
lib.rslinera-alloy-consensus
version0.1.0
sourcesrc
created_at2024-05-31 19:17:09.517022
updated_at2024-05-31 19:17:09.517022
descriptionEthereum consensus interface
homepagehttps://github.com/MathieuDutSik/alloy
repositoryhttps://github.com/MathieuDutSik/alloy
max_upload_size
id1258230
size437,647
Mathieu Baudet (ma2bd)

documentation

README

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.

Commit count: 621

cargo fmt