@metamask/eth-simple-keyring
Advanced tools
Comparing version
@@ -10,2 +10,12 @@ # Changelog | ||
## [10.0.0] | ||
### Changed | ||
- **BREAKING:** The method `signTransaction` can now returns various type of transactions ([#209](https://github.com/MetaMask/accounts/pull/209)) | ||
- Initially was supporting: `Transaction | AccessListEIP2930Transaction | FeeMarketEIP1559Transaction` (types from `@ethereumjs/tx`). | ||
- Now also supports `BlobEIP4844Transaction | EOACodeEIP7702Transaction` (types from `@ethereumjs/tx`). | ||
- **BREAKING:** Bump `@ethereumjs/tx` from `^4.2.0` to `^5.4.0` ([#209](https://github.com/MetaMask/accounts/pull/209)) | ||
- **BREAKING:** Bump `@ethereumjs/util` from `^8.1.0` to `^9.1.0` ([#209](https://github.com/MetaMask/accounts/pull/209)) | ||
## [9.0.0] | ||
@@ -136,3 +146,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@9.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@10.0.0...HEAD | ||
[10.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@9.0.0...@metamask/eth-simple-keyring@10.0.0 | ||
[9.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@8.1.1...@metamask/eth-simple-keyring@9.0.0 | ||
@@ -139,0 +150,0 @@ [8.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@8.1.0...@metamask/eth-simple-keyring@8.1.1 |
{ | ||
"name": "@metamask/eth-simple-keyring", | ||
"version": "9.0.0", | ||
"version": "10.0.0", | ||
"description": "A simple standard interface for a series of Ethereum private keys.", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ethereumjs/util": "^8.1.0", | ||
"@ethereumjs/util": "^9.1.0", | ||
"@metamask/eth-sig-util": "^8.2.0", | ||
@@ -55,7 +55,7 @@ "@metamask/utils": "^11.1.0", | ||
"devDependencies": { | ||
"@ethereumjs/tx": "^4.2.0", | ||
"@ethereumjs/tx": "^5.4.0", | ||
"@lavamoat/allow-scripts": "^3.2.1", | ||
"@lavamoat/preinstall-always-fail": "^2.1.0", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@metamask/keyring-utils": "^2.3.1", | ||
"@metamask/keyring-utils": "^3.0.0", | ||
"@ts-bridge/cli": "^0.6.3", | ||
@@ -62,0 +62,0 @@ "@types/ethereumjs-tx": "^1.0.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
80588
1.99%381
1.6%+ Added
+ Added
Updated