Uh oh!
There was an error while loading. Please reload this page.
Release 78.0.0 - #1708
Conversation
60a4ec6 to
ecca162CompareWe should change the title of this PR to |
| - **BREAKING**: `TokensController.addToken` now accepts a single options object | ||
| ``` | ||
| { | ||
| address: string; | ||
| symbol: string; | ||
| decimals: number; | ||
| name?: string; | ||
| image?: string; | ||
| interactingAddress?: string; | ||
| networkClientId?: NetworkClientId; | ||
| } | ||
| ``` | ||
| - **CHANGED**: `TokensController.addToken` will use the chain ID value derived from state for `networkClientId` if provided | ||
| - **CHANGED**: `TokensController.addTokens` now accepts an optional `networkClientId` as the last parameter | ||
| - **CHANGED**: `TokensController.addTokens` will use the chain ID value derived from state for `networkClientId` if provided | ||
| - **CHANGED**: `TokensController.watchAsset` options now accepts optional `networkClientId` which is used to get the ERC-20 token name if provided |
There was a problem hiding this comment.
Can we link PRs related to these changes?
OGPoyraz
commented
Sep 25, 2023
Thanks @mikesposito |
jiexi
left a comment
There was a problem hiding this comment.
@metamask/asset-controllers LGTM. Thank you for cutting this release 💪
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Gudahtt
commented
Sep 25, 2023
#1633 has been merged now as well, which includes many breaking changes. We'll need to expand the scope of this release to include a few more things |
jiexi
commented
Sep 25, 2023
I'm working on getting #1633 included in this release right now |
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
82c50a5 to
4e3b3daCompare
Gudahtt
left a comment
There was a problem hiding this comment.
Just noticed that each of these peer dependency bumps is just called a dependency bump in the change entry, which might be confusing (as that wouldn't normally be breaking). I've added a suggestion to re-word each one to "peer dependency"
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
6f7da85 to
c96a938Compare
See change logs