Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
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/KeyringController
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 055bb86
Choose a base ref
...
head repository: MetaMask/KeyringController
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b14486f
Choose a head ref
  • 3 commits
  • 5 files changed
  • 7 contributors

Commits on Jul 11, 2023

  1. Bump semver from 6.3.0 to 6.3.1 (#239)

    Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
    - [Commits](npm/node-semver@v6.3.0...v6.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    dc6eb12 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. fix: throw correct error on empty or invalid address (#238)

    * fix: return error on empty or invalid address
    
    * refactor: use utils instead of controller-utils
    
    * fix: remove unused allow-scripts entry
    
    * chore: dedupe packages
    
    * deps: @ethereumjs/tx@4.1.1->4.2.0
    
    ---------
    
    Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
    mikesposito and legobeat authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a813e00 View commit details
    Browse the repository at this point in the history
  2. 12.0.1 (#243)

    * 12.0.1
    
    * docs: fix entries
    
    * Update CHANGELOG.md
    
    Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Michele Esposito <michele@esposito.codes>
    Co-authored-by: Michele Esposito <34438276+mikesposito@users.noreply.github.com>
    Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
    5 people authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b14486f View commit details
    Browse the repository at this point in the history
Loading