Rappie
Rappie
Still the same issue :disappointed:
```../cli -o --onchain-block-number 0 --chain-type ETH --onchain-local-proxy-addr http://127.0.0.1:5003 --panic-on-bug --flashloan --ierc20-oracle --pair-oracle --target 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D,0x35609dc59e15d03c5c865507e1348fa5abb319a8```
I'd like ityfuzz to stop when a bug is found so I can take a look. But I'd also like a log of the solutions. Currently I copy/paste the solution...
I might have had wrong assumtions about how the system works. I tried removing `--panic-on-bug` and it still stops when an oracle finds something. My expectation was that it would...
Awesome, this works for me as well. Thanks! Could you make a PR?
Maybe this helps: Compiling with hardhat gives a compilation error ``` $ npx hardhat compile DeclarationError: Undeclared identifier. --> contracts/Target.sol:11:14: | 11 | emit SenderAddress(msg.sender); | ^^^^^^^^^^^^^ Error HH600: Compilation...
Any news on this? I would love this feature as well, perhaps as a different plugin? I'm migrating from Emacs to Neovim, and I'm currently using the Topspace plugin for...
Thanks! I missed that the contract wasn't verified. As for the error, I'll wait for you to take a look monday, there's no rush.
I'm now diffing with an older implementation contract that is verified. This solves the issue for me, so i'm unsubscribing from this issue.
I'm currently running into Medusa missing the equivalent of `deployContracts`. It would be nice if this one could get some priority :slightly_smiling_face: