-
-
Notifications
You must be signed in to change notification settings - Fork 126
Comparing changes
Open a pull request
base repository: MetaMask/KeyringController
base: 520dad3
head repository: MetaMask/KeyringController
compare: d3d68a8
- 13 commits
- 18 files changed
- 10 contributors
Commits on Jun 2, 2022
-
Solved issue of wrong syntax for installing dependency using yarn in readme.
Configuration menu - View commit details
-
Copy full SHA for 0a92a4b - Browse repository at this point
Copy the full SHA 0a92a4bView commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b7b3e73 - Browse repository at this point
Copy the full SHA b7b3e73View commit details
Commits on Aug 25, 2022
-
Use async/await instead of then (#148)
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e797bdf - Browse repository at this point
Copy the full SHA e797bdfView commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 462cd15 - Browse repository at this point
Copy the full SHA 462cd15View commit details
Commits on Nov 3, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 162a29f - Browse repository at this point
Copy the full SHA 162a29fView commit details
Commits on Nov 7, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for bc5716f - Browse repository at this point
Copy the full SHA bc5716fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5c0ef4c - Browse repository at this point
Copy the full SHA 5c0ef4cView commit details
Commits on Nov 8, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 713c702 - Browse repository at this point
Copy the full SHA 713c702View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27507b0 - Browse repository at this point
Copy the full SHA 27507b0View commit details
Commits on Nov 9, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for f9d61ae - Browse repository at this point
Copy the full SHA f9d61aeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 448f566 - Browse repository at this point
Copy the full SHA 448f566View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4cd3036 - Browse repository at this point
Copy the full SHA 4cd3036View commit details -
* 8.0.0 * Update changelog Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d3d68a8 - Browse repository at this point
Copy the full SHA d3d68a8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 520dad3...d3d68a8