Closed fubuloubu closed 1 year ago
if it was previously compiled, it does not know to re-compile
note if you do:
foundry:
evm_version: paris
it should start foundry on that evm version instead of having to run it separately
I was not able to reproduce. Everything is functioning correctly for me. Perhaps because I did not already have it compiled?
You need to force a recompile to get the changes!
somehow need to check against cached compiler settings and stuff to know to automatically recompile, it is easier to just force a re-compile in this case.
I feel we should close this issue, or change it, because config override works just fine, it just doesnt know it needs to recompile... Otherwise I am misunderstanding and need additional info because everything is working great for me.
Environment information
ape
and plugin versions:ape-config.yaml
(NOTE: do not post anything private like RPC urls or secrets!):What went wrong?
$ anvil --hardfork paris
(BecausePUSH0
is not active yet)$ ape console --network ::foundry
:How can it be fixed?
It could just not work when dynamically compiling vs.
ape compile
/ape pm