Merge pull request #1003 from 0xProject/feature/contracts/roundup
[contracts] Add getPartialAmountCeil and isRoundingErrorCeil
This commit is contained in:
@@ -172,6 +172,7 @@ export enum RevertReason {
|
||||
InvalidSender = 'INVALID_SENDER',
|
||||
InvalidOrderSignature = 'INVALID_ORDER_SIGNATURE',
|
||||
InvalidTakerAmount = 'INVALID_TAKER_AMOUNT',
|
||||
DivisionByZero = 'DIVISION_BY_ZERO',
|
||||
RoundingError = 'ROUNDING_ERROR',
|
||||
InvalidSignature = 'INVALID_SIGNATURE',
|
||||
SignatureIllegal = 'SIGNATURE_ILLEGAL',
|
||||
|
Reference in New Issue
Block a user