nimbus-eth2/research
henridf 349001b7fb
eip4844 beacon block proposals (#4540)
* eip4844 beacon block proposals

* Don't fetch blobs under minimal preset

@tersec's summary of the issue:

BlobsBundleV1 in the execution API spec assumes a mainnet preset blob
size, where the EIP4844 consensus spec defines
FIELD_ELEMENTS_PER_BLOB: 4 under the minimal preset, which leads to a
Blob having a length of 4 * 32, not 4096 * 32 which BlobsBundleV1
requires.

* Revert unintentional script change
2023-01-21 23:13:21 +00:00
..
.gitignore
block_sim.nim eip4844 beacon block proposals (#4540) 2023-01-21 23:13:21 +00:00
block_sim.nim.cfg
fakeee.nim
nim.cfg
simutils.nim
stack_sizes.nim
state_sim.nim
wss_sim.nim eip4844 beacon block proposals (#4540) 2023-01-21 23:13:21 +00:00