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

Plonk Anchor Vanchor #169

Merged
merged 24 commits into from
Mar 1, 2022
Merged

Plonk Anchor Vanchor #169

merged 24 commits into from
Mar 1, 2022

Commits on Feb 8, 2022

  1. create plonk anchor module

    Todd Norton committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    149fe6f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    faa05d1 View commit details
    Browse the repository at this point in the history
  2. Fmt

    drewstone committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    4926e69 View commit details
    Browse the repository at this point in the history
  3. fix compile errors

    Todd Norton committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    c7db721 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. working on vanchor test

    Todd Norton committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    0fba944 View commit details
    Browse the repository at this point in the history
  2. Fix

    drewstone committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    8c8c06a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. first vanchor test working

    Todd Norton committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    d62badc View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. adds failure tests, arb data does not work yet

    Todd Norton committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    81d6a2d View commit details
    Browse the repository at this point in the history
  2. improve tests with prove_then_verify helper function

    Todd Norton committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    3fe11cb View commit details
    Browse the repository at this point in the history
  3. minor unsaved change

    Todd Norton committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    fd2d165 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. add vanchor tests, document test helper

    Todd Norton committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    5c03b1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbed181 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. anchor tests

    Todd Norton committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    83096d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. fix anchor, add tests

    Todd Norton committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f307433 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. adds check-membership-is-enabled to vanchor

    Todd Norton committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    2c3bef7 View commit details
    Browse the repository at this point in the history
  2. change description of prove_then_verify

    Todd Norton committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7476476 View commit details
    Browse the repository at this point in the history
  3. fix vec imports

    Todd Norton committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    6fa230f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. fix vec imports

    Todd Norton committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f912ccc View commit details
    Browse the repository at this point in the history
  2. still trying to fix vec imports

    Todd Norton committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f1df926 View commit details
    Browse the repository at this point in the history
  3. improve vanchor tests

    Todd Norton committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    7f1e465 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. change sign in set membership gadget

    Todd Norton committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f7d9790 View commit details
    Browse the repository at this point in the history
  2. change back to using tree.root in tests

    Todd Norton committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    d2076c6 View commit details
    Browse the repository at this point in the history
  3. fmt

    Todd Norton committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    35df321 View commit details
    Browse the repository at this point in the history
  4. change bn254Fr to Fq in anchor tests

    Todd Norton committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    2e0ca85 View commit details
    Browse the repository at this point in the history