Skip to content
Open
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
8 changes: 4 additions & 4 deletions eslint-suppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,15 +567,15 @@
},
"packages/bridge-controller/src/bridge-controller.test.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 2
"count": 1
},
"@typescript-eslint/prefer-nullish-coalescing": {
"count": 1
}
},
"packages/bridge-controller/src/bridge-controller.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 18
"count": 17
},
"@typescript-eslint/naming-convention": {
"count": 4
Expand All @@ -588,7 +588,7 @@
},
"packages/bridge-controller/src/selectors.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 25
"count": 24
},
"@typescript-eslint/naming-convention": {
"count": 1
Expand Down Expand Up @@ -702,7 +702,7 @@
},
"packages/bridge-controller/src/utils/snaps.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 3
"count": 1
}
},
"packages/bridge-controller/src/utils/swaps.ts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/bridge-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated s3 link in mock ([#7710](https://github.com/MetaMask/core/pull/7710))

### Removed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you mark this as a breaking change? Clients will need to update their tests when upgrading the controller


- **BREAKING:** Remove `getMinimumBalanceForRentExemptionInLamports`, `getMinimumBalanceForRentExemptionRequest`, `selectMinimumBalanceForRentExemptionInSOL`, and `minimumBalanceForRentExemptionInLamports` from state ([#7715](https://github.com/MetaMask/core/pull/7715))

## [64.8.1]

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ Object {
"usdExchangeRate": "100",
},
},
"minimumBalanceForRentExemptionInLamports": "0",
"quoteFetchError": null,
"quoteRequest": Object {
"destChainId": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
Expand Down Expand Up @@ -270,7 +269,6 @@ Object {
"usdExchangeRate": "100",
},
},
"minimumBalanceForRentExemptionInLamports": "0",
"quoteFetchError": null,
"quoteRequest": Object {
"destChainId": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
Expand Down

Large diffs are not rendered by default.

Loading
Loading