Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement EXECUTE precompile #3865

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from
Draft

Implement EXECUTE precompile #3865

wants to merge 25 commits into from

Conversation

acolytec3
Copy link
Contributor

@acolytec3 acolytec3 commented Feb 6, 2025

This is a proof-of-concept implementation of the EXECUTE precompile proposal.

The current design expects a trace as a new TextEncoder().encoded JSON object that contains a set of transactions (formatted as eth_call transactions) and a corresponding verkle execution witness.

The trace is stored as a simple bytestring in the EVM and referenced by the sha256 hash of the trace in its bytes serialized form.

Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.11%. Comparing base (e0f1a1c) to head (c2daf3a).

Additional details and impacted files

Impacted file tree graph

Flag Coverage Δ
block 76.80% <ø> (ø)
blockchain 85.43% <ø> (ø)
client ?
common 90.82% <100.00%> (+0.01%) ⬆️
devp2p 76.33% <ø> (ø)
ethash 81.04% <ø> (ø)
evm ?
genesis 99.84% <ø> (ø)
mpt 59.68% <ø> (ø)
rlp 69.70% <ø> (ø)
statemanager 66.85% <ø> (ø)
tx 81.20% <ø> (ø)
util 79.30% <ø> (ø)
vm ?
wallet 83.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants