Skip to content
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

Merged
merged 417 commits into from
Nov 21, 2024
Merged

feat: PortfolioView #28593

merged 417 commits into from
Nov 21, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 13, 2024

  1. fix: Tweak unit test

    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    40b36f5 View commit details
    Browse the repository at this point in the history
  2. fix: Tweak unit test

    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b24e25a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18aa7e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e127f07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7307904 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5da71e View commit details
    Browse the repository at this point in the history
  7. chore: Remove console.log

    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e939574 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c71bee0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9fa8da View commit details
    Browse the repository at this point in the history
  10. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' of github.com:MetaMask/metamask-extension into e2e-tests-token-list-aggregated-balance
    jonybur committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d0f53f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    65c25b1 View commit details
    Browse the repository at this point in the history
  12. Fix tests

    jonybur committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    678ba8c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1a1737a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    41adb56 View commit details
    Browse the repository at this point in the history
  15. Test fix

    jonybur committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1237c16 View commit details
    Browse the repository at this point in the history
  16. Fix test

    jonybur committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    841aa63 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aa3063f View commit details
    Browse the repository at this point in the history
  18. 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.
    chloeYue authored and gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    57f8af1 View commit details
    Browse the repository at this point in the history
  19. 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.
    seaona authored and gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    01652f5 View commit details
    Browse the repository at this point in the history
  20. 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>
    2 people authored and gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    02dba24 View commit details
    Browse the repository at this point in the history
  21. 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.
    pedronfigueiredo authored and gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bc5f345 View commit details
    Browse the repository at this point in the history
  22. Revert "fix: Lint error in util.test.ts"

    This reverts commit aa3063f.
    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0055289 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c006bb6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    25c27ea View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ce6f520 View commit details
    Browse the repository at this point in the history
  26. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into e2e-tests-token-list-aggregated-balance
    gambinish authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    de3a412 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6ceb087 View commit details
    Browse the repository at this point in the history
  28. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into e2e-tests-token-list-aggregated-balance
    gambinish authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ae1ea97 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    dcf39fd View commit details
    Browse the repository at this point in the history
  30. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into e2e-tests-token-list-aggregated-balance
    gambinish authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d215c45 View commit details
    Browse the repository at this point in the history
  31. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into e2e-tests-token-list-aggregated-balance
    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dedde07 View commit details
    Browse the repository at this point in the history
  32. Merge branch 'e2e-tests-token-list-aggregated-balance' of github.com:…

    …MetaMask/metamask-extension into e2e-tests-token-list-aggregated-balance
    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d58b91b View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c2b7058 View commit details
    Browse the repository at this point in the history
  34. fix: Update snapshots related to pixel padding difference. This may b…

    …e reverted if root cause is found
    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3a2f619 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0ffa5d0 View commit details
    Browse the repository at this point in the history
  36. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into e2e-tests-token-list-aggregated-balance
    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7cec54e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2e61dfb View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    89b9ffc View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    8739893 View commit details
    Browse the repository at this point in the history
  40. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into e2e-tests-token-list-aggregated-balance
    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    760dd6a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    65bd882 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    bbc8a2b View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    fc8e334 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    572f998 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    82e1ddd View commit details
    Browse the repository at this point in the history
  46. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into e2e-tests-token-list-aggregated-balance
    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    afd98f6 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    5ebc8e4 View commit details
    Browse the repository at this point in the history
  48. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into e2e-tests-token-list-aggregated-balance
    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f48bc66 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    33dabad View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    5b684ad View commit details
    Browse the repository at this point in the history
  51. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into e2e-tests-token-list-aggregated-balance
    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3eaed47 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    acc7938 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    21aa0c4 View commit details
    Browse the repository at this point in the history
  54. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into e2e-tests-token-list-aggregated-balance
    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a2eafbb View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    1dcefd2 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    9e7d097 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    11c51aa View commit details
    Browse the repository at this point in the history
  58. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into e2e-tests-token-list-aggregated-balance
    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    be5a8e8 View commit details
    Browse the repository at this point in the history
  59. fix: Revert lavamoat

    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5dbf382 View commit details
    Browse the repository at this point in the history
  60. fix: Revert page models

    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e7644d3 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    c515109 View commit details
    Browse the repository at this point in the history
  62. fix: Revert test/e2e/tests/bridge/bridge-button-opens-portfolio.spec.…

    …ts to previous implementation
    gambinish committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b0ee392 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    f1ada18 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    21e8cc8 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    61e73af View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    6fa708b View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    bc2f132 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    5e1894a View commit details
    Browse the repository at this point in the history
  2. chore: Merge develop

    gambinish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f474448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a29b211 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    01016dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71c8879 View commit details
    Browse the repository at this point in the history
  6. fix: Update snapshot

    gambinish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4947aba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fa2984 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc0722c View commit details
    Browse the repository at this point in the history
  9. fix: Tweak snap

    gambinish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bf61b33 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    04c3e3f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae00656 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d18e085 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c88f3ce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    43b0cfe View commit details
    Browse the repository at this point in the history
  15. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3d01260 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c147b3a View commit details
    Browse the repository at this point in the history
  17. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    80ac2b8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ae01bfc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9252c18 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    35f6287 View commit details
    Browse the repository at this point in the history
  21. fix: Cleanup console.log

    gambinish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8e57813 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    92609df View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0cb33ba View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    efa3167 View commit details
    Browse the repository at this point in the history
  25. fix: Update getCurrencyRates selector in token-cell test, update snap…

    …shot with new multichain logic
    gambinish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4c5ac13 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ec602dc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8444f06 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a72111d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e0b49ed View commit details
    Browse the repository at this point in the history
  30. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7e59b43 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    eeb7e63 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4c272c2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b9eb5ec View commit details
    Browse the repository at this point in the history
  34. fix: Update mock state and background methods for ui/components/multi…

    …chain/account-overview/account-overview-btc.test.tsx
    gambinish committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fa37970 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fe49771 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4af2b90 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ae30e62 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a506ed2 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e176632 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    bd9bfc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    61f4dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a72a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bee071 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2df22cb View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8fdab1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a2823e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    5c4c9b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e2c013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c7780c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    b22b02c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8db4d72 View commit details
    Browse the repository at this point in the history
  3. fix: Update policy

    gambinish committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8fe3abf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaa978a View commit details
    Browse the repository at this point in the history
  5. fix: deduplicate

    gambinish committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    bc72f5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60e94a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b62fcda View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a478875 View commit details
    Browse the repository at this point in the history
  9. Style fixes

    jonybur committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8bf9eaf View commit details
    Browse the repository at this point in the history
  10. fix: Suffix e2e hack

    gambinish committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    17e88ba View commit details
    Browse the repository at this point in the history
  11. chore: Update snapshots

    gambinish committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    3162038 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. 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
    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1df49df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc459c2 View commit details
    Browse the repository at this point in the history
  3. 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
    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1fff579 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5980212 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into feat/mmassets-432_network-filter-extensio…

    …n--integration-balances
    gambinish authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    758fa6a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8b3d791 View commit details
    Browse the repository at this point in the history
  7. fix: dedupe controller

    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b4857ce View commit details
    Browse the repository at this point in the history
  8. 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
    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1b70a71 View commit details
    Browse the repository at this point in the history
  9. fix: Unit tests after merge

    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    40da45d View commit details
    Browse the repository at this point in the history
  10. fix: Merge after qa-3

    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    480584f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b947091 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f280ff5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3b42f0c View commit details
    Browse the repository at this point in the history
  14. 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
    jonybur committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2338fcc View commit details
    Browse the repository at this point in the history
  15. Style fix

    jonybur committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a8364ff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4f70ccd View commit details
    Browse the repository at this point in the history
  17. Merge branch 'develop' into feat/mmassets-432_network-filter-extensio…

    …n--integration-balances
    gambinish authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    da79b45 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f0d937b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    73ea683 View commit details
    Browse the repository at this point in the history
  20. chore: Tweak unit test

    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5b283e0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a53af55 View commit details
    Browse the repository at this point in the history
  22. fix: Lint

    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b2e9111 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    86abc08 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9fa4b96 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    836c2f5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e31e63f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c47c743 View commit details
    Browse the repository at this point in the history
  28. fix: Remove exclusive test

    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7dbc7de View commit details
    Browse the repository at this point in the history
  29. fix: typo in testId

    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c01cd5e View commit details
    Browse the repository at this point in the history
  30. fix: typo in test id

    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    704fd6f View commit details
    Browse the repository at this point in the history
  31. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c19a2ee View commit details
    Browse the repository at this point in the history
  32. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    01e098d View commit details
    Browse the repository at this point in the history
  33. chore: Cleanup

    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2e92c0d View commit details
    Browse the repository at this point in the history
  34. Merge branch 'mmassets-432_network-filter-extension--e2e' of github.c…

    …om:MetaMask/metamask-extension into mmassets-432_network-filter-extension--e2e
    gambinish committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    dbf60aa View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4eb2da7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c3965fe View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    33989eb View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    85546a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    3273dba View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    136c95c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    184e83c View commit details
    Browse the repository at this point in the history
  4. Update LavaMoat policies

    metamaskbot committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c1cbb1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c02257b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c850e6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53b7c90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3accb6a View commit details
    Browse the repository at this point in the history
  9. nit fix

    NidhiKJha committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c3a5f27 View commit details
    Browse the repository at this point in the history
  10. fix: Format currency with same format as previous implementation to a…

    …void uneccesary regressions
    gambinish committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1bdaf8d View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    701734c View commit details
    Browse the repository at this point in the history
  12. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7ee3fd3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    817c9ba View commit details
    Browse the repository at this point in the history
  14. fix: Lint token-cell.tsx

    gambinish committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ce01c11 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    25452e6 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d702ea0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e55b50d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    72cef22 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c048152 View commit details
    Browse the repository at this point in the history
  20. fix: Legitimate fix to custom-token-send-transfer.spec.js made upstre…

    …am, formatting hack no longer needed
    gambinish committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f08cbf7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    492960f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a9b16e2 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9123b5c View commit details
    Browse the repository at this point in the history
  24. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e6ce002 View commit details
    Browse the repository at this point in the history
  25. fix: Lint

    gambinish committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    675780e View commit details
    Browse the repository at this point in the history
  26. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7c744ef View commit details
    Browse the repository at this point in the history
  27. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    8ee5563 View commit details
    Browse the repository at this point in the history
  28. Merge branch 'develop' into feat/mmassets-432_network-filter-extensio…

    …n--integration-balances
    gambinish authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    614b5ff View commit details
    Browse the repository at this point in the history
  29. Merge branch 'develop' into feat/mmassets-432_network-filter-extensio…

    …n--integration-balances
    gambinish committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    0bbaeb5 View commit details
    Browse the repository at this point in the history
  30. fix: Typo

    gambinish committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    2c458c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. chore: Rebase with develop

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6e92ee4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4c5425a View commit details
    Browse the repository at this point in the history
  3. chore: Rebase develop

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d932291 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6b33f5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2f9eab7 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4c3779d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    838e4a1 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    610a15f View commit details
    Browse the repository at this point in the history
  9. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e51e545 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    00c07aa View commit details
    Browse the repository at this point in the history
  11. fix: Dont remove chokidar

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5b7ea11 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d77e0b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d4880c7 View commit details
    Browse the repository at this point in the history
  14. fix: component import

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f0d722f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    035fb5c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0867b5c View commit details
    Browse the repository at this point in the history
  17. Merge branch 'develop' into feat/mmassets-432_network-filter-extensio…

    …n--integration-balances
    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7f29e11 View commit details
    Browse the repository at this point in the history
  18. chore: Rebase

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d19c07c View commit details
    Browse the repository at this point in the history
  19. 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
    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a6d01ed View commit details
    Browse the repository at this point in the history
  20. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2299eed View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    312488a View commit details
    Browse the repository at this point in the history
  22. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1bda96e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5103144 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0149d7a View commit details
    Browse the repository at this point in the history
  25. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7606496 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a610400 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e9f14d0 View commit details
    Browse the repository at this point in the history
  28. fix: Unskip test

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    050d32a View commit details
    Browse the repository at this point in the history
  29. fix: Lint unused var

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    650aec5 View commit details
    Browse the repository at this point in the history
  30. fix: Rebase lint change

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0b05574 View commit details
    Browse the repository at this point in the history
  31. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    266e1a0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b34ce81 View commit details
    Browse the repository at this point in the history
  33. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f00b960 View commit details
    Browse the repository at this point in the history
  34. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    52a51ad View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    006f12c View commit details
    Browse the repository at this point in the history
  36. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    198fab7 View commit details
    Browse the repository at this point in the history
  37. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    246641f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4d3aeba View commit details
    Browse the repository at this point in the history
  39. Merge branch 'feat/mmassets-432_network-filter-extension--integration…

    …-balances' into mmassets-432_network-filter-extension--integration-unit-tests
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0c8d83c View commit details
    Browse the repository at this point in the history
  40. Merge branch 'mmassets-432_network-filter-extension--integration-unit…

    …-tests' into mmassets-432_network-filter-extension--e2e
    gambinish authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f356f4b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a19a7e1 View commit details
    Browse the repository at this point in the history
  42. Merge branch 'mmassets-432_network-filter-extension--e2e' of github.c…

    …om:MetaMask/metamask-extension into mmassets-432_network-filter-extension--e2e
    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    14a38e0 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    328413e View commit details
    Browse the repository at this point in the history
  44. fix: Remove suffix override

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    08e61d6 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    1a11150 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    53be791 View commit details
    Browse the repository at this point in the history
  47. fix: typo in e2e selector

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    57cfbe2 View commit details
    Browse the repository at this point in the history
  48. fix: Fix duped import

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1b17bec View commit details
    Browse the repository at this point in the history
  49. fix: Dedupe fixture builder

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1a8cb68 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    a8de3b2 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a64e2ff View commit details
    Browse the repository at this point in the history
  52. fix: block explorer link

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3612ccb View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    874c372 View commit details
    Browse the repository at this point in the history
  54. fix: Cleanup

    gambinish committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    660ed55 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    bc6c4df View commit details
    Browse the repository at this point in the history