antazoey
antazoey
> related #1544 it is not super related, except that re-compiling may be the answer to both.
you need to force a recompile. It won't compile the dependencies again if they are already compiled. It seems as they got compiled in your environment before switching the evm...
Oh, I forgot to use mumbai, let me try that. Thanks for confirming you did try recompiling tho! I will hunt this down and ping again if necessary
> this could probably be added to `ReceiptAPI.show_trace()` we need to adjust evm-trace so that events show up in the right spot in the call tree. also we have this...
This can be done using the `TestAccountAPI.set_balance` API method, thought it would be nice to have this first: https://github.com/ethereum/eth-tester/issues/236
Although, perhaps `unlock_account` in EthTester may work!
blocked by https://github.com/ApeWorX/ape/pull/2173
What are the types of thing you would do with the `project` you get from `Project.from_manifest()`?
We can actually achieve pretty straightforwardly by adding a method to `ProjectManager`. I am not sure about the proposed changes. * The part about `ProjectManager` being a super-type of `ProjectAPI`...
Plugins, like compiler implementations, are driven by config values. For example, you setup remappings there and even compiler versions. Somehow, those needs to be captured and used without the need...