-
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
chore: poll for bridge quotes #28029
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
micaelae
changed the base branch from
develop
to
mb891-2-quote-request-params
October 22, 2024 22:45
micaelae
force-pushed
the
mb891-2-quote-request-params
branch
from
October 22, 2024 23:22
9aa4724
to
6d20c11
Compare
micaelae
force-pushed
the
mb891-3-quote-polling
branch
from
October 23, 2024 00:17
2761d03
to
778d550
Compare
micaelae
force-pushed
the
mb891-3-quote-polling
branch
from
October 23, 2024 00:38
778d550
to
9f1f4a4
Compare
Builds ready [9f1f4a4]
Page Load Metrics (2275 ± 100 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [9f1f4a4]
Page Load Metrics (2275 ± 100 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
ejwessel
previously approved these changes
Oct 23, 2024
micaelae
force-pushed
the
mb891-2-quote-request-params
branch
from
October 23, 2024 22:37
6d20c11
to
afc17f6
Compare
micaelae
force-pushed
the
mb891-3-quote-polling
branch
from
October 23, 2024 22:46
9f1f4a4
to
dc7a5d2
Compare
Builds ready [dc7a5d2]
Page Load Metrics (1979 ± 52 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
BridgeControllerEvents, | ||
never, | ||
AccountsControllerGetSelectedAccountAction['type'], |
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 suggest the following for readability purposes
type AllowedActions = AccountsControllerGetSelectedAccountAction['type']
type AllowedEvents = never
export type BridgeControllerMessenger = RestrictedControllerMessenger<
typeof BRIDGE_CONTROLLER_NAME,
BridgeControllerActions | AccountsControllerGetSelectedAccountAction,
BridgeControllerEvents,
AllowedActions,
AllowedEvents
>
micaelae
force-pushed
the
mb891-2-quote-request-params
branch
from
October 28, 2024 20:37
afc17f6
to
1a52f74
Compare
micaelae
force-pushed
the
mb891-3-quote-polling
branch
from
October 28, 2024 20:39
dc7a5d2
to
8498fe7
Compare
micaelae
changed the base branch from
mb891-2-quote-request-params
to
develop
October 28, 2024 20:40
micaelae
changed the base branch from
develop
to
mb891-2-quote-request-params
October 28, 2024 20:40
micaelae
force-pushed
the
mb891-3-quote-polling
branch
from
October 28, 2024 20:54
8498fe7
to
9c78fb2
Compare
Builds ready [9c78fb2]
Page Load Metrics (2095 ± 98 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
infiniteflower
previously approved these changes
Oct 29, 2024
ejwessel
previously approved these changes
Oct 29, 2024
micaelae
dismissed stale reviews from ejwessel and infiniteflower
October 29, 2024 21:09
The base branch was changed.
micaelae
force-pushed
the
mb891-3-quote-polling
branch
from
October 29, 2024 21:58
9c78fb2
to
920ece8
Compare
micaelae
force-pushed
the
mb891-3-quote-polling
branch
from
October 29, 2024 22:01
920ece8
to
a5a28dd
Compare
micaelae
force-pushed
the
mb891-3-quote-polling
branch
from
October 29, 2024 22:20
a5a28dd
to
bf5166a
Compare
infiniteflower
approved these changes
Oct 29, 2024
ejwessel
approved these changes
Oct 29, 2024
Builds ready [bf5166a]
Page Load Metrics (1983 ± 80 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Oct 30, 2024
metamaskbot
added
the
release-12.7.0
Issue or pull request that will be included in release 12.7.0
label
Oct 30, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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
Changes:
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MMS-1448
Manual testing steps
BRIDGE_USE_DEV_APIS=1
in .metamaskrcgetQuote
network request is made with the specified parametersScreenshots/Recordings
Before
N/A
After
Screen.Recording.2024-10-21.at.4.39.47.PM.mov
Pre-merge author checklist
Pre-merge reviewer checklist