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

Support iterators and views in grpc in firewood #533

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from

Commits on Feb 15, 2024

  1. rename proto

    Dan Laine committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    bee6c15 View commit details
    Browse the repository at this point in the history
  2. nit newline

    Dan Laine committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a21c255 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into danlaine/view-server-proto

    Dan Laine authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e29e5fa View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. fix NewViewResponse

    Dan Laine committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3ebbb71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c93966 View commit details
    Browse the repository at this point in the history
  3. Framework for MerkleService

    Still todo!() in all implementations
    
    Fixed up build.rs so that it only rebuilds the tonic things when the
    specs change, which is rare, speeding up incremental builds.
    rkuris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6d2e47c View commit details
    Browse the repository at this point in the history
  4. Improve build.rs

    Made it a bit easier to add more proto files, and also
    report to cargo that these are the only files that cause
    the build.rs to run again
    rkuris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7d3046b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f40f0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd86e5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f517585 View commit details
    Browse the repository at this point in the history
  8. More implementation of interface

    Still need the reader functions
    rkuris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f6320c0 View commit details
    Browse the repository at this point in the history
  9. Implement view_release

    rkuris committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1131c07 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

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

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    ddadd4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d44238 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    e779124 View commit details
    Browse the repository at this point in the history
  2. Merged upstream changes

    rkuris committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6399d5f View commit details
    Browse the repository at this point in the history
  3. Use CommitError from the proto

    These have a built-in as_str_name method we can utilize.
    
    Unfortunately, the proto system's error wants an implementation for
    Into<String>, so I implemented From<CommitError> for String.
    rkuris committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    12d74b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Feb 23, 2024

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

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    7d5ea3f View commit details
    Browse the repository at this point in the history
  2. WIP

    rkuris committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    fe19314 View commit details
    Browse the repository at this point in the history
  3. Format

    rkuris committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4255e5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6236f2a View commit details
    Browse the repository at this point in the history