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

Integration test besu-tracer-corset #1671

Open
FlorianHuc opened this issue Dec 19, 2024 · 0 comments
Open

Integration test besu-tracer-corset #1671

FlorianHuc opened this issue Dec 19, 2024 · 0 comments

Comments

@FlorianHuc
Copy link
Collaborator

implement an IT that test latest besu image and latest corset using some sepolia or mainnet blocks.

An idea could be: make a copy of some Sepolia or mainnet node storage on devnet (one time action)

From a CI pipeline: spin up a docker image of latest besu-package using this storage.
Make curl calls to generate traces:

  • curl --location --request POST 'localhost:15480' --header 'Content-Type: application/json' --data-raw '{"jsonrpc": "2.0", "method": "linea_generateConflatedTracesToFileV2", "params": [{"startBlockNumber":6990139,"endBlockNumber":6990153, "expectedTracesEngineVersion": "0.8.0-rc8"}], "id": 1}'

Make corset verification using command line:

  • corset check -T /data/besu/conflated/6990139-6990153.conflated.0.8.0-rc8.lt ~/zkevm.bin

Maybe we want t a docker image based on latest besu image extended with corset and a small script to do this ?

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

No branches or pull requests

1 participant