lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.19k stars 482 forks source link

Remove deprecated trending params for `claim_search`, update to use only `trending_score` #3498

Closed jackrobison closed 2 years ago

jackrobison commented 2 years ago

This begins the process of removing trending_mixed/trending_local/trending_global/trending_group args fromclaim_search - they are replaced by trending_score. This maintains backwards compatibility, which can be dropped in a later release.

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.08%) to 69.605% when pulling 5b38fbcf1ed8699260a0ee951ddde01ee1b53f41 on remove-old-trending-args into 3508f562a706f73a7ab3efdf69f624b0d7365588 on master.