livepeer / protocol

Livepeer protocol
MIT License
152 stars 45 forks source link

Refactor RPC class #573

Open RiccardoBiosas opened 2 years ago

RiccardoBiosas commented 2 years ago

Context The RPC class used to manipulate the state of the local network/take snapshots during the unit/integration tests relies on the web3 library - which is passed down its constructor upon initialization.

TODO

Related to https://github.com/livepeer/protocol/issues/566