lbryio / lbryio/hub

missing claim search entries - reposts + fee amount

Open
#75 5 comments 0 reactions 0 assignees View on GitHub
consider soon type: bug
Dominant language
Python
Stars
15
Forks
16
PR merge metrics
No merged PRs in 30d

Description

i.e.

{"jsonrpc":"2.0","method":"claim_search","params":{"page_size":20,"page":1,"claim_type":["stream","repost"],"no_totals":true,"not_tags":[],"order_by":["release_time"],"has_source":true,"fee_amount":">=0","channel_ids":["0739af4338a3e9c2307c4170107b30c0af1e1a1f"],"release_time":"<1656102420","include_purchase_receipt":true},"id":1656102468406}

is missing: https://odysee.com/@Cahlen:0/CahlenLee_20220623_DefiningHarm:4

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the claim_search JSON-RPC request in the issue and checking whether the linked claim appears in the results. Trace the claim_search entry point and the indexing or filtering path for repost claims, fee_amount >=0, channel_ids, and release_time. Done means the claim is returned for these parameters and the existing behavior is covered by a regression check.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend, blockchain, search
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.