El De-dog-lo
El De-dog-lo
> > ipfs://bafybeihapxqz43vadpqicxulwihrj6pqnvrxavf7hruk6xk45es57ds3hi/forge/gas-reports.html > > Does this actually require tracing? This table looks like it tracks the calls and `gas_used` from the receipts and calculates some stats on them. What...
Foundry needs this, because it's simply not possible otherwise to hack in functionality into the binary without recompiling it, but `pip` is dynamic, and I think anyone competent who is...
> It would be great if ape could auto convert floats to int to allow these to go through. I would argue against this a bit because that would be...
Note: even for contracts that can change their code (e.g. re-initializable proxies, contracts w/ selfdestruct opcodes, etc.), a quick call to `EXTCODEHASH` can sometimes save having to make a heavier...
> do you want to set the **call** as a cached_property? > > ```python > from functools import cached_property > ... > @cached_property > def __call__(self, *args, **kwargs) -> ReceiptAPI:...
can be something like `AccountAPI.next_deployment_address -> AddressType`
> This works. > I think it'd be nice to make it more flexible. > So you could manipulate the nonce. > > A case for this would be if...
Thinking this could be a method like `CompilerManager.compile_source(compiler_name, source program) -> ContractContainer`
> maybe it would be good to add a vyper flag to disable version checking? @pandadefi @fubuloubu Generally okay, but I don't think that has any bearing on the solution...
> @fubuloubu I think this is a huge addition Yes, it's 853 lines to be exact In all seriousness, I love the submission, but we have to think about how...