nimbus-eth1/nimbus
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
..
beacon Port p2p to server API (#2769) 2024-11-02 10:30:45 +01:00
common Feature: User configurable extraData when assemble a block (#2823) 2024-11-06 09:01:25 +07:00
core Feature: User configurable extraData when assemble a block (#2823) 2024-11-06 09:01:25 +07:00
db Reduce declared but not used warnings (#2822) 2024-11-03 00:11:24 +00:00
evm Use stateRoot/storageRoot more consistently (#2791) 2024-10-27 19:56:28 +01:00
graphql switch to Nim v2.0.12 (#2817) 2024-11-01 19:06:26 +00:00
rpc Port p2p to server API (#2769) 2024-11-02 10:30:45 +01:00
stateless replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
sync Beacon sync docu todo and async prototype update v2 (#2832) 2024-11-05 11:39:45 +00:00
transaction switch to Nim v2.0.12 (#2817) 2024-11-01 19:06:26 +00:00
utils Fix calcRequestsHash implementation (#2797) 2024-10-29 05:01:59 +00:00
common.nim
compile_info.nim
config.nim Feature: User configurable extraData when assemble a block (#2823) 2024-11-06 09:01:25 +07:00
constants.nim Bump nim-eth and nimbus-eth2 (#2741) 2024-10-16 13:51:38 +07:00
errors.nim
makefile
nim.cfg
nimbus_desc.nim Suppress beacon sync unless potential actions (#2765) 2024-10-21 18:01:45 +00:00
nimbus_execution_client.nim Feature: User configurable extraData when assemble a block (#2823) 2024-11-06 09:01:25 +07:00
nimbus_import.nim fix: show correct blockNumber and log in end of era files (#2691) 2024-10-04 01:37:50 +00:00
rpc.nim Port p2p to server API (#2769) 2024-11-02 10:30:45 +01:00
tracer.nim Reduce declared but not used warnings (#2822) 2024-11-03 00:11:24 +00:00
transaction.nim Unify tx validation (#2777) 2024-10-26 09:19:48 +02:00
version.nim Feature: User configurable extraData when assemble a block (#2823) 2024-11-06 09:01:25 +07:00