@metamask-previews/eth-snap-keyring 11.1.0-f2dd645 → 12.0.0-528bbfb
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.
- package/CHANGELOG.md +11 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [12.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** The method `signTransaction` can now returns various type of transactions ([#209](https://github.com/MetaMask/accounts/pull/209))
|
|
15
|
+
- Initially was supporting: `Transaction | AccessListEIP2930Transaction | FeeMarketEIP1559Transaction` (types from `@ethereumjs/tx`).
|
|
16
|
+
- Now also supports `BlobEIP4844Transaction | EOACodeEIP7702Transaction` (types from `@ethereumjs/tx`).
|
|
17
|
+
- **BREAKING:** Bump `@ethereumjs/tx` from `^4.2.0` to `^5.4.0` ([#209](https://github.com/MetaMask/accounts/pull/209))
|
|
18
|
+
|
|
10
19
|
## [11.1.0]
|
|
11
20
|
|
|
12
21
|
### Added
|
|
@@ -481,7 +490,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
481
490
|
|
|
482
491
|
- Initial release.
|
|
483
492
|
|
|
484
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@
|
|
493
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@12.0.0...HEAD
|
|
494
|
+
[12.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@11.1.0...@metamask/eth-snap-keyring@12.0.0
|
|
485
495
|
[11.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@11.0.0...@metamask/eth-snap-keyring@11.1.0
|
|
486
496
|
[11.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@10.0.0...@metamask/eth-snap-keyring@11.0.0
|
|
487
497
|
[10.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@9.1.1...@metamask/eth-snap-keyring@10.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/eth-snap-keyring",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.0-528bbfb",
|
|
4
4
|
"description": "Snaps keyring bridge.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"@metamask/base-controller": "^7.1.1",
|
|
42
42
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
43
43
|
"@metamask/keyring-api": "17.2.1",
|
|
44
|
-
"@metamask/keyring-internal-api": "
|
|
44
|
+
"@metamask/keyring-internal-api": "6.0.0",
|
|
45
45
|
"@metamask/keyring-internal-snap-client": "4.0.1",
|
|
46
|
-
"@metamask/keyring-utils": "
|
|
46
|
+
"@metamask/keyring-utils": "3.0.0",
|
|
47
47
|
"@metamask/superstruct": "^3.1.0",
|
|
48
48
|
"@metamask/utils": "^11.1.0",
|
|
49
49
|
"@types/uuid": "^9.0.8",
|