@metamask-previews/transaction-controller 37.2.0-preview-00a41cb8 → 37.3.0-preview-71085a04

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [37.3.0]
11
+
12
+ ### Added
13
+
14
+ - Add types for bridge transactions ([#4714](https://github.com/MetaMask/core/pull/4714))
15
+
16
+ ### Changed
17
+
18
+ - Reduce gas limit fallback from 95% to 35% of the block gas limit on failed gas limit estimations ([#4739](https://github.com/MetaMask/core/pull/4739))
19
+
20
+ ### Fixed
21
+
22
+ - Use contract ABIs to decode the token balance responses ([#4775](https://github.com/MetaMask/core/pull/4775))
23
+
10
24
  ## [37.2.0]
11
25
 
12
26
  ### Added
@@ -1048,7 +1062,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1048
1062
 
1049
1063
  All changes listed after this point were applied to this package following the monorepo conversion.
1050
1064
 
1051
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.2.0...HEAD
1065
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.3.0...HEAD
1066
+ [37.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.2.0...@metamask/transaction-controller@37.3.0
1052
1067
  [37.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.1.0...@metamask/transaction-controller@37.2.0
1053
1068
  [37.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.0.0...@metamask/transaction-controller@37.1.0
1054
1069
  [37.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@36.1.0...@metamask/transaction-controller@37.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/transaction-controller",
3
- "version": "37.2.0-preview-00a41cb8",
3
+ "version": "37.3.0-preview-71085a04",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -72,7 +72,7 @@
72
72
  "@metamask/accounts-controller": "^18.2.2",
73
73
  "@metamask/approval-controller": "^7.1.0",
74
74
  "@metamask/auto-changelog": "^3.4.4",
75
- "@metamask/eth-json-rpc-provider": "^4.1.4",
75
+ "@metamask/eth-json-rpc-provider": "^4.1.5",
76
76
  "@metamask/ethjs-provider-http": "^0.3.0",
77
77
  "@metamask/gas-fee-controller": "^20.0.1",
78
78
  "@metamask/keyring-api": "^8.1.3",