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: 4cffdd4
Choose a base ref
...
head repository: MetaMask/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 58b1611
Choose a head ref
  • 3 commits
  • 3 files changed
  • 6 contributors

Commits on Aug 1, 2023

  1. Fix changelog entry (#127)

    Update CHANGELOG.md
    Mrtenz authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    20bb059 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Fix JsonRpcRequest to be valid json (#130)

    fix/types: JsonRpcParams should be valid JSON values
    
    `undefined` is not valid JSON.
    
    https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf
    (Section 5):
    
        A JSON value can be an object, array, number, string, true, false, or null.
    legobeat authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2c612ff View commit details
    Browse the repository at this point in the history
  2. 8.0.0 (#132)

    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
    Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
    Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
    5 people authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    58b1611 View commit details
    Browse the repository at this point in the history
Loading