-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix: Event and Token_id #136
Conversation
tekkac
commented
Aug 30, 2024
- use only TransferSingle for compatibility
- start counting token_ids at 1 instead of 0
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 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] |
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.
Will there be new tests for this, or it's not planned/useless?
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.
Good catch, this test isn't crucial but will add it in another PR.