antazoey

Results 334 comments of antazoey

I get this same error when running `vyper` directly: ```sh vyper contracts/interfaces/IFaceZeroFour.vyi ```

https://github.com/vyperlang/vyper/issues/4232#issuecomment-2349381788

> you can't actually "compile" them, but I think `-f abi` should work I tried this but got the same error.

I tried number 2 and it was not really possible without literally copying all of vyper into Ape just about, it got really messy so im thinking number 1 is...

this might fix it: https://github.com/ApeWorX/ape-vyper/pull/128

maybe `querier` makes more sense but not an easy word to remember how to type

> What would be the use case for exposing this? Users just trying to work with query manager more directly, like especially when you are trying to use a specific...

I just want to have some things to visualize for us to discuss, as this might be something we want to consider for 0.9. Currently: ```python >>> from ape import...

note, may have to update alchemy and infura

> I feel like `User-Agent` should not be legal to configure outside of ape internals (but kinda ambivalent about that), but it might be a good use case to insert...