-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: PortfolioView: Add feature flag check for polling intervals #28501
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. |
darkwing
force-pushed
the
portfolio-view-feature-flag
branch
from
November 15, 2024 18:41
91dc03e
to
4640516
Compare
bergeron
reviewed
Nov 15, 2024
Builds ready [4640516]
Page Load Metrics (1818 ± 55 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [cb82a96]
Page Load Metrics (1862 ± 65 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [cbc318f]
Page Load Metrics (1830 ± 90 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
darkwing
force-pushed
the
portfolio-view-feature-flag
branch
from
November 16, 2024 01:48
cbc318f
to
02ec515
Compare
darkwing
changed the title
PortfolioView: Add feature flag check for paused networks and intervals
feat: PortfolioView: Add feature flag check for paused networks and intervals
Nov 16, 2024
darkwing
force-pushed
the
portfolio-view-feature-flag
branch
from
November 19, 2024 17:11
02ec515
to
93887cf
Compare
Builds ready [93887cf]
Page Load Metrics (1985 ± 84 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Feature flag implementation here: https://github.com/consensys-vertical-apps/va-mmcx-swap-api/pull/221 |
Builds ready [b4ba8d2]
Page Load Metrics (2194 ± 150 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [323e8df]
Page Load Metrics (2157 ± 180 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
darkwing
changed the title
feat: PortfolioView: Add feature flag check for paused networks and intervals
feat: PortfolioView: Add feature flag check for polling intervals
Nov 25, 2024
darkwing
force-pushed
the
portfolio-view-feature-flag
branch
2 times, most recently
from
November 25, 2024 19:19
a0e28aa
to
3ea34a9
Compare
darkwing
force-pushed
the
portfolio-view-feature-flag
branch
from
November 26, 2024 14:54
3ea34a9
to
13b2230
Compare
darkwing
added
the
portfolio-view
Used for PRs and issues related to Q4 2024 portfolio view
label
Nov 26, 2024
darkwing
force-pushed
the
portfolio-view-feature-flag
branch
from
November 26, 2024 15:17
13b2230
to
7f3faa9
Compare
darkwing
force-pushed
the
portfolio-view-feature-flag
branch
from
November 26, 2024 15:34
7f3faa9
to
4be5539
Compare
Builds ready [4be5539]
Page Load Metrics (1733 ± 70 ms)
|
Builds ready [2514209]
Page Load Metrics (1748 ± 64 ms)
|
We still planning to include this in the release? Or are we deciding to table this in favor of LaunchDarkly? |
This needs to go into release. |
gambinish
approved these changes
Nov 26, 2024
salimtb
approved these changes
Nov 27, 2024
metamaskbot
added
the
release-12.9.0
Issue or pull request that will be included in release 12.9.0
label
Nov 27, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
portfolio-view
Used for PRs and issues related to Q4 2024 portfolio view
release-12.9.0
Issue or pull request that will be included in release 12.9.0
team-wallet-ux
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.
Description
Adds a remote endpoint check to see if the remote API wants us to update the number of seconds between polling intervals for balances.
Related issues
Fixes:
Manual testing steps
if (true) {
and hardcode apollInterval
valuethis.tokenBalancesController.setIntervalLength
successfully called.Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist