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

Adds serialize and deserialize to Network types #450

Merged
merged 17 commits into from
Oct 20, 2021
Merged

Commits on Oct 16, 2021

  1. Adds serialize and deserialize to Network types

    howardwu committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    c430a0a View commit details
    Browse the repository at this point in the history
  2. Adds serializers for ToBytes/FromBytes, adds tests for address, recor…

    …d, and payload
    howardwu committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    d509fe5 View commit details
    Browse the repository at this point in the history
  3. Update transition and resample genesis

    howardwu committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    32ac16b View commit details
    Browse the repository at this point in the history
  4. Update field macro

    howardwu committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    a7a1dc7 View commit details
    Browse the repository at this point in the history
  5. Clean up

    howardwu committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    1c1b504 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    423b7da View commit details
    Browse the repository at this point in the history
  7. Fix import

    howardwu committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    85be2ed View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Updates byte serializer, updates groth16 proof

    howardwu committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    c4d291f View commit details
    Browse the repository at this point in the history
  2. Adds hex string for groth proof

    howardwu committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    6cda308 View commit details
    Browse the repository at this point in the history
  3. Add sanity check

    howardwu committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    227df5a View commit details
    Browse the repository at this point in the history
  4. Update signature serializers

    howardwu committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    42b6089 View commit details
    Browse the repository at this point in the history
  5. Update parameters in signature

    howardwu committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    9c71fe4 View commit details
    Browse the repository at this point in the history
  6. Fix transaction decrypted record test

    howardwu committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    10a7cea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3664d4c View commit details
    Browse the repository at this point in the history
  8. Minor cleanup

    howardwu committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    495a198 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Adds back the serialize trait on N

    howardwu committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    0eceaa6 View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    howardwu committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    bb54384 View commit details
    Browse the repository at this point in the history