Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: tokenId is uint256 so must be a BigNumber #1310

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

keithbro-imx
Copy link
Contributor

@keithbro-imx keithbro-imx commented Dec 21, 2023

Summary

tokenId is uint256 so must be a BigNumber

Test in checkout sdk-sample-app

Customer Impact

When listing NFTs with a number that is too big to fit in a JS number, it will succeed.

Added

Changed

Deprecated

Removed

Fixed

Security

Things worth calling out

Before submitting the PR, please consider the following:

  • Prefix your PR title with feat: , fix: , chore: , docs:, or refactor:.

@keithbro-imx keithbro-imx marked this pull request as ready for review December 21, 2023 22:25
@keithbro-imx keithbro-imx requested a review from a team as a code owner December 21, 2023 22:25
@keithbro-imx keithbro-imx changed the title tokenId is uint256 so must be a BigNumber fix: tokenId is uint256 so must be a BigNumber Dec 21, 2023
Copy link
Contributor

@ZacharyCouchman ZacharyCouchman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have rebased this on latest main now and tested in checkout sdk-sample-app.

All looks good.

@ZacharyCouchman ZacharyCouchman added this pull request to the merge queue Apr 10, 2024
Merged via the queue into main with commit 263577f Apr 10, 2024
11 checks passed
@ZacharyCouchman ZacharyCouchman deleted the bug/tokenId-bignumber branch April 10, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants