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/multichain-api-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: MetaMask/multichain-api-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 10 commits
  • 21 files changed
  • 6 contributors

Commits on Nov 11, 2025

  1. fix: use randomly generated request id in `windowPostMessageTransport…

    …` and `externallyConnectableTransport` (#81)
    
    * fix: use randomly generated request id in windowPostMessageTransport and externallyConnectableTransport
    ffmcgee725 authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    ce8c429 View commit details
    Browse the repository at this point in the history
  2. 0.8.1 (#82)

    Co-authored-by: github-actions <[email protected]>
    github-actions[bot] and github-actions authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    8c4b0f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. build(deps-dev): bump vite in the npm_and_yarn group across 1 directory

    Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
    
    
    Updates `vite` from 6.3.6 to 6.4.1
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 6.4.1
      dependency-type: direct:development
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and EdouardBougon committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    1430469 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. feat: add Bitcoin support (#80)

    * feat: add Bitcoin support
    
    * refactor: rename BitcoinRpc to Bip122Rpc for consistency
    
    * refactor: remove Commitment type from bip122.types.ts
    baptiste-marchand authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    3e9662b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the npm_and_yarn group across 1 directory with 2 up…

    …dates
    
    Bumps the npm_and_yarn group with 2 updates in the / directory: [glob](https://github.com/isaacs/node-glob) and [js-yaml](https://github.com/nodeca/js-yaml).
    
    
    Updates `glob` from 10.4.5 to 10.5.0
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.4.5...v10.5.0)
    
    Updates `js-yaml` from 3.14.1 to 3.14.2
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.14.1...3.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 10.5.0
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: js-yaml
      dependency-version: 3.14.2
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and EdouardBougon committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    c917af5 View commit details
    Browse the repository at this point in the history
  3. 0.9.0 (#85)

    * 0.9.0
    
    * chore: update changelog
    
    ---------
    
    Co-authored-by: github-actions <[email protected]>
    Co-authored-by: Baptiste Marchand <[email protected]>
    3 people authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    b1949a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. fix: warmup timeout (#87)

    * fix: warmup timeout
    
    * fix: warmup timeout
    EdouardBougon authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    5e52837 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump mdast-util-to-hast (#88)

    Bumps the npm_and_yarn group with 1 update in the / directory: [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast).
    
    
    Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1
    - [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
    - [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: mdast-util-to-hast
      dependency-version: 13.2.1
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    37a18d7 View commit details
    Browse the repository at this point in the history
  3. feat: add tron scope types (#83)

    * feat: export all types
    
    * feat: add tron scope types
    EdouardBougon authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    92b0fdb View commit details
    Browse the repository at this point in the history
  4. 0.10.0 (#89)

    * 0.10.0
    
    * chore: update changelog
    
    ---------
    
    Co-authored-by: github-actions <[email protected]>
    Co-authored-by: Baptiste Marchand <[email protected]>
    3 people authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    aeb6e05 View commit details
    Browse the repository at this point in the history
Loading