You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After running for about a minute, hybrid-echidna crashes with
Traceback (most recent call last):
File "/opt/homebrew/lib/python3.10/site-packages/optik/common/world.py", line 343, in run
runner = self.contracts[contract_addr]
KeyError: 3638658538924045119126437326771845363306064498
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/homebrew/bin/hybrid-echidna", line 8, in <module>
sys.exit(main())
File "/opt/homebrew/lib/python3.10/site-packages/optik/echidna/__main__.py", line 554, in main
func(sys.argv[1:])
File "/opt/homebrew/lib/python3.10/site-packages/optik/echidna/__main__.py", line 344, in run_hybrid_echidna_with_display
raise exc
File "/opt/homebrew/lib/python3.10/site-packages/optik/echidna/__main__.py", line 321, in run_hybrid_echidna_with_display
run_hybrid_echidna(args)
File "/opt/homebrew/lib/python3.10/site-packages/optik/echidna/__main__.py", line 284, in run_hybrid_echidna
replay_inputs(
File "/opt/homebrew/lib/python3.10/site-packages/optik/echidna/runner.py", line 85, in replay_inputs
status = world.run()
File "/opt/homebrew/lib/python3.10/site-packages/optik/common/world.py", line 345, in run
raise WorldException(
optik.common.exceptions.WorldException: Transaction recipient is 3638658538924045119126437326771845363306064498, but no contract is deployed there
To Reproduce
Will work on a minimal example, need info about what sort of constructs might cause this
Describe the bug
After running for about a minute, hybrid-echidna crashes with
To Reproduce
Will work on a minimal example, need info about what sort of constructs might cause this
Additional context:
MacOS
The text was updated successfully, but these errors were encountered: