-
Notifications
You must be signed in to change notification settings - Fork 249
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_: hide mercuryo provider #6100
base: develop
Are you sure you want to change the base?
Conversation
Jenkins Builds
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6100 +/- ##
============================================
+ Coverage 13.54% 60.91% +47.36%
============================================
Files 804 819 +15
Lines 107898 109471 +1573
============================================
+ Hits 14616 66679 +52063
+ Misses 91398 34961 -56437
- Partials 1884 7831 +5947
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -29,4 +29,7 @@ type FeatureFlags struct { | |||
|
|||
// EnableCelerBridge indicates whether we should enable the Celer bridge in the Router | |||
EnableCelerBridge bool | |||
|
|||
// EnableMercuryoProvider indicates whether we should enable the Mercuryo provider in the Wallet | |||
EnableMercuryoProvider bool |
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.
Why do we need both feature flag and config field? 🤔
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.
I'm not familiar with the structure, i just did the same thing we had for EnableCelerBridge. should i remove config field?
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.
Looks to me that we want this to be disabled forever on build-time, so yes. But I'm also not familiar with this code, let's ping @dlipicar, hopefully he can shed some light 🙂
2d41745
to
4305609
Compare
rel status-mobile/issues/21615
Description
hide Mercuryo from the list of on-ramp providers
so that we stay compliant with UK law.