Better Support blocklist reposting
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 493
- PR merge metrics
- No merged PRs in 30d
Description
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 --resolveincludes reposted claims (except sd hash)(even if blocked) and their signing channels -
claim_list --reposted_claim_id --resolve (implied?)returns a repost of the claim_id -
claim_list --reposted_channel_idreturns all reposts for claims in the channel. -
claim_listoutput for reposts should have claim_id rather than claim_hash bytes (edit: rather? or both? - Jeremy).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the claim_list, resolve, and claim_search entry points and trace how reposted and blocked claims are currently handled. Compare the behavior with each checklist item, including reposted claim and channel filters; done means the listed lookup, resolution, filtering, and output requirements are covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- blockchain, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100