Supports returned for a claim should include the address the support was sent to #92
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
Epic
good first issue
hacktoberfest
hard fork
help wanted
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
soft fork
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
work in progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbrycrd#92
Loading…
Add table
Add a link
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 the txid, nout, and amount of the support is returned. By including address, clients can determine if a support is a "tip" (a support sending to the address of the claim) versus a typical support. Otherwise if addresses are desired all of the support transactions in the list have to be queried and parsed.
Noting here that there may not necessarily be an address attached to a support so it would have to handle that case.
@kaykurokawa when would that happen? Can that support never be spent? Or would it go back to the sending address?
Claims can be attached to any kind of Bitcoin transaction.
Bitcoin transactions do not necessarily have an address attached to it (i.e., some kind of un-spendable transaction )
Merged via https://github.com/lbryio/lbrycrd/pull/303