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

Consider / add pending effective amount / top sorting #3506

Open tzarebczan opened 2 years ago

tzarebczan commented 2 years ago

Breaking out from: https://github.com/lbryio/lbry-sdk/issues/3465#issuecomment-983303402

Today, when a claim is in takeover mode (if it's taking over or not), the effective amount shows 0 and the claim is not taken into consideration when sorting by effective amount.

The effective amount should probably include the pending effective amount, but there should be a field also which shows the takeover delay should this information be required.

Consider also adding a new field, but the sorting would still need to be adjusted.