Crates.io | linera-alloy-consensus |
lib.rs | linera-alloy-consensus |
version | 0.1.0 |
source | src |
created_at | 2024-05-31 19:17:09.517022 |
updated_at | 2024-05-31 19:17:09.517022 |
description | Ethereum consensus interface |
homepage | https://github.com/MathieuDutSik/alloy |
repository | https://github.com/MathieuDutSik/alloy |
max_upload_size | |
id | 1258230 |
size | 437,647 |
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:
Much of this code was ported from reth-primitives as part of ongoing alloy migrations.