Add weight based on channel effective amount #139
Labels
No labels
area: app c
area: app d
area: devops
area: discovery
area: docs
area: proposal
area: X-device Sync
Chainquery
consider soon
dependencies
Epic
Fix till next release
good first issue
hacktoberfest
help wanted
icebox
Invalid
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
Parked
priority: blocker
priority: high
priority: low
priority: medium
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lighthouse.js#139
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, we add weight to claims based on their claim effective amounts - we should do something similar for channel effective amounts. This would ensure that channels with larger bids rank higher. I may have a large bid on my channel, but only smaller bids on each of my publishes. Think this would help in the case of searching for "Jordan B Peterson" - right now none of his channel's videos show up. The other solution to that is to allow a channel search, but that would bring up his channel, and not claims.
This is for all claims. Identity and Stream claims. The impact for the weight has been lowered significantly. I suspect that is the issue here.
fa18e29a8a/server/controllers/lighthouse.js (L63)
shows an effective amount..it's either the claim or the certificate one...how could it be both?certificate_amount is the channel claim's effective_amount. I have adjusted to add weight for this and created a PR.
merged and deployed