Patrick Collins

Results 163 comments of Patrick Collins

I think I see what you're saying. Change `emit DataFullfilled(volume);` -> `emit DataFullfilled(_volume);`? That makes sense to me

And maybe change the name to `foundry-vyper` In any case, let me know if you want some help supporting this, happy to help

Sort of just leaving notes here, sorry. Let me know if you like some of the changes: https://github.com/PatrickAlphaC/foundry-vyper

Yes and Yes ``` Error: No such command 'scripts/new_folder/run_script.py'. ``` Or ``` Error: No such command 'run_script'. ```

Maybe `contract_address` is optional. This would be a blocking call, it might make sense to integrate with asyncio in the distant future. For now, having it be blocking is perfect...

It doesn't look like it actually listens for events tho? I don't see a way to get events from that. I wrote a method in python for almost having a...

Here is what I do for both brownie and ape, I create a file called `helper_functions.py` or something in the scripts folder, and add a function like this: ```python from...