fabianbormann / cardano-peer-connect

This library aims to provide simple interfaces to implement CIP-0045 for dApps and wallets
Apache License 2.0
12 stars 4 forks source link

Bugfix: Set default announce trackers and add to discovery meerkat #37

Closed marcuspuchalla closed 1 year ago

marcuspuchalla commented 1 year ago

At the moment, there are two problems with the web torrent tracker usage.

  1. If no trackers are set, meerkat will use its default trackers. This lib should also set its own default trackers.
  2. The discovery meerkat instance has hardcoded trackers. This should be removed and it should use the user-given trackers or the default ones.