Skip to content

Commit eae8297

Browse files
committed
refactor: handle BatchSell quoteResponse array in transaction utils
fix: delegated account + gasIncluded7702=false
1 parent f0c1bbb commit eae8297

9 files changed

Lines changed: 540 additions & 770 deletions

File tree

eslint-suppressions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@
742742
},
743743
"packages/bridge-status-controller/src/utils/transaction.ts": {
744744
"no-restricted-syntax": {
745-
"count": 4
745+
"count": 2
746746
}
747747
},
748748
"packages/chain-agnostic-permission/src/caip25Permission.ts": {

packages/bridge-status-controller/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Bump `@metamask/bridge-controller` from `^72.0.4` to `^73.0.1` ([#8850](https://github.com/MetaMask/core/pull/8850), [#8866](https://github.com/MetaMask/core/pull/8866))
13+
- Refactor batch transaction utils to handle multiple quote requests within a batch (for BatchSell integration) ([#8886](https://github.com/MetaMask/core/pull/8886))
14+
15+
### Removed
16+
17+
- Remove unused GasFeeController:getState call result ([#8886](https://github.com/MetaMask/core/pull/8886))
1318
- Remove unnecessary type assertions for bridge quotes ([#8805](https://github.com/MetaMask/core/pull/8805))
1419

20+
### Fixed
21+
22+
- Use txFee from the bridge-api whenever it's provided ([#8805](https://github.com/MetaMask/core/pull/8805))
23+
1524
## [71.2.0]
1625

1726
### Changed

0 commit comments

Comments
 (0)