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

feat(iroh): add more rpc methods #1962

Merged
merged 5 commits into from
Jan 23, 2024
Merged

feat(iroh): add more rpc methods #1962

merged 5 commits into from
Jan 23, 2024

Commits on Jan 19, 2024

  1. feat(iroh): add blob.read_at method

    Allows to efficiently read parts of a blob via RPC
    dignifiedquire committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    52bcaec View commit details
    Browse the repository at this point in the history
  2. make len optional

    dignifiedquire committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    73592a3 View commit details
    Browse the repository at this point in the history
  3. feat(iroh): add blobs.get_collection

    allows fetching a collection via rpc
    dignifiedquire committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c3abd8f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    8799d7a View commit details
    Browse the repository at this point in the history
  2. avoid floats

    dignifiedquire committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7a32e5f View commit details
    Browse the repository at this point in the history