feat: Validate v4 limit orders (#148)

re-renable tests
This commit is contained in:
Jacob Evans
2021-02-19 16:42:10 +10:00
committed by GitHub
parent 0c56207abc
commit 076f263a86
3 changed files with 19 additions and 19 deletions

View File

@@ -45,7 +45,7 @@ contract TestNativeOrderSampler is
UtilitySampler
{
uint8 private constant MAX_ORDER_STATUS = uint8(IExchange.OrderStatus.CANCELLED) + 1;
bytes32 private constant VALID_SIGNATURE_HASH = keccak256(hex"01");
bytes32 private constant VALID_SIGNATURE_HASH = bytes32(hex"01");
function createTokens(uint256 count)
external