Matt Solomon

Results 153 issues of Matt Solomon

**Problem** - Whenever there's an SSTORE or SLOAD, and whenever there's a PUSH opcode, those values are added to a dictionary. If dict weight is 40% then 40% of values...

Add ERC-20, 165, 721, 1155, and 4626 interfaces so devs don't need to install OZ or other libs to use them. This matches the set of default interfaces included by...

- Configure and run `forge fmt` - Check formatting in CI - Use named imports - Remove extra `balanceOf` check in `UniswapWithdrawHook.tokensWithdrawn()`

https://twitter.com/graphprotocol/status/1577363851225534465

app

EIP for Latent Fungible Tokens

c-new
t-erc
s-draft

_This is intended as a discussion, not something that will definitely be implemented._ Using arbitrary `GOV` token and Aave receipt token `aGOV` for the below. ## Problem Currently, aGOV token...

enhancement

Fixes a few things that broke in #8, and reintroduces line numbers for findings. See commit messages for details

Validate that: - [ ] 1. Non-constant/immutable variables use `camelCase` - [ ] 2. Functions in the `src` and `script` directories are `camelCase` - [ ] 3. Contract names are...

When testing against a forked mainnet, it's useful to use Fakes to mock responses at a given address. In some cases, you only want to mock the response to some...

bounty

Below are two ways you can reproduce the bug ```typescript // Helper class used below class SnapshotManager { snapshots: { [id: string]: string } = {}; async take(): Promise {...

bug