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

Commits on Nov 22, 2023

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

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    67ae96c View commit details
    Browse the repository at this point in the history
  2. Prefer cached encryptionKey for encryption when possible (#307)

    * fix: prefer encryptionKey for encryption when possible
    
    * refactor: add test case
    mikesposito authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    ec3b12c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    7692a2d View commit details
    Browse the repository at this point in the history
  2. Use encryptor isVaultUpdated (#310)

    * chore: update browser-passworder
    
    * refactor: remove `updateVault` from `GenericEncryptor`
    mikesposito authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ad96120 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. feat!: add methods to support ERC-4337 accounts (#315)

    * feat: add UserOperation methods
    
    * build: ignore errors from Snap packages
    
    * fix: fix return type of `prepareUserOperation`
    
    * chore: enable lcov coverage
    
    * test: add missing unit tests
    
    * chore: update `yarn.lock`
    
    * chore: apply linter
    
    * chore: update @metamask/keyring-api version to 2.0.0
    danroc authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    16d62dd View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Dec 20, 2023

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

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    d585469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79acb90 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. chore(deps): bump @metamask/snaps-sdk from 1.3.1 to 1.3.2 (#334)

    Bumps [@metamask/snaps-sdk](https://github.com/MetaMask/snaps) from 1.3.1 to 1.3.2.
    - [Release notes](https://github.com/MetaMask/snaps/releases)
    - [Commits](https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@1.3.1...@metamask/snaps-sdk@1.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@metamask/snaps-sdk"
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    196d700 View commit details
    Browse the repository at this point in the history
  2. Sync with 15.x branch (#314)

    * [15.x] Backport encryption improvements (#312)
    
    * Prefer cached `encryptionKey` for encryption when possible (#307)
    
    * fix: prefer encryptionKey for encryption when possible
    
    * refactor: add test case
    
    * Use encryptor `isVaultUpdated` (#310)
    
    * chore: update browser-passworder
    
    * refactor: remove `updateVault` from `GenericEncryptor`
    
    * 15.1.0 (#313)
    
    * 15.1.0
    
    * edit changelog entries
    
    * rephrase changelog entry
    
    ---------
    
    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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Michele Esposito <michele@esposito.codes>
    Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
    6 people authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    820a2a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. 16.0.0 (#304)

    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
    Co-authored-by: Michele Esposito <michele@esposito.codes>
    Co-authored-by: Michele Esposito <34438276+mikesposito@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Mark Stacey <markjstacey@gmail.com>
    6 people authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    af5baf1 View commit details
    Browse the repository at this point in the history
Loading