Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MetaMask/utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.8.0
Choose a base ref
...
head repository: MetaMask/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.8.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 5 contributors

Commits on Sep 24, 2025

  1. chore: replace calls of the slow superstruct "is" with faster regex (#…

    …270)
    
    <!--
    Thanks for your contribution! Take a moment to answer these questions so
    that reviewers have the information they need to properly understand
    your changes:
    
    * What is the current state of things and why does it need to change?
    * What is the solution your changes offer and how does it work?
    
    Are there any issues or other links reviewers should consult to
    understand this pull request better? For instance:
    
    * Fixes #12345
    * See: #67890
    -->
    The current use of the `is` function from the `superstruct` package is
    drastically slowing down caip type checks. This replaces those function
    calls with much faster regex checks.
    bfullam authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    890dab0 View commit details
    Browse the repository at this point in the history
  2. 11.8.1 (#271)

    This is the release candidate for version 11.8.1.
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Bryan Fullam <bryan.fullam@consensys.net>
    Co-authored-by: Bryan Fullam <bryanfullam@gmail.com>
    Co-authored-by: Charly Chevalier <charly.chevalier@consensys.net>
    5 people authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    339faae View commit details
    Browse the repository at this point in the history
Loading