Skip to content

Conversation

@bergarces
Copy link
Owner

Some hardware keyrings will require an initialization step that is asynchronous and shouldn't be placed in the constructor. This PR addresses the necessary changes to call that initialization method (init) when required.

It also adds a missing await in the addAccounts method from the HD_KEYRING, which is asynchronous and it is currently not being awaited.

dependabot bot and others added 4 commits November 17, 2022 10:26
Bumps [@metamask/browser-passworder](https://github.com/MetaMask/browser-passworder) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/MetaMask/browser-passworder/releases)
- [Changelog](https://github.com/MetaMask/browser-passworder/blob/main/CHANGELOG.md)
- [Commits](MetaMask/browser-passworder@v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: "@metamask/browser-passworder"
  dependency-type: direct:production
  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>
Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 3.0.0 to 3.1.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@v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: "@metamask/auto-changelog"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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>
@bergarces bergarces force-pushed the add-init-method branch 6 times, most recently from e32258f to 4079eb4 Compare December 2, 2022 20:29
cryptodev-2s and others added 8 commits December 7, 2022 12:49
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

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>
bergarces and others added 3 commits December 9, 2022 11:49
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

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>
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants