-
Notifications
You must be signed in to change notification settings - Fork 632
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
Tracking issue for NEP-364: ed25519_verify host function #7567
Comments
Do all of these need to be addressed before the feature can be stabilised? If not, should we highlight which are essential for stabilisation? |
Yes, they all are mandatory for the standard of quality we want to maintain. They are ordered roughtly in order of priority though. |
cc @blasrodri as the author of the original impl |
I'll start working on these next week. Will be needing your support on the cost part @jakmeier |
* Align doc comment with other host functions (not that we are super-consistent here) * Align code style with other host functions * Reduce some duplication from tests * Add tricky test-cases where a value of the wrong length is read from the register. #7567
I guess another useful thing to have before stabilization is to use this nightly function in some contract on the beta net. So, if someone's already using this, please ping this issue, even if you don't have any problems ) |
* Align doc comment with other host functions (not that we are super-consistent here) * Align code style with other host functions * Reduce some duplication from tests * Add tricky test-cases where a value of the wrong length is read from the register. #7567
* Align doc comment with other host functions (not that we are super-consistent here) * Align code style with other host functions * Reduce some duplication from tests * Add tricky test-cases where a value of the wrong length is read from the register. #7567
This is more or less ready for stabilization I think, though
would still be a nice sanity check |
@blasrodri to get this into the release pipeline, we still need a stabilization PR that stabilizes the feature flag and removes some of the |
got it! will take care of it :) |
I have made this one some time ago: |
Oh, sorry I missed that completely :( |
Closing this as the feature has been merged to master. (If anything comes up while testing on testnet, we can always reopen.) |
NEP: near/NEPs#364
Implementation: #7165
Stabilization PR:
Unresolved questions:
The text was updated successfully, but these errors were encountered: