William E Bodell III
William E Bodell III
Hello! This question is meant primarily for @zyzek, since the version of [Proxy.sol](https://github.com/Synthetixio/synthetix/blob/develop/contracts/Proxy.sol) I am looking at is attributed to him, though I'm happy to take answers from anyone else...
Hello, I believe the `/api/contracts/code` API endpoint should return actual source code, not just bytecode and ABI, if the source has been verified. This would be consistent with the Etherscan...
### Describe the issue: When using the JSON output driver, I noticed that echidna still prints the "Fetching Solidity source for contract..." text after printing the dictionary, without a new...
### Describe the desired feature Currently, when generating the coverage report for on-chain fuzzing, Echidna tries to fetch the source map from Etherscan. But for many contracts the source map...
When trying to reproduce the COMP distribution bug, Echidna is crashing due to rate-limiting from my Infura RPC url endpoint. 
While fuzzing Uniswap V2 with the Echidna streaming series, I've noticed that the "event sequence" that shows up in the gui when an assert fails does not always show all...

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
When trying to log in using Google, Facebook or any other social account, the OpenLogin popup never loads the log in forms. 
My team is trying to use `@live` queries in our front-end, which uses Urql, as we transition to the Graph Network from our self-hosted subgraph, which supports `subscriptions`. We have...