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: v7.0.2
Choose a base ref
...
head repository: MetaMask/KeyringController
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.0
Choose a head ref
  • 13 commits
  • 18 files changed
  • 10 contributors

Commits on Jun 2, 2022

  1. Updated Readme (#143)

    Solved issue of wrong syntax for installing dependency using yarn in readme.
    AkshayBhimani authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    0a92a4b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Bump Node to v14 (#146)

    * bump node version to 14
    bowensanders authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    b7b3e73 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Use async/await instead of then (#148)

    Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
    darkwing and mcmire authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e797bdf View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. README cleanup (#151)

    brendankirby authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    462cd15 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Fixed a typo in the duplicate account import error (#153)

    * Fixed a typo in the duplicate account import error
    
    * Update index.js
    
    Changed quotations to please the linter
    TimTinkers authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    162a29f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Ensure newly created vaults are unlocked (#155)

    A new vault should be unlocked after being created, because the
    password is submitted as part of creating the vault. This was
    accidentally broken as part of #148. A unit test has been added to
    ensure this doesn't happen again.
    Gudahtt authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    bc5716f View commit details
    Browse the repository at this point in the history
  2. Set password sooner to avoid redundant persistance (#154)

    The vault password is now always set in the method responsible for
    creating the vault. Previously it was set when the vault was persisted,
    or when the first keyring was created. This led to redundant calls to
    persist the keyrings, just to achieve the side-effect of setting the
    password.
    
    This change eliminates those redundant calls, and a few more that had
    no obvious purpose.
    
    Note that the password is also set on unlock, and that has not changed
    here.
    Gudahtt authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5c0ef4c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Bump @metamask/auto-changelog from 2.5.0 to 3.0.0 (#156)

    Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 2.5.0 to 3.0.0.
    - [Release notes](https://github.com/MetaMask/auto-changelog/releases)
    - [Changelog](https://github.com/MetaMask/auto-changelog/blob/main/CHANGELOG.md)
    - [Commits](MetaMask/auto-changelog@v2.5.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@metamask/auto-changelog"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    713c702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27507b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Migrate to Yarn v3 (#157)

    The project has been migrated to Yarn v3. The changes made have been
    based off of the module template. `allow-scripts` has been updated to
    the latest version as well.
    Gudahtt authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    f9d61ae View commit details
    Browse the repository at this point in the history
  2. Bump @metamask/eth-sig-util from 4.0.0 to 4.0.1 (#159)

    Bumps [@metamask/eth-sig-util](https://github.com/MetaMask/eth-sig-util) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/MetaMask/eth-sig-util/releases)
    - [Changelog](https://github.com/MetaMask/eth-sig-util/blob/main/CHANGELOG.md)
    - [Commits](MetaMask/eth-sig-util@v4.0.0...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@metamask/eth-sig-util"
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    448f566 View commit details
    Browse the repository at this point in the history
  3. Update GitHub actions to match module template (#158)

    The GitHub actions have been updated to match the module template more
    closely. There are still many differences because this library is not
    yet using TypeScript, so it doesn't have any build step. It also
    doesn't yet have API documentation, so steps relating to that have been
    removed.
    
    Release instructions have been added to the README as well.
    Gudahtt authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    4cd3036 View commit details
    Browse the repository at this point in the history
  4. 8.0.0 (#160)

    * 8.0.0
    
    * Update changelog
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Mark Stacey <markjstacey@gmail.com>
    3 people authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d3d68a8 View commit details
    Browse the repository at this point in the history
Loading