@metamask-previews/eth-simple-keyring 11.1.1-c26e419 → 11.1.2-5c366be

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [11.1.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/keyring-sdk` from `^1.0.0` to `^1.1.0` ([#509](https://github.com/MetaMask/accounts/pull/509))
15
+ - The account ID (generated by `KeyringAccountRegistry`) are now deterministic for EVM addresses.
16
+
10
17
  ## [11.1.1]
11
18
 
12
19
  ### Changed
@@ -171,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
171
178
  - **BREAKING:** Remove redundant `newGethSignMessage` method ([#72](https://github.com/MetaMask/eth-simple-keyring/pull/72))
172
179
  - Consumers can use `signPersonalMessage` method as a replacement for `newGethSignMessage`.
173
180
 
174
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@11.1.1...HEAD
181
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@11.1.2...HEAD
182
+ [11.1.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@11.1.1...@metamask/eth-simple-keyring@11.1.2
175
183
  [11.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@11.1.0...@metamask/eth-simple-keyring@11.1.1
176
184
  [11.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@11.0.0...@metamask/eth-simple-keyring@11.1.0
177
185
  [11.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@10.0.0...@metamask/eth-simple-keyring@11.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/eth-simple-keyring",
3
- "version": "11.1.1-c26e419",
3
+ "version": "11.1.2-5c366be",
4
4
  "description": "A simple standard interface for a series of Ethereum private keys.",
5
5
  "keywords": [
6
6
  "ethereum",
@@ -47,7 +47,7 @@
47
47
  "@ethereumjs/util": "^9.1.0",
48
48
  "@metamask/eth-sig-util": "^8.2.0",
49
49
  "@metamask/keyring-api": "22.0.0",
50
- "@metamask/keyring-sdk": "1.1.0",
50
+ "@metamask/keyring-sdk": "1.2.0",
51
51
  "@metamask/utils": "^11.10.0",
52
52
  "ethereum-cryptography": "^2.2.1",
53
53
  "randombytes": "^2.1.0"