mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-24 19:19:21 +00:00
f0f607b23b
* 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