Skip to content
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

Closed
wants to merge 5 commits into from

Conversation

snjax
Copy link
Contributor

@snjax snjax commented Jun 12, 2020

This feature adds to near following precompiled contracts:

  • alt_bn128_g1_multiexp
  • alt_bn128_pairing_check

Example of usage is at zeropoolnetwork/near-groth16-verifier

Copy link
Contributor

@bowenwang1996 bowenwang1996 left a 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?

@snjax
Copy link
Contributor Author

snjax commented Jun 13, 2020

Do you have a PR to nearcore as well?

Corresponding PR to nearcore near/nearcore#2842

@@ -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"}
Copy link
Member

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)

@snjax snjax force-pushed the feature/alt_bn128 branch from 2b2fc4d to 89a1c53 Compare July 16, 2020 19:28
@frol
Copy link
Collaborator

frol commented Jun 28, 2023

Superseded in #1028.

@frol frol closed this Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants