Skip to content
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

Feat/enum assetclass #1180

Merged
merged 5 commits into from
Oct 2, 2023

Conversation

adjisb
Copy link
Contributor

@adjisb adjisb commented Sep 29, 2023

Description

- https://internal-jira.atlassian.net/browse/GSC-92
- https://internal-jira.atlassian.net/browse/GSC-100

@adjisb adjisb requested a review from a team as a code owner September 29, 2023 21:32
@adjisb adjisb requested review from mvanmeerbeck and atkinsonholly and removed request for a team September 29, 2023 21:32
LibOrder.validateOrderTime(order);

address makeToken = abi.decode(order.makeAsset.assetType.data, (address));
verifyWhiteList(makeToken);
Copy link
Contributor

Choose a reason for hiding this comment

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

verifyWhiteList will check ERC20 too and always fail

Copy link
Contributor

Choose a reason for hiding this comment

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

verifyERC20Whitelist got lost too

@mvanmeerbeck mvanmeerbeck merged commit 2b5ee2c into feat/marketplace-initializers Oct 2, 2023
4 of 5 checks passed
@mvanmeerbeck mvanmeerbeck deleted the feat/enum-assetclass branch October 2, 2023 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants