-
-
Notifications
You must be signed in to change notification settings - Fork 261
25.0.0 #673
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
25.0.0 #673
Conversation
gantunesr
left a comment
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
|
Thanks Guto! Going to wait for review from @Gudahtt before merge. |
Gudahtt
left a comment
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.
Looks good aside from that one typo!
Co-authored-by: Mark Stacey <[email protected]>
|
Thanks for pointing out the type @Gudahtt! Ready for another look! |
|
* 25.0.0 * update changelog * Update CHANGELOG.md Co-authored-by: Mark Stacey <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Alex <[email protected]>
* 25.0.0 * update changelog * Update CHANGELOG.md Co-authored-by: Mark Stacey <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Alex <[email protected]>
This is the release candidate for version 25.0.0.
[25.0.0]
Added
checkAndUpdateSingleCollectibleOwnershipStatuson CollectiblesController, which contains the userAddress and chainId to check asset ownership against. If not included, the method will still check against the currently configured selectedAddress and chainId configured in the CollectiblesController (#672)getTokenStandardAndDetailsmethod on AssetsContractController which determines whether the input contract confirms to particular known token standard (ERC20,ERC721orERC1155) and returns the detected standard along with some key values/details about that the contract and/or specified token within that contract (#667)Changed
getAssetName->getERC721AssetNameandbalanceOfERC1155Collectible->getERC1155BalanceOf).