@metamask/transaction-pay-controller 23.15.0 → 23.16.0
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 +10 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [23.16.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- 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
15
|
- 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
16
|
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Bump `@metamask/bridge-controller` from `^76.1.0` to `^77.0.0` ([#9256](https://github.com/MetaMask/core/pull/9256))
|
|
20
|
+
- Bump `@metamask/bridge-status-controller` from `^72.3.0` to `^73.0.0` ([#9256](https://github.com/MetaMask/core/pull/9256))
|
|
21
|
+
- Bump `@metamask/transaction-controller` from `^68.1.1` to `^68.2.0` ([#9253](https://github.com/MetaMask/core/pull/9253))
|
|
22
|
+
|
|
15
23
|
## [23.15.0]
|
|
16
24
|
|
|
17
25
|
### Changed
|
|
@@ -1170,7 +1178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1170
1178
|
|
|
1171
1179
|
- Initial release ([#6820](https://github.com/MetaMask/core/pull/6820))
|
|
1172
1180
|
|
|
1173
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.
|
|
1181
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.16.0...HEAD
|
|
1182
|
+
[23.16.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.15.0...@metamask/transaction-pay-controller@23.16.0
|
|
1174
1183
|
[23.15.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.14.0...@metamask/transaction-pay-controller@23.15.0
|
|
1175
1184
|
[23.14.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.13.1...@metamask/transaction-pay-controller@23.14.0
|
|
1176
1185
|
[23.13.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@23.13.0...@metamask/transaction-pay-controller@23.13.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/transaction-pay-controller",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.16.0",
|
|
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.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",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@metamask/network-controller": "^33.0.0",
|
|
71
71
|
"@metamask/ramps-controller": "^14.3.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",
|