-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better Support blocklist reposting #3670
Comments
Does it make sense to resolve and then if necessary, do the blockchain lookup and filter out the sdhash if resolved returned blocking error? |
@kauffj I would need more info on how this would work. Currently |
Use lbry.wallet.Network.get_claim.by_id for the repost, |
#3676 made an issue for fourth bullet point. |
We propose the general principle that
claim_list
should always be able to show you your claims and their references in entirety (with exception of sd hash)resolve
if blocked returns the error, respecting the block list.claim_search
filters out blocked claims.Currently, it seems
claim_list
with--resolve
does not resolve reposted claims.Currently, we cannot look up a particular blocked item or channel with a blocked item in the event of a dispute/unblock.
claim_list --resolve
includes reposted claims (except sd hash)(even if blocked) and their signing channelsclaim_list --reposted_claim_id --resolve (implied?)
returns a repost of the claim_idclaim_list --reposted_channel_id
returns all reposts for claims in the channel.claim_list
output for reposts should have claim_id rather than claim_hash bytes (edit: rather? or both? - Jeremy).The text was updated successfully, but these errors were encountered: