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
ethshadow myfirstsim.yaml
When I try to run the simulation following Quickstart guide, I meet the following error.
➜ ethshadow-experiments ethshadow myfirstsim.yaml [2025-02-20T07:14:38Z INFO ethshadow::validators] Generating 30 validators [2025-02-20T07:14:38Z INFO ethshadow] Generating genesis information [2025-02-20T07:14:42Z INFO ethshadow] Generating nodes [2025-02-20T07:14:44Z INFO ethshadow] Writing finished configuration Failed to load configuration file /home/honeybee/Documents/ethshadow-experiments/data/shadow.yaml Caused by: 0: Could not parse configuration file 1: unknown field `host_heartbeat_interval`, expected one of `use_sched_fifo`, `use_syscall_counters`, `use_object_counters`, `use_preload_libc`, `use_preload_openssl_rng`, `use_preload_openssl_crypto`, `use_memory_manager`, `use_cpu_pinning`, `use_worker_spinning`, `runahead`, `use_dynamic_runahead`, `socket_send_buffer`, `socket_send_autotune`, `socket_recv_buffer`, `socket_recv_autotune`, `interface_qdisc`, `strace_logging_mode`, `max_unapplied_cpu_latency`, `unblocked_syscall_latency`, `unblocked_vdso_latency`, `scheduler`, `report_errors_to_stderr`, `use_new_tcp`
I try to check the shadow.yaml configuration file if above fields exist. Some exists while others not.
shadow.yaml
What should I do to run the simulation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When I try to run the simulation following Quickstart guide, I meet the following error.
I try to check the
shadow.yaml
configuration file if above fields exist.Some exists while others not.
What should I do to run the simulation?
The text was updated successfully, but these errors were encountered: