Skip to content

Commit

Permalink
docs: update main readme todo
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Aug 15, 2024
1 parent 066008d commit 0e26eb7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ In this fork we have:
- [x] Implemented continuous integration using github workflows. ([#8])
- [x] Update some of the project dependencies. ([#9], [#17], [#26], [#27])
- [x] Preformed a general cleanup of the codebase. ([#10], [#16], [#18], [#29], [#31])
- [x] Updated all dependencies to modern versions. ( [#19], [#20], [#21], [#22], [#23], [#25])

The future goals are:

- [ ] Update the other dependencies (__Significant Work Required__). ( [#19], [#20], [#21], [#22], [#23], [#25])
The future goals are:
- [ ] Publish updated versions of the crates. ([#37])
- [ ] Increase coverage of unit tests. ([#38])
- [ ] Remove dependency on umio in `utracker` package. Instead use Tokio. ([#53])
- [ ] Overhaul the old `mio` architecture in the `dht` package. Making better use of Tokio. ([#54])

__We would like to make a special thanks to all the developers who had contributed to and created this great project.__

Expand Down Expand Up @@ -94,6 +96,9 @@ additional terms or conditions.
[#25]: https://github.com/torrust/bittorrent-infrastructure-project/issues/25
[#37]: https://github.com/torrust/bittorrent-infrastructure-project/issues/37
[#38]: https://github.com/torrust/bittorrent-infrastructure-project/issues/38
[#53]: https://github.com/torrust/bittorrent-infrastructure-project/issues/53
[#54]: https://github.com/torrust/bittorrent-infrastructure-project/issues/54


[t_i37]: https://img.shields.io/github/issues/detail/title/torrust/bittorrent-infrastructure-project/37?style=for-the-badge&
[s_i37]: https://img.shields.io/github/issues/detail/state/torrust/bittorrent-infrastructure-project/37?style=for-the-badge&label=%E3%80%80
Expand All @@ -113,4 +118,4 @@ additional terms or conditions.
[c_bip_select]: https://crates.io/crates/bip_select
[c_bip_dht]: https://crates.io/crates/bip_dht
[c_bip_metainfo]: https://crates.io/crates/bip_metainfo
[c_bip_utracker]: https://crates.io/crates/bip_utracker
[c_bip_utracker]: https://crates.io/crates/bip_utracker

0 comments on commit 0e26eb7

Please sign in to comment.