livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

Refactor Foundry tests: replace HEVM with forge-std VM #578

Open RiccardoBiosas opened 2 years ago

RiccardoBiosas commented 2 years ago

Context It seems that now it's possible to access the HEVM cheatcodes directly via the the Forge Standard Library, which is also the recommended way. Also, the HEVM/dapptools will not be actively maintained anymore.

TODO