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

Add ETH_GAS_STATION_API_KEY #1653

Merged
merged 1 commit into from
Jun 29, 2020
Merged

Add ETH_GAS_STATION_API_KEY #1653

merged 1 commit into from
Jun 29, 2020

Conversation

rickycodes
Copy link
Contributor

No description provided.

@rickycodes rickycodes requested a review from a team as a code owner June 29, 2020 16:52
Copy link
Contributor

@estebanmino estebanmino left a comment

Choose a reason for hiding this comment

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

👌

@rickycodes rickycodes merged commit 9da523a into develop Jun 29, 2020
@rickycodes rickycodes deleted the ethgasstation-api-key branch June 29, 2020 17:08
estebanmino pushed a commit that referenced this pull request Jun 29, 2020
estebanmino pushed a commit that referenced this pull request Jun 29, 2020
estebanmino pushed a commit that referenced this pull request Jun 30, 2020
rickycodes added a commit that referenced this pull request Jan 31, 2022
github-merge-queue bot pushed a commit that referenced this pull request Oct 7, 2024
<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->

## **Description**

<!--
Write a short description of the changes included in this pull request,
also include relevant motivation and context. Have in mind the following
questions:
1. What is the reason for the change?
2. What is the improvement/solution?
-->

* This is the actual first implementation of the LaunchDarkly API for
feature flags
* This utilizes the `mobileMinimumVersions.appMinimumBuild` feature flag
in LaunchDarkly

## **Related issues**

Fixes: [#1653](MetaMask/mobile-planning#1653)

This PR builds upon work in previous LD setup work:
[#10294](#10294)

## **Manual testing steps**

1. Start the app
2. in `app/components/hooks/MinimumVersions/useMinimumVersions.tsx`
* Change line: 22 `featureFlags?.mobileMinimumVersions?.appMinimumBuild
> currentBuildNumber;`
        to: `featureFlags?.mobileMinimumVersions?.appMinimumBuild > 0;`
3. Restart app & enter password
4. Modal should popup prompting user to update app version

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**



https://github.com/user-attachments/assets/812fb49d-e79b-4b3f-8f5e-00d3b63a431f



## **Pre-merge author checklist**

- [ ] I’ve followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile
Coding
Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.

---------

Co-authored-by: Nico MASSART <NicolasMassart@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants