Expand description
§alloy-eips
Ethereum Improvement Proprosal (EIP) implementations.
Contains constants, helpers, and basic data structures for consensus EIPs.
EIPs 2930 and 7702 are re-exported from alloy-rs/eips.
§Current support
Re-exports§
pub use eip1559::calc_next_block_base_fee;
pub use eip1898::BlockHashOrNumber;
pub use eip1898::BlockId;
pub use eip1898::BlockNumHash;
pub use eip1898::BlockNumberOrTag;
pub use eip1898::ForkBlock;
pub use eip1898::HashOrNumber;
pub use eip1898::NumHash;
pub use eip1898::RpcBlockHash;
pub use eip4844::calc_blob_gasprice;
pub use eip4844::calc_excess_blob_gas;
Modules§
- EIP-1559 constants, helpers, and types.
- EIP-2718 traits.
- Re-export the EIP-2930 types.
- Contains the history storage contract, first introduced in the Prague hardfork.
- EIP-4788 constants.
- EIP-4844 constants and helpers.
- EIP-4895 Withdrawal type and serde helpers.
- Contains Deposit request constants, first introduced in the Prague hardfork.
- Contains the system contract, first introduced in the Prague hardfork.
- Contains consolidation code, first introduced in the Prague hardfork.
- EIP-7685: General purpose execution layer requests
- Re-export the EIP-7702 types.
- Constants related to the beacon chain consensus.