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 `currencyii` (Luxury Communism) module #163
The process of dropping the currencyii module was harder than other modules because musicdao heavily depended on currencyii. Therefore, I had to "cherry pick" the useful parts of currencyii and migrate them to musicdao while prunning the unwanted parts.
This PR prunes the
currencyii
module as part of the cleanup effort of the superapp (https://github.com/Tribler/trustchain-superapp/issues/161).The process of dropping the
currencyii
module was harder than other modules becausemusicdao
heavily depended oncurrencyii
. Therefore, I had to "cherry pick" the useful parts ofcurrencyii
and migrate them tomusicdao
while prunning the unwanted parts.NOTE: This PR should be merged after https://github.com/Tribler/trustchain-superapp/pull/162 is merged.