Skip to content

Execution-layer Block has missing blob-gas-used field #39

@cleondz

Description

@cleondz

Hi guys thanks for this project ,

I'm using this tool to generate a genesis for a local network using geth + lighthouse and I'm not able to generate the validator accounts from my configuration.

Version: v0.32.3-master-4b3498

I'm running the next command :

eth2-testnet-genesis deneb   --config ./zero-network/consensus/testnet/config.yaml   --mnemonics ./mnemonic.yaml   --tranches-dir ./consensus/tranches   --state-output ./consensus/genesis.ssz   --preset-phase0 mainnet   --preset-altair mainnet   --preset-bellatrix mainnet   --preset-capella mainnet   --preset-deneb mainnet   --eth1-config ./genesis.json 

This is the output:

zrnt version: v0.32.3
Using CL MIN_GENESIS_TIME for genesis timestamp
execution-layer Block has missing blob-gas-used field

What could be the issue here? I have the field blobGasUsed in the genesis file :

{
  ... 
  "coinbase": "0x0000000000000000000000000000000000000000",
  "difficulty": "0x20000",
  "extraData": "",
  "gasLimit": "0x2fefd8",
  "nonce": "0x441fe44",
  "timestamp": "0x63A1E047",
  "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "number":"0x0",
  "gasUsed":"0x0",
  "blobGasUsed":"0x0"
}

Thanks in advance!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions