Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
233b705
Initialize Release 161.0.0
ccharly Jun 12, 2024
25a6c51
Update Release 161.0.0
ccharly Jun 12, 2024
7beeba9
chore: update accounts-controller CHANGELOG.md
ccharly Jun 12, 2024
9f61b2b
chore: update assets-controller CHANGELOG.md
ccharly Jun 12, 2024
dc93145
chore: update chain-controller CHANGELOG.md
ccharly Jun 12, 2024
1215152
chore: update keyring-controller CHANGELOG.md
ccharly Jun 12, 2024
b57a7f8
chore: update selected-network-controller CHANGELOG.md
ccharly Jun 12, 2024
ec719c8
chore: update transaction-controller CHANGELOG.md
ccharly Jun 12, 2024
e631ca5
chore: yarn constraints --fix
ccharly Jun 12, 2024
dc2a863
chore: update changelogs after for constraints fixes
ccharly Jun 12, 2024
43da8a8
chore: yarn.lock
ccharly Jun 12, 2024
c3d89d6
chore: fix changelog for assets-controllers
ccharly Jun 12, 2024
009d5b8
chore: update changelog for transaction-controller
ccharly Jun 12, 2024
ddeef9d
chore: update changelog for keyring-controller
ccharly Jun 12, 2024
a7710db
chore: update assets-controllers CHANGELOG.md
ccharly Jun 12, 2024
faa8750
chore: update assets-controllers CHANGELOG.md
ccharly Jun 12, 2024
b7fdc16
fix: fix assets-controllers CHANGELOG.md
ccharly Jun 12, 2024
b998da8
chore: re-categorized some changes in assets-controllers CHANGELOG.md
ccharly Jun 12, 2024
4cd1d52
chore: update changelog entry for assets-controllers CHANGELOG.md
ccharly Jun 12, 2024
8b7ae3d
chore: update changelog entry for assets-controllers CHANGELOG.md
ccharly Jun 12, 2024
451d356
chore: re-categorized some changes in assets-controllers CHANGELOG.md
ccharly Jun 12, 2024
b6bc2d9
chore: update assets-controllers CHANGELOG.md
ccharly Jun 12, 2024
18a8a48
chore: update assets-controllers CHANGELOG.md
ccharly Jun 12, 2024
13d91ae
chore: initial release for chain-controller
ccharly Jun 12, 2024
c9a6139
chore: update entries for #4314
ccharly Jun 12, 2024
37bc182
chore: update assets-controllers CHANGELOG.md
ccharly Jun 12, 2024
f71d036
chore: update assets-controllers CHANGELOG.md
ccharly Jun 12, 2024
374c25b
chore: update transaction-controller CHANGELOG.md
ccharly Jun 12, 2024
83c5a8f
chore: update changelog for transaction-controller
ccharly Jun 12, 2024
f273f6e
chore: update changelog for assets-controller
ccharly Jun 12, 2024
347751f
chore: update changelog for transaction-controller
ccharly Jun 12, 2024
16aed63
chore: update changelog for keyring-controller
ccharly Jun 12, 2024
f15f107
Merge branch 'main' into release/161.0.0
ccharly Jun 12, 2024
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
Prev Previous commit
Next Next commit
chore: update assets-controllers CHANGELOG.md
Co-authored-by: Elliot Winkler <[email protected]>
  • Loading branch information
ccharly and mcmire authored Jun 12, 2024
commit b6bc2d9d1470fc55891800d74d4046b12c40c25a
2 changes: 1 addition & 1 deletion packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- **BREAKING:** Add `messenger` as a constructor option for `AccountTrackerController` ([#4225](https://github.com/MetaMask/core/pull/4225))
- Add `AccountTrackerControllerMessenger` type
Copy link
Contributor

@MajorLift MajorLift Jun 12, 2024

Choose a reason for hiding this comment

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

Ah looks like this belongs under line 14.

Leaving this comment as reference to be fixed by a future PR covering AccountTrackerController.

- `NftController` now allows `AccountsController:getAccount`, `AccountsController:getSelectedAccount` as messenger actions and subscribes to the `AccountsController:selectedEvmAccountChange` messenger event ([#4221](https://github.com/MetaMask/core/pull/4221))
- **BREAKING:** The `NftController` messenger must now allow `AccountsController:getAccount` and `AccountsController:getSelectedAccount` as messenger actions and `AccountsController:selectedEvmAccountChange` as a messenger event ([#4221](https://github.com/MetaMask/core/pull/4221))
- `NftDetectionController` now allows `AccountsController:getSelectedAccount` as a messenger action ([#4221](https://github.com/MetaMask/core/pull/4221))
- Token price API support for mantle network ([#4376](https://github.com/MetaMask/core/pull/4376))

Expand Down