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

supports larger sized input & output utxos #83

Merged
merged 28 commits into from
Oct 2, 2024
Merged

Commits on Sep 24, 2024

  1. adding batch circuits

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    870d6d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. batch for fungible token with no encrypted values

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a47c0c1 View commit details
    Browse the repository at this point in the history
  2. supports batch for tokens with encrypted values

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ec1d4cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a989b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. batch test for contracts

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7602dae View commit details
    Browse the repository at this point in the history
  2. return encrypted values for all outputs for batching

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 26, 2024
    4 Configuration menu
    Copy the full SHA
    273cf81 View commit details
    Browse the repository at this point in the history
  3. fix circuit tests due to changes

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e057865 View commit details
    Browse the repository at this point in the history
  4. fixing gen command

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    11b9a09 View commit details
    Browse the repository at this point in the history
  5. change ptau download folder for easy cleanup

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    20d302d View commit details
    Browse the repository at this point in the history
  6. fixing cloneable contract

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c629bd7 View commit details
    Browse the repository at this point in the history
  7. revert gas cost test changes

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    30d6b1e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    1f54faa View commit details
    Browse the repository at this point in the history
  2. fixing golang e2e

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1b4461f View commit details
    Browse the repository at this point in the history
  3. adding a test for go-sdk for concurrency test

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    22a0cb8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #87 from hyperledger-labs/witness-concurrency

    golang witness generation concurrency test
    Chengxuan authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bea726d View commit details
    Browse the repository at this point in the history
  5. use an ephemeral private key to generate ECDH key

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ccd8f7b View commit details
    Browse the repository at this point in the history
  6. fixing golang e2e

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2254d92 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. fixing gas cost test

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1e9addb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge pull request #88 from hyperledger-labs/random-ecdh-key

    Support ephemeral private key for generating ecdh shared key for encryption
    jimthematrix authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6bb25ac View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. adding prettier

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    66f07b8 View commit details
    Browse the repository at this point in the history
  2. lint all files

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    be4a593 View commit details
    Browse the repository at this point in the history
  3. refactor and use double quotes

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6879293 View commit details
    Browse the repository at this point in the history
  4. add comments and rename variable

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c32f725 View commit details
    Browse the repository at this point in the history
  5. refactor for readability

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    759c610 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. fixing encryption for output utxos

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    63979e9 View commit details
    Browse the repository at this point in the history
  2. comment out debug log

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2b60412 View commit details
    Browse the repository at this point in the history
  3. fixing golang e2e

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    81dc745 View commit details
    Browse the repository at this point in the history
  4. disable result caching for golang e2e

    Signed-off-by: Chengxuan Xing <[email protected]>
    Chengxuan committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a79aa0f View commit details
    Browse the repository at this point in the history