livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

Refactor Foundry tests: replace external RPC dependency with e2e setup #579

Closed RiccardoBiosas closed 2 years ago

RiccardoBiosas commented 2 years ago

Currently all the Foundry tests fork a live network at a certain block and perform all the tests against the forked contracts. For the purpose of the CI issue I think it would be better to implement an e2e setup.