livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

Rb/adjustable rounds manager directory change #592

Closed RiccardoBiosas closed 2 years ago

RiccardoBiosas commented 2 years ago

What does this pull request do? Explain your changes. (required) It moves the AdjustableRoundsManager contract from the protocol /rounds directory to the tests /mocks directory as it is a contract that is meant to be used only for testing.

Specific updates (required) contracts/rounds/AdjustableRoundsManager.sol -> contracts/test/mocks/AdjustableRoundsManager.sol

How did you test each of these updates (required) Successfully run the protocol's test suite.

Does this pull request close any open issues? No

Checklist:

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2548847470


Totals Coverage Status
Change from base Build 2548785832: 0.0%
Covered Lines: 778
Relevant Lines: 781

💛 - Coveralls