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 `ig-ssi` (18+) module #164

Closed kandrio closed 11 months ago

kandrio commented 11 months ago

This PR prunes the ig-ssi module as part of the cleanup effort of the superapp (https://github.com/Tribler/trustchain-superapp/issues/161).

The process of dropping the ig-ssi module was harder than other modules because iDelft heavily depended on ig-ssi. Therefore, I had to "cherry pick" the useful parts of ig-ssi and migrate them to iDelft while prunning the unwanted parts.

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