Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions eslint-suppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -740,11 +740,6 @@
"count": 3
}
},
"packages/bridge-status-controller/src/utils/transaction.ts": {
"no-restricted-syntax": {
"count": 4
}
},
"packages/chain-agnostic-permission/src/caip25Permission.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 11
Expand Down Expand Up @@ -2343,4 +2338,4 @@
"count": 10
}
}
}
}
9 changes: 9 additions & 0 deletions packages/bridge-status-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- 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))
- Refactor batch transaction utils to handle multiple quote requests within a batch (for BatchSell integration) ([#8886](https://github.com/MetaMask/core/pull/8886))

### Removed

- Remove unused GasFeeController:getState call result ([#8886](https://github.com/MetaMask/core/pull/8886))
- Remove unnecessary type assertions for bridge quotes ([#8805](https://github.com/MetaMask/core/pull/8805))

### Fixed

- Use txFee from the bridge-api whenever it's provided ([#8805](https://github.com/MetaMask/core/pull/8805))

## [71.2.0]

### Changed
Expand Down
Loading
Loading