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

refactor(iroh): Modularize protocol #2454

Merged
merged 17 commits into from
Jul 4, 2024
Merged

refactor(iroh): Modularize protocol #2454

merged 17 commits into from
Jul 4, 2024

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    f4957b2 View commit details
    Browse the repository at this point in the history
  2. use git dependency

    rklaehn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ddd0f0e View commit details
    Browse the repository at this point in the history
  3. shut up clippy

    rklaehn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f87b56c View commit details
    Browse the repository at this point in the history
  4. Some clippy fixes

    Also a sizes test, just so we know where the bytes go...
    rklaehn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ecaf242 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    225ea91 View commit details
    Browse the repository at this point in the history
  6. Remove the wildcard imports

    rklaehn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d2237f6 View commit details
    Browse the repository at this point in the history
  7. Split up the rpc handler

    rklaehn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b004396 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d0e229 View commit details
    Browse the repository at this point in the history
  9. Remove some weird imports

    rklaehn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e823dc1 View commit details
    Browse the repository at this point in the history
  10. use published crate

    rklaehn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    050f389 View commit details
    Browse the repository at this point in the history
  11. Remove prefixes - blobs

    rklaehn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2c9449e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d3f5774 View commit details
    Browse the repository at this point in the history
  13. Remove prefixes - docs

    rklaehn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    aff0f4c View commit details
    Browse the repository at this point in the history
  14. Fix doc links

    rklaehn committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e519d0f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    9bd0c0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9de157b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f6eb3d View commit details
    Browse the repository at this point in the history