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

validateOrderStatus not working for cancelled order #30

@ofarukcaki

Description

@ofarukcaki

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions