Varun Srinivasan
Varun Srinivasan
Thoughts on adding a feature to require TLD's in the url? It would raise an error on `http://google` but not `http://google.com` or `http://google.abcdefg` I can make a PR if that...
### Component Forge ### Describe the feature you would like Running `forge coverage` automatically includes scripts and test utils that are contracts, which adds noise to the coverage report. It...
**What is the feature you would like to implement?** Add test coverage for Ownable2Step behaviors **Why is this feature important?** Ensure that it is implemented correctly
**What is the feature you would like to implement?** Deploy the L1 Fname resolver configured with the right domain so that Farcaster usernames conform to the specification. **Why is this...
**What is the feature you would like to implement?** End to end test that validates signatures produced by the fname resolver with the contract **Why is this feature important?** Automatically...
Explore foundry's new [invariant test model](https://twitter.com/gakonst/status/1554994509070553088), which maple finance has implemented [here](https://github.com/maple-labs/revenue-distribution-token/blob/main/contracts/test/Invariants.t.sol). We might be able to use this to assert invariants while fuzzing, but needs more investigation and there...
## Motivation Describe why this issue should be fixed and link to any relevant design docs, issues or other relevant items. ## Change Summary Describe the changes being made in...
**Environment:** OS: OS X Big Sur 11.3 Node: v14.17.0 NPM: 6.14.13 Yarn: 1.22.10 Electron: 12.2 **Repro Steps:** 1. Set up an electron app with Webpack. You can clone [Electron React...
**What is the bug?** Recently, the L2 OP Goerli chain re-orged 256 blocks. Reorgs of the blockchain are not well handled by the Farcaster system. Both Hubs and the Fname...
**What is the feature you would like to implement?** A hub will only accept a peer if it has a valid fid **Why is this feature important?** Requiring a unique...