Emilio López
Emilio López
Hi, thanks for the report! This is likely a duplicate of #2721, do you have a string or bytes variable or value with the contents being something like "fail" or...
Reproducer: ```solidity contract C { function echidna_opt_foo() public returns (int256) { return 0; } } ``` ```bash % echidna a.sol --test-mode optimization --format text [2024-10-17 11:06:34.64] Compiling a.sol... Done! (0.300388s)...
Thanks for the report, it looks like the recent changes to GitHub rate limits are affecting solc-select https://github.blog/changelog/2025-05-08-updated-rate-limits-for-unauthenticated-requests/
#242 should help with these
This is being reworked in #1426