shouc

Results 56 comments of shouc

Yeah I agree. The reason that flashloan middleware is left alone is because flashloan middleware is used in each fuzzing iteration to record the fund changes. Going through a loop...

i can take this up if no objection on getting this into cheatcodes

Higher CPU frequency and faster node access give better performance.

You can build with `no_etherscan` feature. ItyFuzz would then use the decompiler to replace Etherscan. ``` cargo build --release --features no_etherscan ```

If its deployed on-chain already, you can directly fuzz it by forking. Example: https://docs.ityfuzz.rs/tutorials/exp-hacking-bego

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...