titanoboa
titanoboa copied to clipboard
Disable forking network env
What I did
- Changed interface from
boa.env.fork
toboa.fork
How I did it
- Raise error if
fork
is called on aNetworkEnv
How to verify it
- boa.set_network_env(url)
- boa.env.fork should now raise an error
Description for the changelog
- Changed interface from
boa.env.fork
toboa.fork