@0x/utils
: Consolidated FixedMathRevertErrors
This commit is contained in:
parent
a42f3d189c
commit
09c0b83fe3
@ -1,4 +1,13 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "4.6.0-beta.1",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Consolidated FixedMathRevertErrors",
|
||||||
|
"pr": "TODO"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "4.6.0-beta.0",
|
"version": "4.6.0-beta.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@ -12,6 +12,7 @@ export enum BinOpErrorCodes {
|
|||||||
AdditionOverflow,
|
AdditionOverflow,
|
||||||
MultiplicationOverflow,
|
MultiplicationOverflow,
|
||||||
DivisionByZero,
|
DivisionByZero,
|
||||||
|
DivisionOverflow,
|
||||||
}
|
}
|
||||||
|
|
||||||
export class SignedValueError extends RevertError {
|
export class SignedValueError extends RevertError {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user