Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/accounts-monorepo",
"version": "118.0.0",
"version": "119.0.0",
"private": true,
"description": "Monorepo for MetaMask accounts related packages",
"repository": {
Expand Down
10 changes: 9 additions & 1 deletion packages/account-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1]

### Changed

- Bump `@metamask/keyring-api` from `^23.5.0` to `^23.6.0` ([#598](https://github.com/MetaMask/accounts/pull/598))
- Bump `@metamask/keyring-utils` from `^3.3.1` to `^4.0.0` ([#598](https://github.com/MetaMask/accounts/pull/598))

## [1.1.0]

### Added
Expand Down Expand Up @@ -174,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add `AccountGroup` and `AccountWallet` ([#307](https://github.com/MetaMask/accounts/pull/307))

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.1.1...HEAD
[1.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.1.0...@metamask/account-api@1.1.1
[1.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.4...@metamask/account-api@1.1.0
[1.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.3...@metamask/account-api@1.0.4
[1.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/account-api@1.0.2...@metamask/account-api@1.0.3
Expand Down
6 changes: 3 additions & 3 deletions packages/account-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/account-api",
"version": "1.1.0",
"version": "1.1.1",
"description": "MetaMask Account API",
"keywords": [
"account",
Expand Down Expand Up @@ -66,8 +66,8 @@
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@metamask/keyring-api": "^23.5.0",
"@metamask/keyring-utils": "^3.3.1",
"@metamask/keyring-api": "^23.6.0",
"@metamask/keyring-utils": "^4.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
Expand Down
9 changes: 8 additions & 1 deletion packages/keyring-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [23.6.0]

### Added

- Add support for `base32` private key encoding in `exportAccount` ([#589](https://github.com/MetaMask/accounts/pull/589))

### Changed

- Bump `@metamask/keyring-utils` from `^3.3.1` to `^4.0.0` ([#598](https://github.com/MetaMask/accounts/pull/598))

## [23.5.0]

### Added
Expand Down Expand Up @@ -796,7 +802,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
- Helper functions to create keyring handler in the snap.

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.5.0...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.6.0...HEAD
[23.6.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.5.0...@metamask/keyring-api@23.6.0
[23.5.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.4.0...@metamask/keyring-api@23.5.0
[23.4.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.3.0...@metamask/keyring-api@23.4.0
[23.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@23.2.0...@metamask/keyring-api@23.3.0
Expand Down
4 changes: 2 additions & 2 deletions packages/keyring-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/keyring-api",
"version": "23.5.0",
"version": "23.6.0",
"description": "MetaMask Keyring API",
"keywords": [
"keyring",
Expand Down Expand Up @@ -67,7 +67,7 @@
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@metamask/keyring-utils": "^3.3.1",
"@metamask/keyring-utils": "^4.0.0",
"@metamask/superstruct": "^3.3.0",
"@metamask/utils": "^11.11.0",
"bitcoin-address-validation": "^2.2.3"
Expand Down
11 changes: 7 additions & 4 deletions packages/keyring-eth-hd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [14.1.2]

### Changed

- Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.2.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562))
- Bump `@metamask/keyring-utils` from `^3.2.0` to `^3.3.1` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546))
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.5.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587))
- Bump `@metamask/keyring-sdk` from `^2.0.2` to `^2.3.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#562](https://github.com/MetaMask/accounts/pull/562), [#598](https://github.com/MetaMask/accounts/pull/598))
- Bump `@metamask/keyring-utils` from `^3.2.0` to `^4.0.0` ([#544](https://github.com/MetaMask/accounts/pull/544), [#546](https://github.com/MetaMask/accounts/pull/546), [#598](https://github.com/MetaMask/accounts/pull/598))
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.6.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587), [#598](https://github.com/MetaMask/accounts/pull/598))

## [14.1.1]

Expand Down Expand Up @@ -295,7 +297,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Deserialize method (and `HdKeyring` constructor by extension) can no longer be passed an options object containing a value for `numberOfAccounts` if it is not also containing a value for `mnemonic`.
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`.

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.1.1...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.1.2...HEAD
[14.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.1.1...@metamask/eth-hd-keyring@14.1.2
[14.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.1.0...@metamask/eth-hd-keyring@14.1.1
[14.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.0.1...@metamask/eth-hd-keyring@14.1.0
[14.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@14.0.0...@metamask/eth-hd-keyring@14.0.1
Expand Down
10 changes: 5 additions & 5 deletions packages/keyring-eth-hd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-hd-keyring",
"version": "14.1.1",
"version": "14.1.2",
"description": "A simple standard interface for a seed phrase generated set of Ethereum accounts",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -70,9 +70,9 @@
"@ethereumjs/util": "^9.1.0",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/key-tree": "^10.0.2",
"@metamask/keyring-api": "^23.5.0",
"@metamask/keyring-sdk": "^2.2.0",
"@metamask/keyring-utils": "^3.3.1",
"@metamask/keyring-api": "^23.6.0",
"@metamask/keyring-sdk": "^2.3.0",
"@metamask/keyring-utils": "^4.0.0",
"@metamask/scure-bip39": "^2.1.1",
"@metamask/superstruct": "^3.3.0",
"@metamask/utils": "^11.11.0",
Expand All @@ -81,7 +81,7 @@
"devDependencies": {
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/account-api": "^1.1.0",
"@metamask/account-api": "^1.1.1",
"@metamask/auto-changelog": "^6.1.0",
"@metamask/bip39": "^4.0.0",
"@metamask/old-hd-keyring": "npm:@metamask/eth-hd-keyring@^4.0.1",
Expand Down
14 changes: 11 additions & 3 deletions packages/keyring-eth-ledger-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [12.3.1]

### Changed

- Bump `@metamask/keyring-api` from `^23.5.0` to `^23.6.0` ([#598](https://github.com/MetaMask/accounts/pull/598))
- Bump `@metamask/keyring-sdk` from `^2.2.0` to `^2.3.0` ([#598](https://github.com/MetaMask/accounts/pull/598))

## [12.3.0]

### Changed
Expand Down Expand Up @@ -136,7 +143,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Increase ledger iframe timeout interval ([#314](https://github.com/MetaMask/accounts.git/pull/314))
- Increase ledger iframe timeout interval ([#314](https://github.com/MetaMask/accounts/pull/314))

## [11.1.1]

Expand Down Expand Up @@ -354,7 +361,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- **BREAKING**: `IFrameMessageResponse` now has more restrictive typings (#207) ([#207](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/207))
- **BREAKING**: `IFrameMessageResponse` now has more restrictive typings([#207](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/207)) ([#207](https://github.com/MetaMask/accounts/pull/207))

## [2.0.1]

Expand Down Expand Up @@ -467,7 +474,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Support new versions of ethereumjs/tx ([#68](https://github.com/MetaMask/eth-ledger-bridge-keyring/pull/68))

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.3.0...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.3.1...HEAD
[12.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.3.0...@metamask/eth-ledger-bridge-keyring@12.3.1
[12.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.2.0...@metamask/eth-ledger-bridge-keyring@12.3.0
[12.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.1.0...@metamask/eth-ledger-bridge-keyring@12.2.0
[12.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-ledger-bridge-keyring@12.0.3...@metamask/eth-ledger-bridge-keyring@12.1.0
Expand Down
10 changes: 5 additions & 5 deletions packages/keyring-eth-ledger-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-ledger-bridge-keyring",
"version": "12.3.0",
"version": "12.3.1",
"description": "A MetaMask compatible keyring, for ledger hardware wallets",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -78,8 +78,8 @@
"@ledgerhq/hw-transport": "^6.31.3",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/hw-wallet-sdk": "^0.10.0",
"@metamask/keyring-api": "^23.5.0",
"@metamask/keyring-sdk": "^2.2.0",
"@metamask/keyring-api": "^23.6.0",
"@metamask/keyring-sdk": "^2.3.0",
"hdkey": "^2.1.0",
"rxjs": "^7.8.2"
},
Expand All @@ -90,9 +90,9 @@
"@ledgerhq/types-cryptoassets": "^7.15.1",
"@ledgerhq/types-devices": "^6.25.3",
"@ledgerhq/types-live": "^6.52.0",
"@metamask/account-api": "^1.1.0",
"@metamask/account-api": "^1.1.1",
"@metamask/auto-changelog": "^6.1.0",
"@metamask/keyring-utils": "^3.3.1",
"@metamask/keyring-utils": "^4.0.0",
"@metamask/utils": "^11.11.0",
"@ts-bridge/cli": "^0.6.3",
"@types/ethereumjs-tx": "^1.0.1",
Expand Down
13 changes: 9 additions & 4 deletions packages/keyring-eth-money/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.1]

### Changed

- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.5.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587))
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.6.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587), [#598](https://github.com/MetaMask/accounts/pull/598))
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.3.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#598](https://github.com/MetaMask/accounts/pull/598))
- Bump `@metamask/eth-hd-keyring` from `^14.1.1` to `^14.1.2` ([#598](https://github.com/MetaMask/accounts/pull/598))
- Bump `@metamask/keyring-utils` from `^3.3.1` to `^4.0.0` ([#598](https://github.com/MetaMask/accounts/pull/598))

## [3.0.0]

Expand Down Expand Up @@ -62,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- **BREAKING:** Replace inheritance with composition; `MoneyKeyring` now wraps an inner `HdKeyring` instead of extending it ([#484](https://github.com/MetaMask/accounts/pull/484), [#492](https://github.com/MetaMask/accounts/pull/488), [#488](https://github.com/MetaMask/accounts/pull/492))
- **BREAKING:** Replace inheritance with composition; `MoneyKeyring` now wraps an inner `HdKeyring` instead of extending it ([#484](https://github.com/MetaMask/accounts/pull/484), [#492](https://github.com/MetaMask/accounts/pull/492), [#488](https://github.com/MetaMask/accounts/pull/488))
- Constructor now requires a `MoneyKeyringOptions` object with a `getMnemonic` callback. The `entropySource` is set by `deserialize()` from the serialized state.
- The inner `HdKeyring` is created on the first signing call (lazily), protected by a mutex to ensure single initialization under concurrency.
- Serialized state now stores `entropySource` instead of `mnemonic`; the mnemonic is resolved at deserialization time via the callback.
Expand All @@ -85,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Uses derivation path `"m/44'/4392018'/0'/0"`.
- Enforces that at most one Money account can exist.

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@3.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@3.0.1...HEAD
[3.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@3.0.0...@metamask/eth-money-keyring@3.0.1
[3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.4...@metamask/eth-money-keyring@3.0.0
[2.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.3...@metamask/eth-money-keyring@2.0.4
[2.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-money-keyring@2.0.2...@metamask/eth-money-keyring@2.0.3
Expand Down
10 changes: 5 additions & 5 deletions packages/keyring-eth-money/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-money-keyring",
"version": "3.0.0",
"version": "3.0.1",
"description": "A money account keyring that wraps the HD keyring with a different keyring type and derivation path",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -66,10 +66,10 @@
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@metamask/eth-hd-keyring": "^14.1.1",
"@metamask/keyring-api": "^23.5.0",
"@metamask/keyring-sdk": "^2.2.0",
"@metamask/keyring-utils": "^3.3.1",
"@metamask/eth-hd-keyring": "^14.1.2",
"@metamask/keyring-api": "^23.6.0",
"@metamask/keyring-sdk": "^2.3.0",
"@metamask/keyring-utils": "^4.0.0",
"@metamask/superstruct": "^3.3.0",
"async-mutex": "^0.5.0"
},
Expand Down
10 changes: 7 additions & 3 deletions packages/keyring-eth-qr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.1]

### Changed

- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.5.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587))
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.2.0` ([#562](https://github.com/MetaMask/accounts/pull/562))
- Bump `@metamask/keyring-api` from `^23.1.0` to `^23.6.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#569](https://github.com/MetaMask/accounts/pull/569), [#583](https://github.com/MetaMask/accounts/pull/583), [#587](https://github.com/MetaMask/accounts/pull/587), [#598](https://github.com/MetaMask/accounts/pull/598))
- Bump `@metamask/keyring-sdk` from `^2.1.1` to `^2.3.0` ([#562](https://github.com/MetaMask/accounts/pull/562), [#598](https://github.com/MetaMask/accounts/pull/598))
- Bump `@metamask/keyring-utils` from `^3.3.1` to `^4.0.0` ([#598](https://github.com/MetaMask/accounts/pull/598))

## [2.1.0]

Expand Down Expand Up @@ -81,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release ([#60](https://github.com/MetaMask/accounts/pull/60))

[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-qr-keyring@2.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-qr-keyring@2.1.1...HEAD
[2.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-qr-keyring@2.1.0...@metamask/eth-qr-keyring@2.1.1
[2.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-qr-keyring@2.0.2...@metamask/eth-qr-keyring@2.1.0
[2.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-qr-keyring@2.0.1...@metamask/eth-qr-keyring@2.0.2
[2.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-qr-keyring@2.0.0...@metamask/eth-qr-keyring@2.0.1
Expand Down
10 changes: 5 additions & 5 deletions packages/keyring-eth-qr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-qr-keyring",
"version": "2.1.0",
"version": "2.1.1",
"description": "A simple standard interface for a series of Ethereum private keys",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -75,9 +75,9 @@
"@ethereumjs/util": "^9.1.0",
"@keystonehq/bc-ur-registry-eth": "^0.19.1",
"@metamask/eth-sig-util": "^8.2.0",
"@metamask/keyring-api": "^23.5.0",
"@metamask/keyring-sdk": "^2.2.0",
"@metamask/keyring-utils": "^3.3.1",
"@metamask/keyring-api": "^23.6.0",
"@metamask/keyring-sdk": "^2.3.0",
"@metamask/keyring-utils": "^4.0.0",
"@metamask/utils": "^11.11.0",
"async-mutex": "^0.5.0",
"hdkey": "^2.1.0",
Expand All @@ -88,7 +88,7 @@
"@keystonehq/metamask-airgapped-keyring": "^0.15.2",
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/account-api": "^1.1.0",
"@metamask/account-api": "^1.1.1",
"@metamask/auto-changelog": "^6.1.0",
"@types/hdkey": "^2.0.1",
"@types/jest": "^29.5.12",
Expand Down
Loading
Loading