aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2018-08-24 07:43:46 +0800
committerAmir Bandeali <abandeali1@gmail.com>2018-08-25 08:30:56 +0800
commitc28c3db63fb80d5d5e82ccd3b327cb8c408cc6fa (patch)
tree0e25c29cb9d639441d956505f49555f2ed391603 /packages/contracts/test
parenta09ee907396d35468e0ad632fb990cb1c8870b49 (diff)
downloaddexon-0x-contracts-c28c3db63fb80d5d5e82ccd3b327cb8c408cc6fa.tar
dexon-0x-contracts-c28c3db63fb80d5d5e82ccd3b327cb8c408cc6fa.tar.gz
dexon-0x-contracts-c28c3db63fb80d5d5e82ccd3b327cb8c408cc6fa.tar.bz2
dexon-0x-contracts-c28c3db63fb80d5d5e82ccd3b327cb8c408cc6fa.tar.lz
dexon-0x-contracts-c28c3db63fb80d5d5e82ccd3b327cb8c408cc6fa.tar.xz
dexon-0x-contracts-c28c3db63fb80d5d5e82ccd3b327cb8c408cc6fa.tar.zst
dexon-0x-contracts-c28c3db63fb80d5d5e82ccd3b327cb8c408cc6fa.zip
Only use one nonReentrant modifier, remove modifier from fillOrderNoThrow variations
Diffstat (limited to 'packages/contracts/test')
-rw-r--r--packages/contracts/test/utils/constants.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/contracts/test/utils/constants.ts b/packages/contracts/test/utils/constants.ts
index 7060b5091..ee4378d2e 100644
--- a/packages/contracts/test/utils/constants.ts
+++ b/packages/contracts/test/utils/constants.ts
@@ -54,14 +54,10 @@ export const constants = {
FUNCTIONS_WITH_MUTEX: [
'FILL_ORDER',
'FILL_OR_KILL_ORDER',
- 'FILL_ORDER_NO_THROW',
'BATCH_FILL_ORDERS',
'BATCH_FILL_OR_KILL_ORDERS',
- 'BATCH_FILL_ORDERS_NO_THROW',
'MARKET_BUY_ORDERS',
- 'MARKET_BUY_ORDERS_NO_THROW',
'MARKET_SELL_ORDERS',
- 'MARKET_SELL_ORDERS_NO_THROW',
'MATCH_ORDERS',
'CANCEL_ORDER',
'CANCEL_ORDERS_UP_TO',