-
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
#28593
feat: PortfolioView
#28593
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40b36f5 - Browse repository at this point
Copy the full SHA 40b36f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24e25a - Browse repository at this point
Copy the full SHA b24e25aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18aa7e8 - Browse repository at this point
Copy the full SHA 18aa7e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e127f07 - Browse repository at this point
Copy the full SHA e127f07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7307904 - Browse repository at this point
Copy the full SHA 7307904View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5da71e - Browse repository at this point
Copy the full SHA b5da71eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e939574 - Browse repository at this point
Copy the full SHA e939574View commit details -
Configuration menu - View commit details
-
Copy full SHA for c71bee0 - Browse repository at this point
Copy the full SHA c71bee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9fa8da - Browse repository at this point
Copy the full SHA f9fa8daView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' of github.com:MetaMask/metamask-extension into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for d0f53f2 - Browse repository at this point
Copy the full SHA d0f53f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c25b1 - Browse repository at this point
Copy the full SHA 65c25b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 678ba8c - Browse repository at this point
Copy the full SHA 678ba8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1737a - Browse repository at this point
Copy the full SHA 1a1737aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41adb56 - Browse repository at this point
Copy the full SHA 41adb56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1237c16 - Browse repository at this point
Copy the full SHA 1237c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 841aa63 - Browse repository at this point
Copy the full SHA 841aa63View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa3063f - Browse repository at this point
Copy the full SHA aa3063fView commit details -
test: [POM] Migrate autodetect and import nft e2e tests to use Page O…
…bject Model (#28383) ## **Description** - Migrate e2e tests `test/e2e/tests/tokens/nft/auto-detect-nft.spec.js` to TS and Page Object Model, to reduce flakiness. - Migrate e2e tests `test/e2e/tests/tokens/nft/import-nft.spec.js` to TS and Page Object Model, to reduce flakiness. - Create page classe functions for nft - Deprecate/remove old functions in `helper.js` [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/27155?quickstart=1) ## **Related issues** Fixes: #28388 ## **Manual testing steps** Check code readability, make sure tests pass. ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [x] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [x] 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.
Configuration menu - View commit details
-
Copy full SHA for 57f8af1 - Browse repository at this point
Copy the full SHA 57f8af1View commit details -
test: fix state fixtures race condition (#28421)
<!-- 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** There is a race condition in our testing setup, which causes that the expected fixtures state, not being there when we start the test. This has been surfaced in [this branch](#28277), where the account tracker multi polling is being added. The problem is that if we don't have the AccountTracker in state when the `resetState` function is called (at the beginning of wallet loading) the balance will remain loading until we refresh the wallet. Edit: performing the load state early in the test setup fixes the issue. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/28421?quickstart=1) ## **Related issues** Fixes: MetaMask/MetaMask-planning#3627 ## **Manual testing steps** 1. Check all tests continue to pass 2. Check this changes fix this branch ENS test https://github.com/MetaMask/metamask-extension/pull/28402/files#diff-1acb7898d60977530c97169551d22dbe477a4e3aeb74f1f14bf2eea0b4d75d35 . Alternatively, see videos below with before and after behaviours ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** https://github.com/user-attachments/assets/8f50ec04-cf96-478e-9c3c-dce54254a628 ### **After** https://github.com/user-attachments/assets/0f109b1a-9289-48d9-b337-d51890c9d448 ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.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.
Configuration menu - View commit details
-
Copy full SHA for 01652f5 - Browse repository at this point
Copy the full SHA 01652f5View commit details -
feat: btc send flow e2e (#28340)
<!-- 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 PR reintroduces the happy path send flow tests for BTC ## **Related issues** Fixes: https://github.com/MetaMask/accounts-planning/issues/668 ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.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-extension/blob/develop/.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: Charly Chevalier <charly.chevalier@consensys.net>
Configuration menu - View commit details
-
Copy full SHA for 02dba24 - Browse repository at this point
Copy the full SHA 02dba24View commit details -
fix: Default to dApp suggested fees only when user selects the option (…
…#28403) <!-- 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** Previously, some gas fee parameters defaulted to dApp suggested fee values. This was problematic, because these values are always defined, even when the user changed to a custom priority. To fix the issue, we now only show the fees contained in txParams, trusting they match the user selected priority level in the gas fees modal. <!-- 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? --> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/28403?quickstart=1) ## **Related issues** Fixes: ## **Manual testing steps** See screen recording below. ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> https://github.com/user-attachments/assets/3874d3b6-ad96-4fd9-9f40-361b38a0253b ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.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-extension/blob/develop/.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.
Configuration menu - View commit details
-
Copy full SHA for bc5f345 - Browse repository at this point
Copy the full SHA bc5f345View commit details -
Revert "fix: Lint error in util.test.ts"
This reverts commit aa3063f.
Configuration menu - View commit details
-
Copy full SHA for 0055289 - Browse repository at this point
Copy the full SHA 0055289View commit details -
Configuration menu - View commit details
-
Copy full SHA for c006bb6 - Browse repository at this point
Copy the full SHA c006bb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25c27ea - Browse repository at this point
Copy the full SHA 25c27eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce6f520 - Browse repository at this point
Copy the full SHA ce6f520View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for de3a412 - Browse repository at this point
Copy the full SHA de3a412View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ceb087 - Browse repository at this point
Copy the full SHA 6ceb087View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for ae1ea97 - Browse repository at this point
Copy the full SHA ae1ea97View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcf39fd - Browse repository at this point
Copy the full SHA dcf39fdView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for d215c45 - Browse repository at this point
Copy the full SHA d215c45View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for dedde07 - Browse repository at this point
Copy the full SHA dedde07View commit details -
Merge branch 'e2e-tests-token-list-aggregated-balance' of github.com:…
…MetaMask/metamask-extension into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for d58b91b - Browse repository at this point
Copy the full SHA d58b91bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2b7058 - Browse repository at this point
Copy the full SHA c2b7058View commit details -
fix: Update snapshots related to pixel padding difference. This may b…
…e reverted if root cause is found
Configuration menu - View commit details
-
Copy full SHA for 3a2f619 - Browse repository at this point
Copy the full SHA 3a2f619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ffa5d0 - Browse repository at this point
Copy the full SHA 0ffa5d0View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for 7cec54e - Browse repository at this point
Copy the full SHA 7cec54eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e61dfb - Browse repository at this point
Copy the full SHA 2e61dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b9ffc - Browse repository at this point
Copy the full SHA 89b9ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8739893 - Browse repository at this point
Copy the full SHA 8739893View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for 760dd6a - Browse repository at this point
Copy the full SHA 760dd6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65bd882 - Browse repository at this point
Copy the full SHA 65bd882View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc8a2b - Browse repository at this point
Copy the full SHA bbc8a2bView commit details -
fix: Update token cell test, by tweaking primary formatWithThreshold …
…function signature
Configuration menu - View commit details
-
Copy full SHA for fc8e334 - Browse repository at this point
Copy the full SHA fc8e334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 572f998 - Browse repository at this point
Copy the full SHA 572f998View commit details -
fix: Update token cell test, by tweaking primary formatWithThreshold …
…function signature
Configuration menu - View commit details
-
Copy full SHA for 82e1ddd - Browse repository at this point
Copy the full SHA 82e1dddView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for afd98f6 - Browse repository at this point
Copy the full SHA afd98f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ebc8e4 - Browse repository at this point
Copy the full SHA 5ebc8e4View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for f48bc66 - Browse repository at this point
Copy the full SHA f48bc66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33dabad - Browse repository at this point
Copy the full SHA 33dabadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b684ad - Browse repository at this point
Copy the full SHA 5b684adView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for 3eaed47 - Browse repository at this point
Copy the full SHA 3eaed47View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc7938 - Browse repository at this point
Copy the full SHA acc7938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21aa0c4 - Browse repository at this point
Copy the full SHA 21aa0c4View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for a2eafbb - Browse repository at this point
Copy the full SHA a2eafbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dcefd2 - Browse repository at this point
Copy the full SHA 1dcefd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e7d097 - Browse repository at this point
Copy the full SHA 9e7d097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11c51aa - Browse repository at this point
Copy the full SHA 11c51aaView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into e2e-tests-token-list-aggregated-balance
Configuration menu - View commit details
-
Copy full SHA for be5a8e8 - Browse repository at this point
Copy the full SHA be5a8e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dbf382 - Browse repository at this point
Copy the full SHA 5dbf382View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7644d3 - Browse repository at this point
Copy the full SHA e7644d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c515109 - Browse repository at this point
Copy the full SHA c515109View commit details -
fix: Revert test/e2e/tests/bridge/bridge-button-opens-portfolio.spec.…
…ts to previous implementation
Configuration menu - View commit details
-
Copy full SHA for b0ee392 - Browse repository at this point
Copy the full SHA b0ee392View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ada18 - Browse repository at this point
Copy the full SHA f1ada18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21e8cc8 - Browse repository at this point
Copy the full SHA 21e8cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61e73af - Browse repository at this point
Copy the full SHA 61e73afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa708b - Browse repository at this point
Copy the full SHA 6fa708bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc2f132 - Browse repository at this point
Copy the full SHA bc2f132View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e1894a - Browse repository at this point
Copy the full SHA 5e1894aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f474448 - Browse repository at this point
Copy the full SHA f474448View commit details -
Configuration menu - View commit details
-
Copy full SHA for a29b211 - Browse repository at this point
Copy the full SHA a29b211View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 01016dc - Browse repository at this point
Copy the full SHA 01016dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c8879 - Browse repository at this point
Copy the full SHA 71c8879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4947aba - Browse repository at this point
Copy the full SHA 4947abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa2984 - Browse repository at this point
Copy the full SHA 5fa2984View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc0722c - Browse repository at this point
Copy the full SHA fc0722cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf61b33 - Browse repository at this point
Copy the full SHA bf61b33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c3e3f - Browse repository at this point
Copy the full SHA 04c3e3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae00656 - Browse repository at this point
Copy the full SHA ae00656View commit details -
Configuration menu - View commit details
-
Copy full SHA for d18e085 - Browse repository at this point
Copy the full SHA d18e085View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for c88f3ce - Browse repository at this point
Copy the full SHA c88f3ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43b0cfe - Browse repository at this point
Copy the full SHA 43b0cfeView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 3d01260 - Browse repository at this point
Copy the full SHA 3d01260View commit details -
Configuration menu - View commit details
-
Copy full SHA for c147b3a - Browse repository at this point
Copy the full SHA c147b3aView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 80ac2b8 - Browse repository at this point
Copy the full SHA 80ac2b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae01bfc - Browse repository at this point
Copy the full SHA ae01bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9252c18 - Browse repository at this point
Copy the full SHA 9252c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f6287 - Browse repository at this point
Copy the full SHA 35f6287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e57813 - Browse repository at this point
Copy the full SHA 8e57813View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 92609df - Browse repository at this point
Copy the full SHA 92609dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb33ba - Browse repository at this point
Copy the full SHA 0cb33baView commit details -
Configuration menu - View commit details
-
Copy full SHA for efa3167 - Browse repository at this point
Copy the full SHA efa3167View commit details -
fix: Update getCurrencyRates selector in token-cell test, update snap…
…shot with new multichain logic
Configuration menu - View commit details
-
Copy full SHA for 4c5ac13 - Browse repository at this point
Copy the full SHA 4c5ac13View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec602dc - Browse repository at this point
Copy the full SHA ec602dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8444f06 - Browse repository at this point
Copy the full SHA 8444f06View commit details -
Configuration menu - View commit details
-
Copy full SHA for a72111d - Browse repository at this point
Copy the full SHA a72111dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b49ed - Browse repository at this point
Copy the full SHA e0b49edView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 7e59b43 - Browse repository at this point
Copy the full SHA 7e59b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb7e63 - Browse repository at this point
Copy the full SHA eeb7e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c272c2 - Browse repository at this point
Copy the full SHA 4c272c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9eb5ec - Browse repository at this point
Copy the full SHA b9eb5ecView commit details -
fix: Update mock state and background methods for ui/components/multi…
…chain/account-overview/account-overview-btc.test.tsx
Configuration menu - View commit details
-
Copy full SHA for fa37970 - Browse repository at this point
Copy the full SHA fa37970View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe49771 - Browse repository at this point
Copy the full SHA fe49771View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af2b90 - Browse repository at this point
Copy the full SHA 4af2b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae30e62 - Browse repository at this point
Copy the full SHA ae30e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for a506ed2 - Browse repository at this point
Copy the full SHA a506ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e176632 - Browse repository at this point
Copy the full SHA e176632View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd9bfc3 - Browse repository at this point
Copy the full SHA bd9bfc3View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61f4dce - Browse repository at this point
Copy the full SHA 61f4dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a72a62 - Browse repository at this point
Copy the full SHA 0a72a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bee071 - Browse repository at this point
Copy the full SHA 0bee071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df22cb - Browse repository at this point
Copy the full SHA 2df22cbView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 8fdab1a - Browse repository at this point
Copy the full SHA 8fdab1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2823e - Browse repository at this point
Copy the full SHA 9a2823eView commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c4c9b4 - Browse repository at this point
Copy the full SHA 5c4c9b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e2c013 - Browse repository at this point
Copy the full SHA 0e2c013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c7780c - Browse repository at this point
Copy the full SHA 2c7780cView commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b22b02c - Browse repository at this point
Copy the full SHA b22b02cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db4d72 - Browse repository at this point
Copy the full SHA 8db4d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe3abf - Browse repository at this point
Copy the full SHA 8fe3abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa978a - Browse repository at this point
Copy the full SHA aaa978aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc72f5e - Browse repository at this point
Copy the full SHA bc72f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60e94a7 - Browse repository at this point
Copy the full SHA 60e94a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b62fcda - Browse repository at this point
Copy the full SHA b62fcdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a478875 - Browse repository at this point
Copy the full SHA a478875View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bf9eaf - Browse repository at this point
Copy the full SHA 8bf9eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e88ba - Browse repository at this point
Copy the full SHA 17e88baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3162038 - Browse repository at this point
Copy the full SHA 3162038View commit details
Commits on Nov 19, 2024
-
fix: Issue 28509 - when navigating to send/swap form a token from a c…
…hain that is not on the selected network, ensure correct balance is prepopulated in fromToken amount
Configuration menu - View commit details
-
Copy full SHA for 1df49df - Browse repository at this point
Copy the full SHA 1df49dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc459c2 - Browse repository at this point
Copy the full SHA bc459c2View commit details -
fix: Issue 28513 - WHen a network is added, and the network is switch…
…ed, and the current network filter it toggled on, filter tokens by that chain
Configuration menu - View commit details
-
Copy full SHA for 1fff579 - Browse repository at this point
Copy the full SHA 1fff579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5980212 - Browse repository at this point
Copy the full SHA 5980212View commit details -
Merge branch 'develop' into feat/mmassets-432_network-filter-extensio…
…n--integration-balances
Configuration menu - View commit details
-
Copy full SHA for 758fa6a - Browse repository at this point
Copy the full SHA 758fa6aView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 8b3d791 - Browse repository at this point
Copy the full SHA 8b3d791View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4857ce - Browse repository at this point
Copy the full SHA b4857ceView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' of github.com:MetaMask/metamask-extension into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 1b70a71 - Browse repository at this point
Copy the full SHA 1b70a71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40da45d - Browse repository at this point
Copy the full SHA 40da45dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 480584f - Browse repository at this point
Copy the full SHA 480584fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b947091 - Browse repository at this point
Copy the full SHA b947091View commit details -
Configuration menu - View commit details
-
Copy full SHA for f280ff5 - Browse repository at this point
Copy the full SHA f280ff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b42f0c - Browse repository at this point
Copy the full SHA 3b42f0cView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' of github.com:MetaMask/metamask-extension into feat/mmassets-432_network-filter-extension--integration-balances
Configuration menu - View commit details
-
Copy full SHA for 2338fcc - Browse repository at this point
Copy the full SHA 2338fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8364ff - Browse repository at this point
Copy the full SHA a8364ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f70ccd - Browse repository at this point
Copy the full SHA 4f70ccdView commit details -
Merge branch 'develop' into feat/mmassets-432_network-filter-extensio…
…n--integration-balances
Configuration menu - View commit details
-
Copy full SHA for da79b45 - Browse repository at this point
Copy the full SHA da79b45View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for f0d937b - Browse repository at this point
Copy the full SHA f0d937bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73ea683 - Browse repository at this point
Copy the full SHA 73ea683View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b283e0 - Browse repository at this point
Copy the full SHA 5b283e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a53af55 - Browse repository at this point
Copy the full SHA a53af55View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e9111 - Browse repository at this point
Copy the full SHA b2e9111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86abc08 - Browse repository at this point
Copy the full SHA 86abc08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fa4b96 - Browse repository at this point
Copy the full SHA 9fa4b96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 836c2f5 - Browse repository at this point
Copy the full SHA 836c2f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e31e63f - Browse repository at this point
Copy the full SHA e31e63fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c47c743 - Browse repository at this point
Copy the full SHA c47c743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dbc7de - Browse repository at this point
Copy the full SHA 7dbc7deView commit details -
Configuration menu - View commit details
-
Copy full SHA for c01cd5e - Browse repository at this point
Copy the full SHA c01cd5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 704fd6f - Browse repository at this point
Copy the full SHA 704fd6fView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for c19a2ee - Browse repository at this point
Copy the full SHA c19a2eeView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for 01e098d - Browse repository at this point
Copy the full SHA 01e098dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e92c0d - Browse repository at this point
Copy the full SHA 2e92c0dView commit details -
Merge branch 'mmassets-432_network-filter-extension--e2e' of github.c…
…om:MetaMask/metamask-extension into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for dbf60aa - Browse repository at this point
Copy the full SHA dbf60aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb2da7 - Browse repository at this point
Copy the full SHA 4eb2da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3965fe - Browse repository at this point
Copy the full SHA c3965feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33989eb - Browse repository at this point
Copy the full SHA 33989ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85546a0 - Browse repository at this point
Copy the full SHA 85546a0View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3273dba - Browse repository at this point
Copy the full SHA 3273dbaView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 136c95c - Browse repository at this point
Copy the full SHA 136c95cView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for 184e83c - Browse repository at this point
Copy the full SHA 184e83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1cbb1f - Browse repository at this point
Copy the full SHA c1cbb1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c02257b - Browse repository at this point
Copy the full SHA c02257bView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for c850e6a - Browse repository at this point
Copy the full SHA c850e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53b7c90 - Browse repository at this point
Copy the full SHA 53b7c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3accb6a - Browse repository at this point
Copy the full SHA 3accb6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3a5f27 - Browse repository at this point
Copy the full SHA c3a5f27View commit details -
fix: Format currency with same format as previous implementation to a…
…void uneccesary regressions
Configuration menu - View commit details
-
Copy full SHA for 1bdaf8d - Browse repository at this point
Copy the full SHA 1bdaf8dView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 701734c - Browse repository at this point
Copy the full SHA 701734cView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for 7ee3fd3 - Browse repository at this point
Copy the full SHA 7ee3fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 817c9ba - Browse repository at this point
Copy the full SHA 817c9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce01c11 - Browse repository at this point
Copy the full SHA ce01c11View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 25452e6 - Browse repository at this point
Copy the full SHA 25452e6View commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for d702ea0 - Browse repository at this point
Copy the full SHA d702ea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e55b50d - Browse repository at this point
Copy the full SHA e55b50dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72cef22 - Browse repository at this point
Copy the full SHA 72cef22View commit details -
Configuration menu - View commit details
-
Copy full SHA for c048152 - Browse repository at this point
Copy the full SHA c048152View commit details -
fix: Legitimate fix to custom-token-send-transfer.spec.js made upstre…
…am, formatting hack no longer needed
Configuration menu - View commit details
-
Copy full SHA for f08cbf7 - Browse repository at this point
Copy the full SHA f08cbf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 492960f - Browse repository at this point
Copy the full SHA 492960fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b16e2 - Browse repository at this point
Copy the full SHA a9b16e2View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 9123b5c - Browse repository at this point
Copy the full SHA 9123b5cView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for e6ce002 - Browse repository at this point
Copy the full SHA e6ce002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 675780e - Browse repository at this point
Copy the full SHA 675780eView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 7c744ef - Browse repository at this point
Copy the full SHA 7c744efView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for 8ee5563 - Browse repository at this point
Copy the full SHA 8ee5563View commit details -
Merge branch 'develop' into feat/mmassets-432_network-filter-extensio…
…n--integration-balances
Configuration menu - View commit details
-
Copy full SHA for 614b5ff - Browse repository at this point
Copy the full SHA 614b5ffView commit details -
Merge branch 'develop' into feat/mmassets-432_network-filter-extensio…
…n--integration-balances
Configuration menu - View commit details
-
Copy full SHA for 0bbaeb5 - Browse repository at this point
Copy the full SHA 0bbaeb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c458c5 - Browse repository at this point
Copy the full SHA 2c458c5View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e92ee4 - Browse repository at this point
Copy the full SHA 6e92ee4View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 4c5425a - Browse repository at this point
Copy the full SHA 4c5425aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d932291 - Browse repository at this point
Copy the full SHA d932291View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b33f5 - Browse repository at this point
Copy the full SHA e6b33f5View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 2f9eab7 - Browse repository at this point
Copy the full SHA 2f9eab7View commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for 4c3779d - Browse repository at this point
Copy the full SHA 4c3779dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 838e4a1 - Browse repository at this point
Copy the full SHA 838e4a1View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 610a15f - Browse repository at this point
Copy the full SHA 610a15fView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for e51e545 - Browse repository at this point
Copy the full SHA e51e545View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c07aa - Browse repository at this point
Copy the full SHA 00c07aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7ea11 - Browse repository at this point
Copy the full SHA 5b7ea11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d77e0b - Browse repository at this point
Copy the full SHA 0d77e0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4880c7 - Browse repository at this point
Copy the full SHA d4880c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d722f - Browse repository at this point
Copy the full SHA f0d722fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 035fb5c - Browse repository at this point
Copy the full SHA 035fb5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0867b5c - Browse repository at this point
Copy the full SHA 0867b5cView commit details -
Merge branch 'develop' into feat/mmassets-432_network-filter-extensio…
…n--integration-balances
Configuration menu - View commit details
-
Copy full SHA for 7f29e11 - Browse repository at this point
Copy the full SHA 7f29e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for d19c07c - Browse repository at this point
Copy the full SHA d19c07cView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' of github.com:MetaMask/metamask-extension into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for a6d01ed - Browse repository at this point
Copy the full SHA a6d01edView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for 2299eed - Browse repository at this point
Copy the full SHA 2299eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 312488a - Browse repository at this point
Copy the full SHA 312488aView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for 1bda96e - Browse repository at this point
Copy the full SHA 1bda96eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5103144 - Browse repository at this point
Copy the full SHA 5103144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0149d7a - Browse repository at this point
Copy the full SHA 0149d7aView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for 7606496 - Browse repository at this point
Copy the full SHA 7606496View commit details -
Configuration menu - View commit details
-
Copy full SHA for a610400 - Browse repository at this point
Copy the full SHA a610400View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f14d0 - Browse repository at this point
Copy the full SHA e9f14d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 050d32a - Browse repository at this point
Copy the full SHA 050d32aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 650aec5 - Browse repository at this point
Copy the full SHA 650aec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b05574 - Browse repository at this point
Copy the full SHA 0b05574View commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for 266e1a0 - Browse repository at this point
Copy the full SHA 266e1a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b34ce81 - Browse repository at this point
Copy the full SHA b34ce81View commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for f00b960 - Browse repository at this point
Copy the full SHA f00b960View commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for 52a51ad - Browse repository at this point
Copy the full SHA 52a51adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 006f12c - Browse repository at this point
Copy the full SHA 006f12cView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 198fab7 - Browse repository at this point
Copy the full SHA 198fab7View commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for 246641f - Browse repository at this point
Copy the full SHA 246641fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3aeba - Browse repository at this point
Copy the full SHA 4d3aebaView commit details -
Merge branch 'feat/mmassets-432_network-filter-extension--integration…
…-balances' into mmassets-432_network-filter-extension--integration-unit-tests
Configuration menu - View commit details
-
Copy full SHA for 0c8d83c - Browse repository at this point
Copy the full SHA 0c8d83cView commit details -
Merge branch 'mmassets-432_network-filter-extension--integration-unit…
…-tests' into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for f356f4b - Browse repository at this point
Copy the full SHA f356f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a19a7e1 - Browse repository at this point
Copy the full SHA a19a7e1View commit details -
Merge branch 'mmassets-432_network-filter-extension--e2e' of github.c…
…om:MetaMask/metamask-extension into mmassets-432_network-filter-extension--e2e
Configuration menu - View commit details
-
Copy full SHA for 14a38e0 - Browse repository at this point
Copy the full SHA 14a38e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 328413e - Browse repository at this point
Copy the full SHA 328413eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e61d6 - Browse repository at this point
Copy the full SHA 08e61d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a11150 - Browse repository at this point
Copy the full SHA 1a11150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53be791 - Browse repository at this point
Copy the full SHA 53be791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57cfbe2 - Browse repository at this point
Copy the full SHA 57cfbe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b17bec - Browse repository at this point
Copy the full SHA 1b17becView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8cb68 - Browse repository at this point
Copy the full SHA 1a8cb68View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8de3b2 - Browse repository at this point
Copy the full SHA a8de3b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a64e2ff - Browse repository at this point
Copy the full SHA a64e2ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3612ccb - Browse repository at this point
Copy the full SHA 3612ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 874c372 - Browse repository at this point
Copy the full SHA 874c372View commit details -
Configuration menu - View commit details
-
Copy full SHA for 660ed55 - Browse repository at this point
Copy the full SHA 660ed55View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc6c4df - Browse repository at this point
Copy the full SHA bc6c4dfView commit details