livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

modify test suite to work with London upgrade #447

Closed kautukkundan closed 3 years ago

kautukkundan commented 3 years ago

solidity-coverage now uses hardhat v2.6.0 by default which uses the London hardfork and enables eip-1559. This is causing the original tests to fail. The current workaround is to explicitly set the hardfork version to berlin to fall back to the old behaviour. However this needs to be corrected such that the test suite can work properly with the latest release.

yondonfu commented 3 years ago

Closed by #457