Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- **BREAKING:** Bump peer dependency on `@metamask/network-controller` to `^24.0.0` ([#519](https://github.com/MetaMask/smart-transactions-controller/pull/519))
- **BREAKING:** Bump dependency and peer dependency on `@metamask/transaction-controller` to `^58.0.0` ([#519](https://github.com/MetaMask/smart-transactions-controller/pull/519))
- The `confirmExternalTransaction` constructor option now expects to match `TransactionController` from this version
- The `getNonceLock` constructor option now expects to match `TransactionController` from this version
- The `getTransactions` constructor option now returns an object that matches `TransactionMeta` from this version
- The `updateTransaction` constructor option now expects an object that matches `TransactionMeta` from this version
- The `transactionMeta` option of the `submitSignedTransactions` method now expects an object that matches `TransactionMeta` from this version
- The `txParams` option of the `submitSignedTransactions` method now expects an object that matches `TransactionParams` from this version

## [16.5.0]

Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@metamask/gas-fee-controller": "^22.0.0",
"@metamask/json-rpc-engine": "^10.0.1",
"@metamask/network-controller": "^24.0.0",
"@metamask/transaction-controller": "^42.0.0",
"@metamask/transaction-controller": "^58.1.0",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.194",
"@types/node": "^18.19.17",
Expand All @@ -76,7 +76,7 @@
},
"peerDependencies": {
"@metamask/network-controller": "^24.0.0",
"@metamask/transaction-controller": "^42.0.0"
"@metamask/transaction-controller": "^58.0.0"
},
"peerDependenciesMeta": {
"@metamask/accounts-controller": {
Expand All @@ -99,9 +99,7 @@
"@lavamoat/preinstall-always-fail": false,
"@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>keccak": false,
"@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>secp256k1": false,
"@metamask/controller-utils>babel-runtime>core-js": false,
"@metamask/transaction-controller>@metamask/accounts-controller>@metamask/keyring-controller>ethereumjs-wallet>ethereum-cryptography>keccak": false,
"@metamask/transaction-controller>@metamask/accounts-controller>@metamask/keyring-controller>ethereumjs-wallet>ethereum-cryptography>secp256k1": false
"@metamask/controller-utils>babel-runtime>core-js": false
}
}
}
Loading
Loading