mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-25 13:07:18 +00:00
5243cc6c30
## Issue Addressed Resolves #3314 ## Proposed Changes Add a module to encode/decode u256 types according to the execution layer encoding/decoding standards https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md#structures Updates `JsonExecutionPayloadV1.base_fee_per_gas`, `JsonExecutionPayloadHeaderV1.base_fee_per_gas` and `TransitionConfigurationV1.terminal_total_difficulty` to encode/decode according to standards Co-authored-by: Michael Sproul <micsproul@gmail.com> |
||
---|---|---|
.. | ||
fixed_bytes_hex.rs | ||
hex_vec.rs | ||
hex.rs | ||
json_str.rs | ||
lib.rs | ||
list_of_bytes_lists.rs | ||
quoted_int.rs | ||
quoted_u64_vec.rs | ||
u8_hex.rs | ||
u32_hex.rs | ||
u64_hex_be.rs | ||
u256_hex_be.rs |