Add back batchFillOrders

This commit is contained in:
Amir Bandeali
2019-09-03 11:06:45 -07:00
parent ea8669439f
commit cb8cf1f107
9 changed files with 220 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ describe('LibTransactionDecoder', () => {
]);
});
for (const func of ['batchFillOrdersNoThrow', 'batchFillOrKillOrders']) {
for (const func of ['batchFillOrders', 'batchFillOrdersNoThrow', 'batchFillOrKillOrders']) {
const input = (exchangeInterface as any)[func].getABIEncodedTransactionData(
[order, order],
[takerAssetFillAmount, takerAssetFillAmount],