antazoey
antazoey
the first part of this already should work: ``` vyper: evm_version: shanghai ``` let me know if it doesnt but it was added here: https://github.com/ApeWorX/ape-vyper/commit/b75ee5de0c2e8101f4aaf5bd3b1dc4ceb45d4869 the second part is a...
when using the ecosystem approach, we'd have to cache artifacts accordingly and for each custom settings (because technically you can compile w/o being connected anywhere.. this might take more thought...
failing because of https://github.com/ApeWorX/ape/pull/2051
closing for https://github.com/ApeWorX/ape-foundry/pull/103
Yes, it no longer is going to work, you have to set balances now for accounts. This is because of some checks in ape core and changes to fee settings....
Why not have it both at top level and in the forks?
OK I got the non-breaking change version in the attached PR you can set the evm-version at foundry's config, root, not in the forks. the forks still work, but if...
Hello! Thanks for this. I have some questions: 1. Why do you want to connect mainnet to rinkeby? I don't think this will work, but maybe that is just a...
> Note: rate limit test would be hard and exhaust our already limited requests this implies you can't test Python logic without making live network requests. I am not saying...
> how would I mock up some tests? with like a MockLaggyProvider to connect to? Using pytest.mock, you can basically mock anything in Python land. Sometimes I mock web3 and...