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: add on_piece_completed method on TorrentStorage #219

Merged
merged 2 commits into from
Aug 28, 2024

Commits on Aug 27, 2024

  1. feat: add on_piece_completed method on TorrentStorage

    LIAUD Corentin committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    35d57ae View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix: fixes according to PR comments

    - Reset previous implementation of InMemoryExampleStorage
    - Implement default (empty) behaviour of on_piece_completed in trait
      itself
    - Now passing a ValidPieceIndex in on_piece_completed
    LIAUD Corentin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9183df0 View commit details
    Browse the repository at this point in the history