@metamask/gas-fee-controller
Advanced tools
Comparing version 20.0.1 to 21.0.0
@@ -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/gas-fee-controller", | ||
"version": "20.0.1", | ||
"version": "21.0.0", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
219828
1101
0
+ Added@metamask/polling-controller@11.0.0(transitive)
- Removed@metamask/polling-controller@10.0.1(transitive)