[ ] Resolving a blocked claim should return a minimum set of metadata (title, channel, publish date, txid) along with a reason for the block: what channels blocked it (including channel metadata) and any repost metadata (the why it was blocked).
[ ] claim searching a filtered channel should return a minimum set of metadata (title, channel, publish date, txid) along with a reason for the block: what channels blocked it (including channel metadata) and any repost metadata (the why it was blocked). This is a nice to have, doesn't happen in UI today. Can be in a later iteration.
[ ] confirm that a claim owner can still resolve blocked claims, at least with some basic metadata so that the apps can show them. This would also include the repost metadata of why it was blocked to show them.
[x] metadata https://github.com/lbryio/lbry-sdk/issues/2679
[x] updating reposts https://github.com/lbryio/lbry-sdk/issues/2678
[ ] Resolving a blocked claim should return a minimum set of metadata (title, channel, publish date, txid) along with a reason for the block: what channels blocked it (including channel metadata) and any repost metadata (the why it was blocked).
[ ] claim searching a filtered channel should return a minimum set of metadata (title, channel, publish date, txid) along with a reason for the block: what channels blocked it (including channel metadata) and any repost metadata (the why it was blocked). This is a nice to have, doesn't happen in UI today. Can be in a later iteration.
[ ] confirm that a claim owner can still resolve blocked claims, at least with some basic metadata so that the apps can show them. This would also include the repost metadata of why it was blocked to show them.
[ ] add a param to
claim_search
to ignore filtering (https://github.com/lbryio/lbry-sdk/issues/2740). This is a nice-to-have so it can be done in a later interation.[ ] ensure filtered/blocked can scale to thousands / tens of thousands of claims/channels (we have a few thousand today)