Closed kautukkundan closed 3 years ago
What does this pull request do? Explain your changes. (required)
updated contracts and test cases to fix failing CI for the next branch
next
Specific updates (required)
BondingManager.sol
IBondingManager.sol
EarningsPool.sol
EarningsPoolLIP36.sol
MathUtils.sol
MathUtilsV2.sol
PreciseMathUtils.sol
RoundsManager.sol
Minter.sol
BondingManagerZeroStartFactorsBug.sol
BondingManagerPreLIP36.sol
Refunder
TestMathUtilsV2
TestPreciseMathUtils
TestEarningsPool
How did you test each of these updates (required)
ran yarn test:coverage
yarn test:coverage
Does this pull request close any open issues?
Checklist:
yarn test
What does this pull request do? Explain your changes. (required)
updated contracts and test cases to fix failing CI for the
next
branchSpecific updates (required)
BondingManager.sol
,IBondingManager.sol
,EarningsPool.sol
,EarningsPoolLIP36.sol
,MathUtils.sol
,MathUtilsV2.sol
, andPreciseMathUtils.sol
RoundsManager.sol
andMinter.sol
to use old Math libraries (need to change back to precise in later iterations)BondingManagerZeroStartFactorsBug.sol
,BondingManagerPreLIP36.sol
,Refunder
,TestMathUtilsV2
,TestPreciseMathUtils
,TestEarningsPool
How did you test each of these updates (required)
ran
yarn test:coverage
Does this pull request close any open issues?
Checklist:
yarn test
pass