-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v10.1.0 #488
v10.1.0 #488
Conversation
CHANGELOG.md
Outdated
|
||
### Changed | ||
- Improve collectible detection by account ([#487](https://github.com/MetaMask/controllers/pull/487)) | ||
- Mapping token address strings instead of Token objects while checking for new tokens ([#480](https://github.com/MetaMask/controllers/pull/480)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR was more of a bug fix, or at least that was my understanding. I would put this under Fixed, with the description "Skip token detection for tokens that are already tracked", or something like that. That was the bug - that we're detecting all tokens, even those already on the user's list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Left a suggestion for the changelog, but we can adjust that in a follow-up if you're in a rush to release this.
@Gudahtt changed tha changelog as you suggested! 👌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
[10.1.0] - 2021-06-7
Added
Changed
Fixed