@metamask-previews/gas-fee-controller
Advanced tools
Comparing version 20.0.1-preview-f6589ba6 to 21.0.0-preview-1800a170
@@ -10,2 +10,10 @@ # Changelog | ||
## [21.0.0] | ||
### Changed | ||
- **BREAKING:** `GasFeeController` now uses a new polling interface that accepts the generic parameter `PollingInput` ([#4752](https://github.com/MetaMask/core/pull/4752)) | ||
- **BREAKING:** The inherited `AbstractPollingController` method `startPollingByNetworkClientId` has been renamed to `startPolling` ([#4752](https://github.com/MetaMask/core/pull/4752)) | ||
- **BREAKING:** The inherited `AbstractPollingController` method `onPollingComplete` now returns the entire input object of type `PollingInput`, instead of a network client id ([#4752](https://github.com/MetaMask/core/pull/4752)) | ||
## [20.0.1] | ||
@@ -355,3 +363,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@20.0.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@21.0.0...HEAD | ||
[21.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@20.0.1...@metamask/gas-fee-controller@21.0.0 | ||
[20.0.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@20.0.0...@metamask/gas-fee-controller@20.0.1 | ||
@@ -358,0 +367,0 @@ [20.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@19.0.1...@metamask/gas-fee-controller@20.0.0 |
{ | ||
"name": "@metamask-previews/gas-fee-controller", | ||
"version": "20.0.1-preview-f6589ba6", | ||
"version": "21.0.0-preview-1800a170", | ||
"description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
"@metamask/ethjs-unit": "^0.3.0", | ||
"@metamask/polling-controller": "^10.0.1", | ||
"@metamask/polling-controller": "^11.0.0", | ||
"@metamask/utils": "^9.1.0", | ||
@@ -64,3 +64,3 @@ "@types/bn.js": "^5.1.5", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@metamask/network-controller": "^21.0.1", | ||
"@metamask/network-controller": "^21.1.0", | ||
"@types/jest": "^27.4.1", | ||
@@ -67,0 +67,0 @@ "@types/jest-when": "^2.7.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
219854
1101
+ Added@metamask/polling-controller@11.0.0(transitive)
+ Added@noble/hashes@1.5.0(transitive)
+ Added@types/node@22.9.1(transitive)
- Removed@metamask/polling-controller@10.0.1(transitive)
- Removed@noble/hashes@1.6.0(transitive)
- Removed@scure/base@1.2.1(transitive)
- Removed@types/node@22.9.3(transitive)