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

x/sync -- Add proto for P2P messages #1472

Merged
merged 22 commits into from
May 25, 2023
Merged

x/sync -- Add proto for P2P messages #1472

merged 22 commits into from
May 25, 2023

Commits on May 3, 2023

  1. Update sync.proto

    dboehm-avalabs committed May 3, 2023
    Configuration menu
    Copy the full SHA
    d6426bf View commit details
    Browse the repository at this point in the history
  2. Update sync.proto

    dboehm-avalabs committed May 3, 2023
    Configuration menu
    Copy the full SHA
    51e75d8 View commit details
    Browse the repository at this point in the history
  3. Update sync.proto

    dboehm-avalabs committed May 3, 2023
    Configuration menu
    Copy the full SHA
    dd74d3b View commit details
    Browse the repository at this point in the history
  4. sync.proto recommended changes

    Proposed changes, just a few renames and documentation added
    rkuris committed May 3, 2023
    Configuration menu
    Copy the full SHA
    b3b68ff View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Review comments

    rkuris committed May 4, 2023
    Configuration menu
    Copy the full SHA
    f1eb6de View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. rename KeyProof to ProofNode; rename ProofNode.value_hash to ProofNod…

    …e.vale_or_hash; add SerializedPath message
    Dan Laine committed May 18, 2023
    Configuration menu
    Copy the full SHA
    6cce0d3 View commit details
    Browse the repository at this point in the history
  2. actually add SerializedPath message

    Dan Laine committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ec51aeb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. int --> uint32 in proto

    Dan Laine committed May 19, 2023
    Configuration menu
    Copy the full SHA
    63386d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7845dfd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. add proto MaybeBytes type

    Dan Laine committed May 22, 2023
    Configuration menu
    Copy the full SHA
    35267b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dae5b5 View commit details
    Browse the repository at this point in the history
  3. make value in MaybeBytes non-optional; make value in KeyChange a Mayb…

    …eBytes
    Dan Laine committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d33831f View commit details
    Browse the repository at this point in the history
  4. add had_roots_in_history to ChangeProof

    Dan Laine committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2859a54 View commit details
    Browse the repository at this point in the history
  5. fix proto ordering

    Dan Laine committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d6daa7b View commit details
    Browse the repository at this point in the history
  6. comment nit

    Dan Laine committed May 22, 2023
    Configuration menu
    Copy the full SHA
    de32cda View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. /* --> // for proto comments

    Dan Laine committed May 23, 2023
    Configuration menu
    Copy the full SHA
    73bcfd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b434ea View commit details
    Browse the repository at this point in the history
  3. /* --> // for proto comments

    Dan Laine committed May 23, 2023
    Configuration menu
    Copy the full SHA
    72b748c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Merge branch 'dev' into MerkleSyncProtos

    Dan Laine authored May 24, 2023
    Configuration menu
    Copy the full SHA
    0524de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0050f21 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'MerkleSyncProtos' of github.com:ava-labs/avalanchego in…

    …to MerkleSyncProtos
    Dan Laine committed May 24, 2023
    Configuration menu
    Copy the full SHA
    c99236d View commit details
    Browse the repository at this point in the history
  4. rename RangeProofResponse --> RangeProof

    Dan Laine committed May 24, 2023
    Configuration menu
    Copy the full SHA
    cad3a80 View commit details
    Browse the repository at this point in the history