Merge branch 'development' into 3.0

This commit is contained in:
Alex Towle
2019-08-16 23:32:51 -07:00
637 changed files with 26270 additions and 17410 deletions

View File

@@ -12,6 +12,7 @@ blockchainTests('LibEIP712ExchangeDomain', env => {
artifacts.TestLibEIP712ExchangeDomain,
env.provider,
env.txDefaults,
{},
new BigNumber(chainId),
constants.NULL_ADDRESS,
);
@@ -32,6 +33,7 @@ blockchainTests('LibEIP712ExchangeDomain', env => {
artifacts.TestLibEIP712ExchangeDomain,
env.provider,
env.txDefaults,
{},
new BigNumber(chainId),
verifyingContractAddress,
);

View File

@@ -58,6 +58,7 @@ blockchainTests('LibFillResults', env => {
artifacts.TestLibFillResults,
env.provider,
env.txDefaults,
{},
);
});

View File

@@ -20,6 +20,7 @@ blockchainTests('LibMath', env => {
artifacts.TestLibMath,
env.provider,
env.txDefaults,
{},
);
});

View File

@@ -41,6 +41,7 @@ blockchainTests('LibOrder', env => {
artifacts.TestLibOrder,
env.provider,
env.txDefaults,
{},
);
});

View File

@@ -31,6 +31,7 @@ blockchainTests('LibZeroExTransaction', env => {
artifacts.TestLibZeroExTransaction,
env.provider,
env.txDefaults,
{},
);
});