-
-
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
feat(CI): Bitrise M1 Machine and React Native 0.71.6 compatibility upgrade #6327
feat(CI): Bitrise M1 Machine and React Native 0.71.6 compatibility upgrade #6327
Conversation
* check gas is recalculate on confirm screen * reset the value of gas before estimating * update snapshot * init engine for failing keyringcontroller * test init * mock transactioncontroller * update test * rebased to main * revert test file name to index * fix failing test
* Edit account name view * addressed review * navigate to edit account name * edit header style * E2e appium/715 edit account name view (#6303) * Fix flaky test * Solve Browserstack errors * Added Gesture.waitAndTap method AddContact and Contacts --------- Co-authored-by: SamuelSalas <[email protected]>
This reverts commit 5542193.
The lint warning about a test title being repeated has been fixed. The two tests were very similar; the titles have been updated to explain how they are different. --------- Co-authored-by: legobeat <[email protected]> Co-authored-by: LeoTM <[email protected]>
This reverts commit 2285dd3.
This reverts commit 1cbfeb1.
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. |
Doesn't seem to ever have been useful. Introduced in 69381f0 Prefer `cat`.
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.
Changes LGTM. Some checks are failing though on yarn setup. Try pulling from latest?
…arate component (#6266) * initial commit * draft * cleaned up * lint * include isBalanceZero for fromaddress * fix snapshot * resolved feedback * renaming component names * Update app/components/Views/SendFlow/AddressFrom/AddressFrom.test.tsx Co-authored-by: Ariella Vu <[email protected]> * Update app/components/Views/SendFlow/SendTo/index.js Co-authored-by: Ariella Vu <[email protected]> * removed redudant snapshot * rebased to main * snapshot update * removed podfile change --------- Co-authored-by: Ariella Vu <[email protected]>
* 6.5.0 * fix(on-ramp): Add thunk to handle buy crypto deeplink (#6248) * [FIX] Detox: wallet-tests.spec.js (#6250) * fix wallet-tests.spec.js * add collectible json * updated collectible data for bitrise wallet * fix: invalid title error (#6280) * Update Network Badge to use Badge component of component library (#6254) * Show unsupported token for network when watching tokens (#6258) * [FIX] - Upgrading with deprecated test network selected (#6269) * add migrations to handle deprecated networks * use enums, const instead of strings --------- Co-authored-by: CW <[email protected]> * [FIX] Patch assets-controller to not use BigInt (#6305) * Patch assets-controller to not use BigInt * Update to use public link Co-authored-by: sethkfman <[email protected]> * Update to spell out React Native Co-authored-by: legobeat <[email protected]> * Update to spell out React Native Co-authored-by: legobeat <[email protected]> --------- Co-authored-by: sethkfman <[email protected]> Co-authored-by: legobeat <[email protected]> * build 1104 (#6310) * update changelog --------- Co-authored-by: metamaskbot <[email protected]> Co-authored-by: Pedro Pablo Aste Kompen <[email protected]> Co-authored-by: Chris Wilcox <[email protected]> Co-authored-by: abretonc7s <[email protected]> Co-authored-by: tommasini <[email protected]> Co-authored-by: Cal Leung <[email protected]> Co-authored-by: sethkfman <[email protected]> Co-authored-by: legobeat <[email protected]> Co-authored-by: sethkfman <[email protected]>
* New Crowdin translations by Github Action * PR update * Revert "PR update" This reverts commit 39e533a. --------- Co-authored-by: metamaskbot <[email protected]> Co-authored-by: sethkfman <[email protected]>
* Modify actions bar function and small tidy ups * Commit working Smoke tests * Small changes to tests * Small fixes * hide Keyboard * Fiz sendtoken browserStack * fix sendToken and CreateWalletAccount * add smoke tag to lockreset * wait for no thanks button to exists * increase wait time for term of use modal. * fix wallet displayed step * add time interval to waitFor on no thanks button * add time interval for waitForDisplayed * Add check for terms of use modal loading delay * Update common-steps.js Alter CreateWalletTest to also wait for terms of use text * Add double tap * update tags --------- Co-authored-by: Curtis <[email protected]>
Co-authored-by: legobeat <[email protected]>
* sturdier check * apply feedback * apply feedback * unit test * check phishing and deeplinks * feedback * resolve * url check * more tests --------- Co-authored-by: Curtis David <[email protected]>
* try/catch error generating reports * clean up for reports * Update SendToken.feature * delete feature, was renamed
* Send ETH with Ganache network * Move Ganache initialization to common steps * Remove unneeded async * Update wdio/features/Confirmations/SendEthEOA.feature Co-authored-by: Curtis David <[email protected]> * Add extra step for closing new modal * Add tag @confirmations --------- Co-authored-by: Curtis David <[email protected]>
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Ignoring: Pull request alert summary
📊 Modified Dependency Overview:
🚮 Removed packages: [email protected] |
@SocketSecurity ignore @types/[email protected] |
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 enables M1 machines building on Bitrise and addresses specific issue building on Bitrise with the latest React Native upgrade.
A patch was made to provide the Bitrise idk-bundle path into the ReactNative build.gradle project.
Screenshots/Recordings
NA
Issue
Progresses #???
Checklist