Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • gh repo clone ethereum/hive
  • cd hive
  • go build

Config:

Open Update the file configs/4844cancun.yaml with the branch and GitHub to be used:

client: besu

  nametag: 4844-git # the name tag for the docker image.

  dockerfile: git

  build_args:

    github: hyperledger/besu # the fork to use in the test. For example: “my-fork-of-/besu”

      tag: 4844-devnet-5b # the branch to be used in the test

...

./hive --sim ethereum/pyspec --client-file ./configs/4844cancun.yaml --sim.limit "/cancun/eip4844_blobs/" 

...

./hive --sim ethereum/engine --client-file ./configs/4844cancun.yaml --sim.limit "engine-cancun/" 

...