El De-dog-lo
El De-dog-lo
Definitely something we want to do, we have a Lark grammar that's been tested and a part of the core now for over a year. We haven't had issues with...
This looks great and well-specified
I think more of a style guide thing, but they should be all caps
I approve this, but still agree with the previous comment that stylistically to set them apart they should be in all caps (as a styleguide suggestion not a rule) ```vyper...
> One request I would have, is that it should be possible (for certain use cases) to assign an `immutable` variable outside of the ctor like the following: > >...
> Note that with commit https://github.com/vyperlang/vyper/commit/d48438e10722db8fc9e74d8ed434745e3b0d31cf > > The codegen no longer prevent the bug in certain case, leading contracts with side effect in `range` to compiles successfully: > >...
Tried using Alchemy instead, no issue, so I think this is an Infura-specific thing
What's happening is that trying to parse a block received from a `newHeads` subscription using `eth_subscribe` is actually under-specified according to `BlockAPI`, so we need to add the missing field...
I sometimes get a little confused as well, I don't think this is really talking about the `.build/` folder (which contains the manifest), but one thing ethPM can be configured...
> * Having your project source copied to a user-level file structure may be unexpected. If we did this, I think at most it should be temporary during compilation. Maybe...