Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.
This repository was archived by the owner on Sep 15, 2022. It is now read-only.

Issue: #205

Description

@osarukun

Issue:
If you request an order with seaport.api.getOrder and provide undefined values for asset_contract_address and token_id, a totally random order is returned.

Reproduction:

const order = await seaport.api.getOrder({
            side: OrderSide.Sell,
            asset_contract_address: undefined,
            token_id: undefined
        });

Expected:
An error or no order returned.

Actual:
A random item is returned.

Thank you. Let me know if there's anything else I can provide to help.

オリジナルは @cap10badProjectOpenSea/opensea-js#241 にポスト

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions