-
Notifications
You must be signed in to change notification settings - Fork 248
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
Add precompiled contracts for alt_bn128 curve #188
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.
Do you have a PR to nearcore as well?
Corresponding PR to nearcore near/nearcore#2842 |
near-sdk/Cargo.toml
Outdated
@@ -23,8 +23,8 @@ near-sdk-macros = { path = "../near-sdk-macros", version = "0.11.0"} | |||
borsh = "0.6.1" | |||
bs58 = "0.3" | |||
base64 = "0.11.0" | |||
near-vm-logic = "0.9.1" | |||
near-runtime-fees = "0.9.1" | |||
near-vm-logic = {path = "../../nearcore/runtime/near-vm-logic", version = "0.9.1"} |
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.
Please change this back to versions when PR is finished (versions of these packages should increase on nearcore side)
Superseded in #1028. |
This feature adds to near following precompiled contracts:
Example of usage is at zeropoolnetwork/near-groth16-verifier