Skip to content

simulators/eels: fix execute-blobs simulator#1365

Open
spencer-tb wants to merge 1 commit intoethereum:masterfrom
spencer-tb:simulators/ethereum/eels/execute-blobs
Open

simulators/eels: fix execute-blobs simulator#1365
spencer-tb wants to merge 1 commit intoethereum:masterfrom
spencer-tb:simulators/ethereum/eels/execute-blobs

Conversation

@spencer-tb
Copy link
Copy Markdown
Collaborator

Description

The EEST execute command must be ran at the root of the EELS project following the Weld as that is where the ./tests are. This PR contains fixes for the latter.

Note cmake g++ libclang-dev are required to run uv sync --all-extras, note we are running this for the entire EELS repo now for execute and not just the EEST package.

@lakshya-sky
Copy link
Copy Markdown

Hey @spencer-tb when do you think this will merged. I am having same problem running blob tests with hive.

Copy link
Copy Markdown
Member

@danceratopz danceratopz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have many issues running execute hive -m blob_transaction_test, but this isn't one of them ;) I don't think they're required any more.

WORKDIR /execution-specs/packages/testing
RUN uv sync
WORKDIR /execution-specs/
RUN uv sync --all-extras
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no longer required as of ethereum/execution-specs#1688.


## Clone and install EELS
RUN apt-get update && apt-get install -y git
RUN apt-get update && apt-get install -y git cmake g++ libclang-dev
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can build the simulator without these as of ethereum/execution-specs@eeb65f7.

git checkout FETCH_HEAD; \
fi

WORKDIR /execution-specs/packages/testing
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine.

@danceratopz danceratopz self-assigned this Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants