-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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] Patch assets-controller to not use BigInt #6305
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Cal-L
added
release-6.5.0
Issue or pull request that will be included in release 6.5.0
type-bug
Something isn't working
needs-dev-review
PR needs reviews from other engineers (in order to receive required approvals)
team-mobile-client
labels
Apr 28, 2023
Cal-L
changed the title
Patch assets-controller to not use BigInt
[FIX] Patch assets-controller to not use BigInt
Apr 28, 2023
legobeat
reviewed
May 1, 2023
legobeat
reviewed
May 1, 2023
legobeat
reviewed
May 1, 2023
sethkfman
reviewed
May 1, 2023
Co-authored-by: sethkfman <10342624+sethkfman@users.noreply.github.com>
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
…mobile into fix/913-big-int
sethkfman
approved these changes
May 1, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Cal-L
added
needs-qa
Any New Features that needs a full manual QA prior to being added to a release.
and removed
needs-dev-review
PR needs reviews from other engineers (in order to receive required approvals)
needs-qa
Any New Features that needs a full manual QA prior to being added to a release.
labels
May 1, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
QA Passed
A successful QA run through has been done
release-6.5.0
Issue or pull request that will be included in release 6.5.0
team-mobile-platform
type-bug
Something isn't working
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Development & PR Process
release-xx
label to identify the PR slated for a upcoming release (will be used in release discussion)needs-dev-review
label when work is completedneeds-qa
label when dev review is completedQA Passed
label when QA has signed offDescription
This PR patches @metamask/assets-controller to comment out BigInt related code for now. We will reintroduce it once RN 0.71.6 upgrade is finished.
Screenshots/Recordings
bigintfix.mov
Issue
Description
Whenever I try to make an Approve tx, the app crashes with this errror
Can't find variable: BigInt
[only-android]
After first reporting it here, we've seen that it's a separate issue, happening on the RC branch
6.4
Screenshots
bigint-module-not-found.mp4
Steps to reproduce the behavior
Can't find variable: BigInt
Issue: #6307
Progresses #???
Checklist