-
Notifications
You must be signed in to change notification settings - Fork 20
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
Extract duplicate implementation of InfoHash
struct
#251
Comments
Documentation for the |
6 tasks
josecelano
added a commit
to torrust/torrust-tracker
that referenced
this issue
Oct 31, 2024
… struct 7fe648c refactor: replace InfoHash with external extracted crate (Jose Celano) 7d7dba5 feat: add dep bittorrent-primitives (Jose Celano) Pull request description: Relates to: - torrust/torrust-index#251 - torrust/torrust-index#756 The `InfoHash` type was duplicated here and in the [Index](torrust/torrust-index#251). I've extracted it into a new crate. I'm planning to move the very basic types that we are using in other projects. I'm also planning to extract more packages like: - UDP tracker client - HTTP tracker client - Tracker console client (after merging UDP console client, HTTP console client and Tracker checker). See #669 Some of those new packages also depend on this new [bittorrent-primitives](https://github.com/torrust/bittorrent-primitives) crate. ACKs for top commit: josecelano: ACK 7fe648c Tree-SHA512: 3ab5b2ef8631ae72b792dea6b1c9ab1e64b28f170d4580109872739427f0f50ae753af014d691e41bdffbf3a33da732cba89fd1487b9e219345e74b15599b1b7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relates to: torrust/torrust-tracker#360
We are duplicating code for:
We should extract a common BitTorrent protocol crate for both the Tracker and the Index Backend.
The text was updated successfully, but these errors were encountered: