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

Fix: Event and Token_id #136

Merged
merged 8 commits into from
Sep 2, 2024

Conversation

tekkac
Copy link
Contributor

@tekkac tekkac commented Aug 30, 2024

  • use only TransferSingle for compatibility
  • start counting token_ids at 1 instead of 0

@tekkac tekkac requested a review from julienbrs August 30, 2024 15:14
Copy link
Collaborator

@julienbrs julienbrs left a comment

Choose a reason for hiding this comment

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

LGTM, thanks a lot for the nice cleaning 💅✨

@@ -625,31 +625,6 @@ fn fuzz_test_transfer_high_supply_high_amount(raw_supply: u256, raw_cc_amount: u
);
}

// #[test]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Will there be new tests for this, or it's not planned/useless?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, this test isn't crucial but will add it in another PR.

@tekkac tekkac merged commit 8d6f766 into carbonable-labs:main Sep 2, 2024
2 checks passed
@tekkac tekkac deleted the fix/events-1155+no_zero_tokenid branch September 2, 2024 13:58
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.

2 participants