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

[Features] support bn254_algebra in aptos_stdlib #11142

Merged
merged 25 commits into from
Dec 12, 2023
Merged

Commits on Dec 3, 2023

  1. [feat][aptos-stdlib] crypto algebra bn254

    Signed-off-by: caojiafeng <funfriendcjf@gmail.com>
    nanne007 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    480756d View commit details
    Browse the repository at this point in the history
  2. scripts: fix update_algebra_gas_params.py

    Signed-off-by: caojiafeng <funfriendcjf@gmail.com>
    nanne007 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    71c74ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeedf11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1570e31 View commit details
    Browse the repository at this point in the history
  5. add test for bn254

    nanne007 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    0e637ae View commit details
    Browse the repository at this point in the history
  6. bn254: add test and doc

    nanne007 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    b429d5c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. ark_bn254 benches and derived gas parameters (#2)

    * [feat][aptos-stdlib] crypto algebra bn254
    
    Signed-off-by: caojiafeng <funfriendcjf@gmail.com>
    
    * scripts: fix update_algebra_gas_params.py
    
    Signed-off-by: caojiafeng <funfriendcjf@gmail.com>
    
    * add bn254 to default features to make unit test pass
    
    * fix a bug mentioned in the comments
    
    * initial
    
    * update
    
    * initial gas param
    
    * benches for fq and fq2
    
    * it compiles
    
    * gas script now also specifies quantity types
    
    * update scripts
    
    ---------
    
    Signed-off-by: caojiafeng <funfriendcjf@gmail.com>
    Co-authored-by: caojiafeng <funfriendcjf@gmail.com>
    zjma and nanne007 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9aaa429 View commit details
    Browse the repository at this point in the history
  2. resolve comments

    nanne007 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    28bf7bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f391a95 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    653e798 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. update doc

    zjma committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    af3e4f8 View commit details
    Browse the repository at this point in the history
  2. update doc

    zjma committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    563a827 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75a0cc1 View commit details
    Browse the repository at this point in the history
  4. lint, fix ut

    zjma committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7030c9f View commit details
    Browse the repository at this point in the history
  5. lint

    zjma committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3361d64 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. address comments from alinush

    Signed-off-by: caojiafeng <funfriendcjf@gmail.com>
    nanne007 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    8e8187f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0199f69 View commit details
    Browse the repository at this point in the history
  3. address comments on bench

    Signed-off-by: caojiafeng <funfriendcjf@gmail.com>
    nanne007 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    62e3cf8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    694f5c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6185826 View commit details
    Browse the repository at this point in the history
  3. revert debugging stuff

    zjma committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2f3e78a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. update gas version

    zjma committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a77c7e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d74140 View commit details
    Browse the repository at this point in the history
  3. lint

    zjma committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ef67f4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce2f204 View commit details
    Browse the repository at this point in the history