Tribler / trustchain-superapp

Kotlin implementation of Trustchain and IPv8 with rich networking: multihoming of local Bluetooth+4G, decentral social networking, UDP hole punching, etc.
GNU General Public License v3.0
80 stars 63 forks source link

Prune the `gossipML` and `Peerchat` modules #165

Closed kandrio closed 11 months ago

kandrio commented 11 months ago

This PR prunes the gossipML and Peerchat modules as part of the cleanup effort of the superapp (https://github.com/Tribler/trustchain-superapp/issues/161).

These two modules should be the last modules that we originally planned to prune.

NOTE: This PR should be merged after https://github.com/Tribler/trustchain-superapp/pull/164 is merged.

synctext commented 11 months ago

minus 402k LoC 😱🛠️🥳

kandrio commented 11 months ago

minus 402k LoC

Bear in mind that this branch prunes 9 + 4 = 13 modules. This is because, apart from gossipML and peerchat, it contains the commits that prune the other older modules as well.

@synctext