Tribler / py-ipv8

Python implementation of Tribler's IPv8 p2p-networking layer
GNU Lesser General Public License v3.0
231 stars 47 forks source link

Undeprecate frequently used components #353

Closed qstokkink closed 5 years ago

qstokkink commented 6 years ago

Many components in IPv8 are so frequently used, it makes no sense that they are in a deprecated folder. Specifically we should perform the following refactorings;

Note 1: I do believe the files in ipv8/messaging/deprecated should no longer be used. Note 2: We will have to change the Tribler+Gumby downstream as well. Note 3: We will also have to update the documentation.

qstokkink commented 6 years ago

DiscoveryCommunity addressed in #357.