fuzzland / ityfuzz

Blazing Fast Bytecode-Level Hybrid Fuzzer for Smart Contracts
https://docs.ityfuzz.rs
MIT License
734 stars 116 forks source link

CTF challenge from docs is broken #507

Open VIELITE opened 4 weeks ago

VIELITE commented 4 weeks ago

When running ItyFuzz against an on-chain deployed CTF, I encountered the following error:


thread 'main' panicked at src/evm/onchain/endpoints.rs:791:29:
fail to get block timestamp
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace```
shouc commented 2 weeks ago

Seems to be a connectivity issue with the public RPCs. You can use ETH_RPC_URL=https://xxx ityfuzz ... to specify the RPC you would like to use. We recommend using Infura or Quicknode