This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Description
It works fine if an order is already fulfilled but does not provide any error if the order is canceled. However, if I query the seaport v1.1 contract for getOrderHash() and getOrderStatus() in order, I get the correct input
[ getOrderStatus(bytes32) method Response ]
isValidated bool : false
isCancelled bool : true
totalFilled uint256 : 0
totalSize uint256 : 0
Here is the output using the validator contract's validateOrderStatus function for the same order:
{
"errorsAndWarnings": {
"errors": [],
"warnings": []
}
}
network: goerli testnet