nimbus-eth1/nimbus/core
andri lim f0f607b23b
Feature: User configurable extraData when assemble a block (#2823)
* Feature: User configurable extraData when assemble a block

As evident from https://holesky.beaconcha.in/block/2657016
when nimbus-eth1 assemble a block, the extraData field is empty.
This commit will give user a chance to put his extraData or
use default value.

* Warning if extraData exceeds 32 bytes limit

* Add missing comma
2024-11-06 09:01:25 +07:00
..
chain Port p2p to server API (#2769) 2024-11-02 10:30:45 +01:00
executor Fix calcRequestsHash implementation (#2797) 2024-10-29 05:01:59 +00:00
pow replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
tx_pool Feature: User configurable extraData when assemble a block (#2823) 2024-11-06 09:01:25 +07:00
block_import.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
casper.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
chain.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
dao.nim Fix eth/common & web3 related deprecation warnings for fluffy (#2698) 2024-10-04 23:21:26 +02:00
eip4844.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
eip6110.nim Rework EIP-6110, EIP-7002, and EIP-7251: Pectra execution requests (#2734) 2024-10-18 16:38:18 +07:00
executor.nim avoid initTable (#2328) 2024-06-10 11:05:30 +02:00
gaslimit.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
tx_pool.nim Fix calcRequestsHash implementation (#2797) 2024-10-29 05:01:59 +00:00
validate.nim Unify tx validation (#2777) 2024-10-26 09:19:48 +02:00
withdrawals.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00