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
Issues to debug:
Generic commands to speed up testing:
wget https://ethpandaops-ethereum-node-snapshots.ams3.cdn.digitaloceanspaces.com/holesky/reth/latest/_snapshot_web3_clientVersion.json wget https://ethpandaops-ethereum-node-snapshots.ams3.cdn.digitaloceanspaces.com/holesky/reth/latest/snapshot.tar.zst wget https://ethpandaops-ethereum-node-snapshots.ams3.cdn.digitaloceanspaces.com/holesky/reth/latest/_snapshot_eth_getBlockByNumber.json
Run a local server: python3 -m http.server 65500
python3 -m http.server 65500
Run the test:
participants: - el_type: reth el_image: ghcr.io/paradigmxyz/reth:v1.0.0 cl_type: lighthouse el_min_mem: 16000 el_max_mem: 24000 - el_type: geth cl_type: lighthouse network_params: genesis_delay: 300 network: holesky-shadowfork network_sync_base_url: http://161.35.77.43:65500/ additional_services: - dora snooper_enabled: true persistent: true
The text was updated successfully, but these errors were encountered:
parithosh
No branches or pull requests
Issues to debug:
Generic commands to speed up testing:
Run a local server:
python3 -m http.server 65500
Run the test:
The text was updated successfully, but these errors were encountered: