Patrick Collins

Results 163 comments of Patrick Collins

Running `vyper` and the contract name compiles fine

Got it. Went through the code and found it grabs it from the comments: ```python # @version ^0.3.3 ``` It looks like we should create docs for each plugin

+1 Additionally, if you use `HuffConfig`, foundry will stop being able to recognize tests. ie: If I run: ``` forge test -m testSolveHuff ``` And my test looks like: ```javascript...