@metamask/bridge-controller 64.1.0 → 64.3.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 CHANGED
@@ -7,12 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [64.3.0]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/snaps-controllers` from `^14.0.0` to `^17.2.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
15
+ - Bump `@metamask/remote-feature-flag-controller` from `^3.1.0` to `^4.0.0` ([#7546](https://github.com/MetaMask/core/pull/7546))
16
+ - Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
17
+ - Bump `@metamask/network-controller` from `^27.0.0` to `^27.1.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
18
+ - Bump `@metamask/controller-utils` from `^11.16.0` to `^11.17.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
19
+
20
+ ### Fixed
21
+
22
+ - Change fee_limit param naming to feeLimit for Tron ([#7571](https://github.com/MetaMask/core/pull/7571))
23
+
24
+ ## [64.2.0]
25
+
26
+ ### Changed
27
+
28
+ - Bump `@metamask/assets-controllers` from `^93.1.0` to `^94.1.0` ([#7444](https://github.com/MetaMask/core/pull/7444), [#7488](https://github.com/MetaMask/core/pull/7488))
29
+ - Bump `@metamask/transaction-controller` from `^62.5.0` to `^62.7.0` ([#7430](https://github.com/MetaMask/core/pull/7430), [#7494](https://github.com/MetaMask/core/pull/7494))
30
+ - Bump `@metamask/remote-feature-flag-controller` from `^3.0.0` to `^3.1.0` ([#7519](https://github.com/MetaMask/core/pull/7519))
31
+ - Add fee limit passthrough for Tron snap fee computation ([#7426](https://github.com/MetaMask/core/pull/7426))
32
+
10
33
  ## [64.1.0]
11
34
 
12
35
  ### Changed
13
36
 
14
- - Bump `@metamask/assets-controllers` from `^93.0.0` to `^93.1.0` ([#7309](https://github.com/MetaMask/core/pull/7309)
15
- - Bump `@metamask/remote-feature-flag-controller` from `^2.0.1` to `^3.0.0` ([#7309](https://github.com/MetaMask/core/pull/7309)
37
+ - Bump `@metamask/assets-controllers` from `^93.0.0` to `^93.1.0` ([#7309](https://github.com/MetaMask/core/pull/7309))
38
+ - Bump `@metamask/remote-feature-flag-controller` from `^2.0.1` to `^3.0.0` ([#7309](https://github.com/MetaMask/core/pull/7309))
16
39
  - Bump `@metamask/transaction-controller` from `^62.4.0` to `^62.5.0` ([#7325](https://github.com/MetaMask/core/pull/7325))
17
40
 
18
41
  ### Fixed
@@ -940,7 +963,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
940
963
 
941
964
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
942
965
 
943
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.1.0...HEAD
966
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.3.0...HEAD
967
+ [64.3.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.2.0...@metamask/bridge-controller@64.3.0
968
+ [64.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.1.0...@metamask/bridge-controller@64.2.0
944
969
  [64.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.0.0...@metamask/bridge-controller@64.1.0
945
970
  [64.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@63.2.0...@metamask/bridge-controller@64.0.0
946
971
  [63.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@63.1.0...@metamask/bridge-controller@63.2.0
@@ -19,8 +19,8 @@ type BridgePollingInput = {
19
19
  context: Pick<RequiredEventContextFromClient, UnifiedSwapBridgeEventName.QuotesError>[UnifiedSwapBridgeEventName.QuotesError] & Pick<RequiredEventContextFromClient, UnifiedSwapBridgeEventName.QuotesRequested>[UnifiedSwapBridgeEventName.QuotesRequested];
20
20
  };
21
21
  declare const BridgeController_base: (abstract new (...args: any[]) => {
22
- readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
23
- "__#15@#intervalLength": number | undefined;
22
+ readonly "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
23
+ "__#14@#intervalLength": number | undefined;
24
24
  setIntervalLength(intervalLength: number): void;
25
25
  getIntervalLength(): number | undefined;
26
26
  _startPolling(input: BridgePollingInput): void;
@@ -19,8 +19,8 @@ type BridgePollingInput = {
19
19
  context: Pick<RequiredEventContextFromClient, UnifiedSwapBridgeEventName.QuotesError>[UnifiedSwapBridgeEventName.QuotesError] & Pick<RequiredEventContextFromClient, UnifiedSwapBridgeEventName.QuotesRequested>[UnifiedSwapBridgeEventName.QuotesRequested];
20
20
  };
21
21
  declare const BridgeController_base: (abstract new (...args: any[]) => {
22
- readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
23
- "__#15@#intervalLength": number | undefined;
22
+ readonly "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
23
+ "__#14@#intervalLength": number | undefined;
24
24
  setIntervalLength(intervalLength: number): void;
25
25
  getIntervalLength(): number | undefined;
26
26
  _startPolling(input: BridgePollingInput): void;