-
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
[neox-2.x] add interop services #1597
Conversation
Related: #1419 |
If the main focus of the cross-chain in neo2 is the cross-chain with neo3, we must first make sure that we use the same encryption standards, I think we need at least Sha256 in both cases. |
We have |
Could you add UT for these methods? |
Unit Test will be added soon. |
Add recovery id in generate signature
@shargon Can you review this again? |
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.
I think we'll not add keccak256 and ecc recover functions in neo3, as it'll replaced by Speck256k1.CheckMultiSig
.
But we'll keep this two functions in neox-2.x, as it also works well, we want to release neox-2.x asap.
@shargon Can we merge this? |
Ready to merge? |
Step 4/7 from
neo-ngd/neo
toneox-2.x
Add 2 new interop services
Neo.Cryptography.Keccak256
Neo.Cryptography.Ecrecover
@erikzhang @shargon I reopen this. Please take a look.