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: v10.0.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.0.0
Choose a head ref
  • 5 commits
  • 5 files changed
  • 6 contributors

Commits on Oct 29, 2024

  1. chore: [email protected] (#217)

    legobeat authored Oct 29, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f2412a3 View commit details

Commits on Nov 4, 2024

  1. chore: add Solana CAIP namespace (#219)

    * What is the current state of things and why does it need to change?
    
    We have a list of namespaces that includes EVM and Bitcoin chains. We
    are missing Solana chains.
    
    * What is the solution your changes offer and how does it work?
    
    I have added the Solana CAIP namespace as per:
    https://namespaces.chainagnostic.org/solana/caip2
    ulissesferreira authored Nov 4, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2980b6f View commit details

Commits on Nov 5, 2024

  1. 10.0.1 (#220)

    This is the release candidate for version 10.0.1.
    
    ---------
    
    Co-authored-by: github-actions <[email protected]>
    Co-authored-by: Ulisses Ferreira <[email protected]>
    Co-authored-by: Maarten Zuidhoorn <[email protected]>
    4 people authored Nov 5, 2024

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    88f742a View commit details

Commits on Nov 26, 2024

  1. refactor!: make generateRandomMnemonic async (#222)

    <!--
    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
    -->
    
    Our HD keyring [has been
    updated](MetaMask/accounts#100) to support
    different kinds of cryptographic functions to randomly generate a
    mnemonic, which may be an asynchronous operation in some cases.
    
    This PR updates the `generateRandomMnemonic` on the `Keyring` type
    accordingly, even though `eth-hd-keyring` does not implement the type
    yet, because `KeyringController` uses it as keyring interface.
    mikesposito authored Nov 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e45343b View commit details
  2. 11.0.0 (#223)

    github-actions[bot] authored Nov 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6201c23 View commit details
Loading