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/rpc-errors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f83f15
Choose a base ref
...
head repository: MetaMask/rpc-errors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7b6288c
Choose a head ref
  • 2 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 1, 2024

  1. chore(deps): Bump @metamask/utils from ^8.3.0 to ^9.0.0 (#147)

    - Fixes `@metamask/json-rpc-engine` regression from `@metamask/utils` bump to `9.0.0`. 
      - This results in error due to conflicting `@metamask/utils` versions in dependency: https://github.com/MetaMask/core/actions/runs/9720673645/job/26832389267?pr=3645#step:7:2370
    - None of the exports that cause a breaking change in `@metamask/utils@9.0.0` (`getChecksumAddress`, `numberToHex`, `bigIntToHex`) are used in `@metamask/rpc-errors`, making this a patch update.
    
    ```md
    ## [6.3.1]
    
    ### Changed
    
    - Bump `@metamask/utils` from `^8.3.0` to `^9.0.0` ([#147](#147))
    ```
    MajorLift authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7b9a7ab View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. 6.3.1 (#148)

    * 6.3.1
    
    * Update CHANGELOG
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
    3 people authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7b6288c View commit details
    Browse the repository at this point in the history
Loading