-
Notifications
You must be signed in to change notification settings - Fork 5k
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
refactor: move getCurrentChainId
from selectors/selectors.js
to shared/modules/selectors/networks.ts
#27647
Merged
+203
−155
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. |
davidmurdoch
force-pushed
the
circles-008
branch
from
October 8, 2024 17:56
7f150e4
to
aeb1e10
Compare
davidmurdoch
force-pushed
the
circles-009
branch
from
October 8, 2024 17:56
f4f7ba8
to
d199be4
Compare
davidmurdoch
force-pushed
the
circles-008
branch
from
October 8, 2024 18:06
aeb1e10
to
ac769fa
Compare
davidmurdoch
force-pushed
the
circles-009
branch
from
October 8, 2024 18:06
d199be4
to
4f64a71
Compare
davidmurdoch
force-pushed
the
circles-008
branch
from
October 8, 2024 22:49
ac769fa
to
90f4d55
Compare
davidmurdoch
added
the
team-tiger
Tiger team (for tech debt reduction + performance improvements)
label
Oct 9, 2024
davidmurdoch
changed the title
move
move Oct 9, 2024
getCurrentChainId
from selectors/selectors.js
to `selectors/…getCurrentChainId
from selectors/selectors.js
to selectors/network.ts
davidmurdoch
changed the title
move
chore: move Oct 9, 2024
getCurrentChainId
from selectors/selectors.js
to selectors/network.ts
getCurrentChainId
from selectors/selectors.js
to selectors/network.ts
davidmurdoch
changed the title
chore: move
refactor: move Oct 9, 2024
getCurrentChainId
from selectors/selectors.js
to selectors/network.ts
getCurrentChainId
from selectors/selectors.js
to selectors/network.ts
davidmurdoch
force-pushed
the
circles-008
branch
4 times, most recently
from
October 9, 2024 19:11
2341b7f
to
6f8db43
Compare
davidmurdoch
force-pushed
the
circles-008
branch
2 times, most recently
from
October 16, 2024 22:32
6737f10
to
0c6f2a7
Compare
davidmurdoch
force-pushed
the
circles-009
branch
from
October 18, 2024 00:13
4f64a71
to
209dd01
Compare
Quality Gate passedIssues Measures |
Builds ready [209dd01]
Page Load Metrics (2031 ± 101 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
davidmurdoch
force-pushed
the
circles-008
branch
from
October 30, 2024 20:30
0c6f2a7
to
1a27b86
Compare
davidmurdoch
force-pushed
the
circles-008
branch
2 times, most recently
from
November 4, 2024 16:47
9a02a40
to
bd54012
Compare
shane-t
previously approved these changes
Nov 27, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Nov 27, 2024
FrederikBolding
previously approved these changes
Nov 27, 2024
HowardBraham
dismissed stale reviews from FrederikBolding, shane-t, NidhiKJha, GuillaumeRx, jclancy93, danjm, and themself
via
November 27, 2024 15:11
d640044
HowardBraham
force-pushed
the
circles-009
branch
from
November 27, 2024 15:11
8a9ba91
to
d640044
Compare
HowardBraham
approved these changes
Nov 27, 2024
HowardBraham
requested review from
NidhiKJha,
GuillaumeRx,
danjm,
jclancy93,
shane-t and
FrederikBolding
November 27, 2024 15:13
jclancy93
approved these changes
Nov 27, 2024
shane-t
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
Builds ready [d640044]
Page Load Metrics (1658 ± 70 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
release-12.9.0
Issue or pull request that will be included in release 12.9.0
team-extension-platform
team-tiger
Tiger team (for tech debt reduction + performance improvements)
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.
Converts the selector
getCurrentChainId
from functions from JS to TS and moves it to theshared
folder. Also updates some functions to match the actual expect return values and fixes some types.Why only this function? I'm trying to solve circular dependency issues.
getCurrentChainId
is so widely used in the codebase, it makes it very complicated to untangle. I've moved it toshared/modules/selectors/networks.ts