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

fetch_server: support digest function and blake3 #6382

Merged
merged 3 commits into from
Apr 23, 2024

Commits on Apr 23, 2024

  1. fetch_server: support digest function and blake3

    Implement support for digest function in FetchBlobRequest as well as
    usage of Blake3 as a digest func.
    sluongng committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    80b1052 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Brandon Duffany <[email protected]>
    sluongng and bduffany committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    57061f7 View commit details
    Browse the repository at this point in the history
  3. s/log.CtxInfof/log.CtxDebugf/

    Switch happy path log to Debug
    sluongng committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    55556ae View commit details
    Browse the repository at this point in the history