-
Notifications
You must be signed in to change notification settings - Fork 1k
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
NeoToken: add NEP-27 to supported standards list starting from Echidna #3643
Conversation
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.
Should be OK, technically it's correct to have NEP-27 in standards.
0771b26
to
285ee2c
Compare
Tests are failing, but not due to this PR:
|
Test fails only in the workflow, i could not reproduce it locally,,, thus i can not debug it.... @cschuchardt88 any idea how to fix? |
#3597 introduces `onNEP17Payment` handler to native NeoToke contract starting from Echidna hardfork. We need to update the list of supported standards respectively. Signed-off-by: Anna Shaleva <[email protected]>
1fc6871
to
4e7b11e
Compare
UT problem could be fixed in a different PR |
Description
#3597 introduces
onNEP17Payment
handler to native NeoToken contract starting from Echidna hardfork. We need to update the list of supported standards respectively.Type of change
How Has This Been Tested?
TestGenesisNativeState
unit-test.Checklist: