Charles Cooper
Charles Cooper
Another issue which might be relevant (although it can be considered orthogonally as an entirely separate issue) is whether it could be worth it to include length of the data...
by the way, (per @banteg) otterscan `ots_getContractCreator` (which erigon supports and [reth is adding support for](https://github.com/paradigmxyz/reth/issues/3726)) seems to be a fairly easy way to get contract creation trace. so it...
i was able to modify @pcaversaccio 's dune query (https://dune.com/pcaversaccio/vyper-deployment-statistics) to output all vyper contracts >= 0.3.4 based on creation trace, and the query took 60 seconds. so yes, this...
@0xalpharush is this fixed by https://github.com/vyperlang/vyper/pull/3829?
my biggest concern here is "partially overriding storage slots". it seems like a footgun, where some slots are overridden (ostensibly for the purpose of making a contract upgradeable) and some...
@0xalpharush is this fixed by https://github.com/vyperlang/vyper/pull/3790?
i think an important point to clarify here is that in terms of motivation, the desired use case is to deploy short-lived CWIAs where the deploy cost can be expensive...
sure, you can reproduce just by creating an instance of KeyMapDB and trying to copy it. ```python In [1]: from eth.db.backends.memory import MemoryDB In [2]: from eth.db.hash_trie import HashTrie In...
can you provide a repro? repro is eluding me for some reason
> Hey @bout3fiddy, can I work on this issue? go for it