@metamask-previews/transaction-controller 62.8.0-preview-8a4f4ea3 → 62.9.0-preview-a033b2d7
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 +8 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [62.
|
|
10
|
+
## [62.9.0]
|
|
11
11
|
|
|
12
12
|
### Added
|
|
13
13
|
|
|
14
14
|
- Add optional `targetFiat` property to `MetamaskPayMetadata` type ([#7562](https://github.com/MetaMask/core/pull/7562))
|
|
15
|
+
|
|
16
|
+
## [62.8.0]
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
15
20
|
- Add optional `isStateOnly` property to `TransactionMeta` and `AddTransactionOptions` ([#7591](https://github.com/MetaMask/core/pull/7591))
|
|
16
21
|
- Transactions with `isStateOnly` set to `true` have no lifecycle and are not signed or published.
|
|
17
22
|
- Transactions are also excluded from confirmation polling.
|
|
@@ -2060,7 +2065,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2060
2065
|
|
|
2061
2066
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
2062
2067
|
|
|
2063
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.
|
|
2068
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.9.0...HEAD
|
|
2069
|
+
[62.9.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.8.0...@metamask/transaction-controller@62.9.0
|
|
2064
2070
|
[62.8.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.7.0...@metamask/transaction-controller@62.8.0
|
|
2065
2071
|
[62.7.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.6.0...@metamask/transaction-controller@62.7.0
|
|
2066
2072
|
[62.6.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.5.0...@metamask/transaction-controller@62.6.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-controller",
|
|
3
|
-
"version": "62.
|
|
3
|
+
"version": "62.9.0-preview-a033b2d7",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|