titanoboa icon indicating copy to clipboard operation
titanoboa copied to clipboard

Disable forking network env

Open DanielSchiavini opened this issue 11 months ago • 0 comments

What I did

  • Changed interface from boa.env.fork to boa.fork

How I did it

  • Raise error if fork is called on a NetworkEnv

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 to boa.fork

Cute Animal Picture

image

DanielSchiavini avatar Mar 04 '24 13:03 DanielSchiavini