You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
2.9.0
Major Changes
Fixed a bug with in NftNamespace.getNftSales() in which there was a typo in decimal field of the NftSaleFeeData object. The field is now correctly named decimals, and decimal is marked deprecated to avoid a breaking change.
Minor Changes
Added redundancy to CoreNamespace.getTokensForOwner() to handle failures when fetching token metadata.
Added support for the acquiredAt field for ordered getNftsForOwner queries. Only available when specifying orderBy: NftOrdering.TRANSFERTIME in the request.
Added the NftSaleMarketplace.BLUR marketplace enum to the NftNamespace.getNftSales() method return.
Added support for the validAt response field to NftNamespace.getNftSales().