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

Commits on Nov 14, 2023

  1. Add encryptor types (#293)

    * add encryptor types
    
    * test: refactor tests
    
    * refactor: rename KeyEncryptor to ExportableKeyEncryptor
    
    * docs: add encryptor type jsdocs
    
    * refactor: use json type instead of generic
    
    * refactor: MockEncryptor implements ExportableKeyEncryptor
    
    * docs: fix typo
    
    * refactor: rename unsupported key export error enum
    
    * refactor: use persistAllKeyrings to recreate vault
    
    * refactor: remove unused method from type
    
    * refactor: make encryptor and cacheEncryptionKey private
    
    * apply @mcmire suggestions
    
    Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
    
    * chore: bump browser-passworder
    
    * refactor: salt must be defined when key is present
    
    * refactor: unlockKeyrings tests
    
    * refactor: KeyringControllerState type
    
    * refactor: enforce encryptor and cacheEncryptionKey types
    
    ---------
    
    Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
    mikesposito and mcmire authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    75b4893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38eebe9 View commit details
    Browse the repository at this point in the history
  3. 15.0.0 (#299)

    * 15.0.0
    
    * docs: changelog entries
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Michele Esposito <michele@esposito.codes>
    3 people authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8bbb7f0 View commit details
    Browse the repository at this point in the history
Loading