@metamask-previews/transaction-pay-controller 23.7.0-preview-6e8cbc0b0 → 23.8.0-preview-be04faa3e
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
CHANGED
|
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/bridge-controller` from `^75.1.1` to `^75.2.0` ([#9147](https://github.com/MetaMask/core/pull/9147))
|
|
13
|
+
- Bump `@metamask/bridge-status-controller` from `^72.1.0` to `^72.2.0` ([#9147](https://github.com/MetaMask/core/pull/9147))
|
|
14
|
+
|
|
15
|
+
## [23.8.0]
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
12
19
|
- Bump `@metamask/keyring-controller` from `^27.0.0` to `^27.1.0` ([#9129](https://github.com/MetaMask/core/pull/9129))
|
|
13
20
|
|
|
14
21
|
### Fixed
|
|
@@ -1082,7 +1089,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1082
1089
|
|
|
1083
1090
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
1084
1091
|
|
|
1085
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.
|
|
1092
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.8.0...HEAD
|
|
1093
|
+
[23.8.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.7.0...@metamask/transaction-pay-controller@23.8.0
|
|
1086
1094
|
[23.7.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.6.0...@metamask/transaction-pay-controller@23.7.0
|
|
1087
1095
|
[23.6.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.5.1...@metamask/transaction-pay-controller@23.6.0
|
|
1088
1096
|
[23.5.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.5.0...@metamask/transaction-pay-controller@23.5.1
|
|
@@ -512,7 +512,7 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
512
512
|
effectiveGas?: number | undefined;
|
|
513
513
|
} | undefined;
|
|
514
514
|
quoteRequestIndex?: number | undefined;
|
|
515
|
-
} & import("@metamask/bridge-controller").QuoteMetadata)[], isStxEnabled: boolean, quotesReceivedContext?: (import("@metamask/bridge-controller").TradeData & {
|
|
515
|
+
} & import("@metamask/bridge-controller").QuoteMetadata)[], isStxEnabled: boolean, quotesReceivedContext?: (import("@metamask/bridge-controller").TradeData & import("@metamask/bridge-controller").InputPrimaryDenominationData & {
|
|
516
516
|
warnings: import("@metamask/bridge-controller").QuoteWarning[];
|
|
517
517
|
best_quote_provider: `${string}_${string}` | undefined;
|
|
518
518
|
price_impact: number;
|
|
@@ -562,7 +562,7 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
562
562
|
gasIncluded?: boolean | undefined;
|
|
563
563
|
gasIncluded7702?: boolean | undefined;
|
|
564
564
|
gasSponsored?: boolean | undefined;
|
|
565
|
-
}) | null | undefined) => Promise<import("@metamask/transaction-controller").TransactionMeta>>;
|
|
565
|
+
}) | null | undefined, inputPrimaryDenomination?: import("@metamask/bridge-controller").InputPrimaryDenomination | undefined) => Promise<import("@metamask/transaction-controller").TransactionMeta>>;
|
|
566
566
|
updateTransactionMock: jest.MockedFn<(transactionMeta: import("@metamask/transaction-controller").TransactionMeta, note: string) => void>;
|
|
567
567
|
};
|
|
568
568
|
//# sourceMappingURL=messenger-mock.d.cts.map
|
|
@@ -512,7 +512,7 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
512
512
|
effectiveGas?: number | undefined;
|
|
513
513
|
} | undefined;
|
|
514
514
|
quoteRequestIndex?: number | undefined;
|
|
515
|
-
} & import("@metamask/bridge-controller").QuoteMetadata)[], isStxEnabled: boolean, quotesReceivedContext?: (import("@metamask/bridge-controller").TradeData & {
|
|
515
|
+
} & import("@metamask/bridge-controller").QuoteMetadata)[], isStxEnabled: boolean, quotesReceivedContext?: (import("@metamask/bridge-controller").TradeData & import("@metamask/bridge-controller").InputPrimaryDenominationData & {
|
|
516
516
|
warnings: import("@metamask/bridge-controller").QuoteWarning[];
|
|
517
517
|
best_quote_provider: `${string}_${string}` | undefined;
|
|
518
518
|
price_impact: number;
|
|
@@ -562,7 +562,7 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
562
562
|
gasIncluded?: boolean | undefined;
|
|
563
563
|
gasIncluded7702?: boolean | undefined;
|
|
564
564
|
gasSponsored?: boolean | undefined;
|
|
565
|
-
}) | null | undefined) => Promise<import("@metamask/transaction-controller").TransactionMeta>>;
|
|
565
|
+
}) | null | undefined, inputPrimaryDenomination?: import("@metamask/bridge-controller").InputPrimaryDenomination | undefined) => Promise<import("@metamask/transaction-controller").TransactionMeta>>;
|
|
566
566
|
updateTransactionMock: jest.MockedFn<(transactionMeta: import("@metamask/transaction-controller").TransactionMeta, note: string) => void>;
|
|
567
567
|
};
|
|
568
568
|
//# sourceMappingURL=messenger-mock.d.mts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.8.0-preview-be04faa3e",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"@metamask/assets-controller": "^9.0.1",
|
|
61
61
|
"@metamask/assets-controllers": "^109.1.0",
|
|
62
62
|
"@metamask/base-controller": "^9.1.0",
|
|
63
|
-
"@metamask/bridge-controller": "^75.
|
|
64
|
-
"@metamask/bridge-status-controller": "^72.
|
|
63
|
+
"@metamask/bridge-controller": "^75.2.0",
|
|
64
|
+
"@metamask/bridge-status-controller": "^72.2.0",
|
|
65
65
|
"@metamask/controller-utils": "^12.2.0",
|
|
66
66
|
"@metamask/gas-fee-controller": "^26.2.2",
|
|
67
67
|
"@metamask/keyring-controller": "^27.1.0",
|