@metamask/transaction-pay-controller 23.15.0 → 23.16.1
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
|
@@ -7,11 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [23.16.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/ramps-controller` from `^14.3.0` to `^15.0.0` ([#9260](https://github.com/MetaMask/core/pull/9260))
|
|
15
|
+
|
|
16
|
+
## [23.16.0]
|
|
17
|
+
|
|
10
18
|
### Added
|
|
11
19
|
|
|
12
20
|
- Add opt-in HyperLiquid activation-fee handling for Pay withdrawals, gated by the `confirmations_pay_post_quote` feature flag's `hyperliquidActivationFee` config (resolved from `overrides.<transactionType>.hyperliquidActivationFee`, falling back to `default.hyperliquidActivationFee`; with `enabled` and optional `amountUsd` defaulting to `1`) ([#9238](https://github.com/MetaMask/core/pull/9238))
|
|
13
21
|
- When enabled and the HyperCore source account has not yet been activated, the one-time activation fee is reserved from the amount sent to HyperLiquid (so the `sendAsset` step retains enough balance to cover it) and surfaced as part of the provider fee, leaving the displayed withdrawal amount unchanged.
|
|
14
22
|
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
25
|
+
- Bump `@metamask/bridge-controller` from `^76.1.0` to `^77.0.0` ([#9256](https://github.com/MetaMask/core/pull/9256))
|
|
26
|
+
- Bump `@metamask/bridge-status-controller` from `^72.3.0` to `^73.0.0` ([#9256](https://github.com/MetaMask/core/pull/9256))
|
|
27
|
+
- Bump `@metamask/transaction-controller` from `^68.1.1` to `^68.2.0` ([#9253](https://github.com/MetaMask/core/pull/9253))
|
|
28
|
+
|
|
15
29
|
## [23.15.0]
|
|
16
30
|
|
|
17
31
|
### Changed
|
|
@@ -1170,7 +1184,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1170
1184
|
|
|
1171
1185
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
1172
1186
|
|
|
1173
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.
|
|
1187
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.16.1...HEAD
|
|
1188
|
+
[23.16.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.16.0...@metamask/transaction-pay-controller@23.16.1
|
|
1189
|
+
[23.16.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.15.0...@metamask/transaction-pay-controller@23.16.0
|
|
1174
1190
|
[23.15.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.14.0...@metamask/transaction-pay-controller@23.15.0
|
|
1175
1191
|
[23.14.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.13.1...@metamask/transaction-pay-controller@23.14.0
|
|
1176
1192
|
[23.13.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.13.0...@metamask/transaction-pay-controller@23.13.1
|
|
@@ -261,6 +261,10 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
261
261
|
}[] | undefined;
|
|
262
262
|
fee_limit?: number | undefined;
|
|
263
263
|
} | null | undefined;
|
|
264
|
+
} | {
|
|
265
|
+
xdrBase64: string;
|
|
266
|
+
} | {
|
|
267
|
+
xdr: string;
|
|
264
268
|
};
|
|
265
269
|
quoteId?: string | undefined;
|
|
266
270
|
approval?: {
|
|
@@ -479,6 +483,10 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
479
483
|
}[] | undefined;
|
|
480
484
|
fee_limit?: number | undefined;
|
|
481
485
|
} | null | undefined;
|
|
486
|
+
} | {
|
|
487
|
+
xdrBase64: string;
|
|
488
|
+
} | {
|
|
489
|
+
xdr: string;
|
|
482
490
|
};
|
|
483
491
|
quoteId?: string | undefined;
|
|
484
492
|
approval?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messenger-mock.d.cts","sourceRoot":"","sources":["../../src/tests/messenger-mock.ts"],"names":[],"mappings":";AA6BA,OAAO,KAAK,EAAE,iCAAiC,EAAE,qBAAW;AAe5D;;;;;;GAMG;AAEH,wBAAgB,gBAAgB,CAAC,EAC/B,YAAY,GACb,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAO
|
|
1
|
+
{"version":3,"file":"messenger-mock.d.cts","sourceRoot":"","sources":["../../src/tests/messenger-mock.ts"],"names":[],"mappings":";AA6BA,OAAO,KAAK,EAAE,iCAAiC,EAAE,qBAAW;AAe5D;;;;;;GAMG;AAEH,wBAAgB,gBAAgB,CAAC,EAC/B,YAAY,GACb,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgTjC"}
|
|
@@ -261,6 +261,10 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
261
261
|
}[] | undefined;
|
|
262
262
|
fee_limit?: number | undefined;
|
|
263
263
|
} | null | undefined;
|
|
264
|
+
} | {
|
|
265
|
+
xdrBase64: string;
|
|
266
|
+
} | {
|
|
267
|
+
xdr: string;
|
|
264
268
|
};
|
|
265
269
|
quoteId?: string | undefined;
|
|
266
270
|
approval?: {
|
|
@@ -479,6 +483,10 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
479
483
|
}[] | undefined;
|
|
480
484
|
fee_limit?: number | undefined;
|
|
481
485
|
} | null | undefined;
|
|
486
|
+
} | {
|
|
487
|
+
xdrBase64: string;
|
|
488
|
+
} | {
|
|
489
|
+
xdr: string;
|
|
482
490
|
};
|
|
483
491
|
quoteId?: string | undefined;
|
|
484
492
|
approval?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messenger-mock.d.mts","sourceRoot":"","sources":["../../src/tests/messenger-mock.ts"],"names":[],"mappings":";AA6BA,OAAO,KAAK,EAAE,iCAAiC,EAAE,qBAAW;AAe5D;;;;;;GAMG;AAEH,wBAAgB,gBAAgB,CAAC,EAC/B,YAAY,GACb,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAO
|
|
1
|
+
{"version":3,"file":"messenger-mock.d.mts","sourceRoot":"","sources":["../../src/tests/messenger-mock.ts"],"names":[],"mappings":";AA6BA,OAAO,KAAK,EAAE,iCAAiC,EAAE,qBAAW;AAe5D;;;;;;GAMG;AAEH,wBAAgB,gBAAgB,CAAC,EAC/B,YAAY,GACb,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgTjC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/transaction-pay-controller",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.16.1",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -60,17 +60,17 @@
|
|
|
60
60
|
"@metamask/assets-controller": "^9.1.0",
|
|
61
61
|
"@metamask/assets-controllers": "^109.2.2",
|
|
62
62
|
"@metamask/base-controller": "^9.1.0",
|
|
63
|
-
"@metamask/bridge-controller": "^
|
|
64
|
-
"@metamask/bridge-status-controller": "^
|
|
63
|
+
"@metamask/bridge-controller": "^77.0.0",
|
|
64
|
+
"@metamask/bridge-status-controller": "^73.0.0",
|
|
65
65
|
"@metamask/controller-utils": "^12.3.0",
|
|
66
66
|
"@metamask/gas-fee-controller": "^26.2.3",
|
|
67
67
|
"@metamask/keyring-controller": "^27.1.0",
|
|
68
68
|
"@metamask/messenger": "^1.2.0",
|
|
69
69
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
70
70
|
"@metamask/network-controller": "^33.0.0",
|
|
71
|
-
"@metamask/ramps-controller": "^
|
|
71
|
+
"@metamask/ramps-controller": "^15.0.0",
|
|
72
72
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
73
|
-
"@metamask/transaction-controller": "^68.
|
|
73
|
+
"@metamask/transaction-controller": "^68.2.0",
|
|
74
74
|
"@metamask/utils": "^11.11.0",
|
|
75
75
|
"bignumber.js": "^9.1.2",
|
|
76
76
|
"bn.js": "^5.2.1",
|