Alberto
Alberto
When eval/injection calls an internal function that reverts with some specific error message. The error message is not reported correctly making it very hard to debug the source of the...
given some interface `IFoo.vyi` And given an instance `my_contract` of the following contract: ```vyper import IFoo def bar() -> IFoo: return IFoo() ``` calling `bar` in the following contract through...
Switching between addresses through the injected wallet interface doesn't update `boa.env.eoa` accordingly unless `boa.set_browser_env()` is called again.