Skip to content

Commit

Permalink
Release/144.0.0 (#4220)
Browse files Browse the repository at this point in the history
Creates release 144, to release v15.1.0 of the gasFeeController

---------

Co-authored-by: Mark Stacey <markjstacey@gmail.com>
  • Loading branch information
danjm and Gudahtt committed Apr 26, 2024
1 parent 5536420 commit 5cf233b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "143.0.0",
"version": "144.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
13 changes: 12 additions & 1 deletion packages/gas-fee-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [15.1.0]

### Added

- Add nonRPCGasFeeApisDisabled property to the gas fee controller, allowing the user to specify that they want to prevent network request to gas estimate services, and only want gas estimates to be based on rpc requests (eth_feeHistory and eth_gasPrice) to the provider. ([#4094](https://github.com/MetaMask/core.git/pull/4094))

### Fixed

- Fix GasFeeController incorrectly setting globally selected state, so that state is only updated if the gasFeeEstimate fetched is for the currently selected network ([#4214](https://github.com/MetaMask/core.git/pull/4214))

## [15.0.0]

### Changed
Expand Down Expand Up @@ -249,7 +259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

All changes listed after this point were applied to this package following the monorepo conversion.

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@15.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@15.1.0...HEAD
[15.1.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@15.0.0...@metamask/gas-fee-controller@15.1.0
[15.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@14.0.1...@metamask/gas-fee-controller@15.0.0
[14.0.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@14.0.0...@metamask/gas-fee-controller@14.0.1
[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@13.0.2...@metamask/gas-fee-controller@14.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/gas-fee-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/gas-fee-controller",
"version": "15.0.0",
"version": "15.1.0",
"description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens",
"keywords": [
"MetaMask",
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@metamask/base-controller": "^5.0.1",
"@metamask/controller-utils": "^9.1.0",
"@metamask/eth-query": "^4.0.0",
"@metamask/gas-fee-controller": "^15.0.0",
"@metamask/gas-fee-controller": "^15.1.0",
"@metamask/metamask-eth-abis": "^3.1.1",
"@metamask/network-controller": "^18.1.0",
"@metamask/rpc-errors": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/user-operation-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@metamask/base-controller": "^5.0.1",
"@metamask/controller-utils": "^9.1.0",
"@metamask/eth-query": "^4.0.0",
"@metamask/gas-fee-controller": "^15.0.0",
"@metamask/gas-fee-controller": "^15.1.0",
"@metamask/keyring-controller": "^15.0.0",
"@metamask/network-controller": "^18.1.0",
"@metamask/polling-controller": "^6.0.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/gas-fee-controller@^15.0.0, @metamask/gas-fee-controller@workspace:packages/gas-fee-controller":
"@metamask/gas-fee-controller@^15.1.0, @metamask/gas-fee-controller@workspace:packages/gas-fee-controller":
version: 0.0.0-use.local
resolution: "@metamask/gas-fee-controller@workspace:packages/gas-fee-controller"
dependencies:
Expand Down Expand Up @@ -3020,7 +3020,7 @@ __metadata:
"@metamask/controller-utils": ^9.1.0
"@metamask/eth-query": ^4.0.0
"@metamask/ethjs-provider-http": ^0.3.0
"@metamask/gas-fee-controller": ^15.0.0
"@metamask/gas-fee-controller": ^15.1.0
"@metamask/metamask-eth-abis": ^3.1.1
"@metamask/network-controller": ^18.1.0
"@metamask/rpc-errors": ^6.2.1
Expand Down Expand Up @@ -3061,7 +3061,7 @@ __metadata:
"@metamask/base-controller": ^5.0.1
"@metamask/controller-utils": ^9.1.0
"@metamask/eth-query": ^4.0.0
"@metamask/gas-fee-controller": ^15.0.0
"@metamask/gas-fee-controller": ^15.1.0
"@metamask/keyring-controller": ^15.0.0
"@metamask/network-controller": ^18.1.0
"@metamask/polling-controller": ^6.0.1
Expand Down

0 comments on commit 5cf233b

Please sign in to comment.