Update CHANGELOGs

This commit is contained in:
Lawrence Forman
2019-08-02 16:30:51 -04:00
parent 8c9bdadf66
commit fddbfc2d32
7 changed files with 20 additions and 20 deletions

View File

@@ -56,19 +56,19 @@
},
{
"note": "Add reference functions for `LibMath` and `LibFillResults`",
"pr": "TODO"
"pr": 2031
},
{
"note": "Move in revamped `LibMath` tests from the `contracts-exchange` package.",
"pr": "TODO"
"pr": 2031
},
{
"note": "Move in revamped `LibFillResults` tests from the `contracts-exchange` package.",
"pr": "TODO"
"pr": 2031
},
{
"note": "Remove unecessary zero-denominator checks in `LibMath`.",
"pr": "TODO"
"pr": 2031
}
]
},

View File

@@ -120,23 +120,23 @@
},
{
"note": "Add `TestIsolatedExchange` contract and `IsolatedExchangeWrapper` test class",
"pr": "TODO"
"pr": 2031
},
{
"note": "Add `ReferenceFunctions` as package export.",
"pr": "TODO"
"pr": 2031
},
{
"note": "Remove `TestExchangeMath.sol`. Exchange math functions are now tested in the `exchange-libs` package and reference implementations are available there as well.",
"pr": "TODO"
"pr": 2031
},
{
"note": "Remove functions from `TestExchangeInternals.sol` that are no longer tested in this package.",
"pr": "TODO"
"pr": 2031
},
{
"note": "Remove `_assertValidFill()`",
"pr": "TODO"
"pr": 2031
}
]
},

View File

@@ -40,27 +40,27 @@
},
{
"note": "Move `*FillResults`, `OrderInfo` types to `@0x/types`",
"pr": "TODO"
"pr": 2031
},
{
"note": "Add `log_utils.ts`",
"pr": "TODO"
"pr": 2031
},
{
"note": "Add `haxRandom()` to `hex_utils.ts`",
"pr": "TODO"
"pr": 2031
},
{
"note": "Add the constants: `MAX_UINT256`, `ADDRESS_LENGTH`, `MAX_UINT256_ROOT`, `ONE_ETHER`",
"pr": "TODO"
"pr": 2031
},
{
"note": "Make `testCombinatoriallyWithReferenceFuncAsync` non-async",
"pr": "TODO"
"pr": 2031
},
{
"note": "Update `testWithReferenceFuncAsync` to work with `RevertErrors`",
"pr": "TODO"
"pr": 2031
}
]
},

View File

@@ -36,11 +36,11 @@
},
{
"note": "Add reference functions for `SafeMath` functions.",
"pr": "2031"
"pr": 2031
},
{
"note": "Throw a `SafeMathError` in `SafeMath._safeDiv()` when denominator is zero.",
"pr": "2031"
"pr": 2031
}
]
},