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: af5baf1
Choose a base ref
...
head repository: MetaMask/KeyringController
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d73a4d
Choose a head ref
  • 6 commits
  • 9 files changed
  • 6 contributors

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    cac52da View commit details
    Browse the repository at this point in the history
  2. feat!: create new vault with any keyring (#329)

    This change updates the logic inside the eth-keyring-controller to allow the creation of a vault with any keyring. This removes the hardcoded HD Keyring from the code and allow the client to pass the parameters to instantiate any keyring that is accepted by the controller.
    
    BREAKING: Unify createNewVaultAndKeychain and createNewVaultAndRestore into new method createNewVaultWithKeyring. createNewVaultWithKeyring accepts a password and a keyring object provided by the client and returns the KeyringControllerState
    gantunesr authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    aa68888 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    9d0b37f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    da170de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2426f15 View commit details
    Browse the repository at this point in the history
  3. 17.0.0 (#338)

    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: gantunesr <gustavoantunesrod@gmail.com>
    Co-authored-by: Gustavo Antunes <17601467+gantunesr@users.noreply.github.com>
    4 people authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2d73a4d View commit details
    Browse the repository at this point in the history
Loading