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

Commits on May 27, 2023

  1. Make use of the new subteam functionality (#232)

    * Make use of the new subteam functionality
    
    This fixes the broken subteam tagging that was patched in MetaMask/action-npm-publish#44
    
    same as MetaMask/core#1398
    
    * don't bump here
    rickycodes authored May 27, 2023
    Configuration menu
    Copy the full SHA
    5a16d21 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Dispose or destroy keyrings on reference drop (#233)

    * feat: dispose or destroy keyrings on removal
    
    * refactor: use for instead of while cycle
    
    * rollback refactor
    
    * test: refactor test case
    
    * refactor: make dispose async
    
    * test: add destroy method to keyring mock
    
    * ci: adjust jest coverage threshold
    mikesposito authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c111e49 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    a5f80c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    624ee59 View commit details
    Browse the repository at this point in the history
  3. Update utils package and rename dispose fn (#234)

    * refactor: update utils package and rename dispose fn
    
    * ci: update coverage thresholds
    mikesposito authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    dc21a99 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. 12.0.0 (#237)

    * 12.0.0
    
    * docs: add category
    
    * docs: apply suggested changes
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Michele Esposito <michele@esposito.codes>
    3 people authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    055bb86 View commit details
    Browse the repository at this point in the history
Loading