We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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:
Make corset verification using command line:
Maybe we want t a docker image based on latest besu image extended with corset and a small script to do this ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Make corset verification using command line:
Maybe we want t a docker image based on latest besu image extended with corset and a small script to do this ?
The text was updated successfully, but these errors were encountered: