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
10 changes: 10 additions & 0 deletions packages/assets-controllers/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]

### Changed

- **BREAKING:** Modify DeFi position fetching behaviour ([#6944](https://github.com/MetaMask/core/pull/6944))
- The fetch request to the API times out after 8 seconds and attempts a single retry
- Refresh only updates the selected evm address
- `KeyringController:unlock` no longer starts polling
- `AccountsController:accountAdded` no longer updates DeFi positions
- `AccountTreeController:selectedAccountGroupChange` updates DeFi positions for the selected address
- `TransactionController:transactionConfirmed` only updates DeFi positions if the transaction is for the selected address

## [84.0.0]

### Added
Expand Down
Loading
Loading