antazoey
antazoey
> ipfs://bafybeihapxqz43vadpqicxulwihrj6pqnvrxavf7hruk6xk45es57ds3hi/forge/gas-reports.html Ah interesting. Do we want something similar here? ```yaml test: gas_reports: [MyContract] ``` ```bash ape test --gas-reports ```
> 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.
Make progress here but haven't gotten to the hard part yet I don't think.
We could also add a flag `--skip-compilation` to pytest `ape test --skip-compilation` or `pytest --skip-compilation`
@fubuloubu This PR was opened in July and seems to only change a single line of code. Can we close this and re-pick it up when we are able?
This is also something that is hinting might be a good ticket to do for **titanboa** enhancement. My idea is something along the lines of allowing `ape-vyper` to customize `ContractContainer`...
If you are using Hardhat, you can use its `timeout`: ```yaml hardhat: request_timeout: 20 # Defaults to 30 fork_request_timeout: 600 # Defaults to 300 ```
> could it be a property with a setter? I don't like hiding RPC requests behind properties. It seems like anything using HTTP should happen in a method. However, we...
> I think it's important to have it feel consistent, but not entirely sure it should be a property either. Good points! One other thing I like about methods vs....
- [ ] Must consider multiple providers writing to log files: https://github.com/ApeWorX/ape/pull/847#issuecomment-1172558181 perhaps add a `runner_suffix` and use that in the file name and have x-dist set the property based...