Skip to content
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 communicate transmission of value (tips, supports) #4018

Open
2 tasks
kauffj opened this issue Apr 17, 2020 · 1 comment
Open
2 tasks

better communicate transmission of value (tips, supports) #4018

kauffj opened this issue Apr 17, 2020 · 1 comment
Labels
type: new feature New functionality that does not exist yet

Comments

@kauffj
Copy link
Member

kauffj commented Apr 17, 2020

  • On file pages
  • To creators via notifications
@kauffj kauffj added type: new feature New functionality that does not exist yet consider soon Discuss this issue at the next planning meeting, then remove this label labels Apr 17, 2020
@tzarebczan
Copy link
Contributor

We don't have signed supports (requires lbryio/types#32), but we do have this information on resolves which could help clear up some things in the meantime:

            resolve <urls>... [--wallet_id=<wallet_id>]
                    [--include_purchase_receipt]
                    [--include_is_my_output]
                    [--include_sent_supports]
                    [--include_sent_tips]
                    [--include_received_tips]

        Options:
            --urls=<urls>              : (str, list) one or more urls to resolve
            --wallet_id=<wallet_id>    : (str) wallet to check for claim purchase reciepts
           --include_purchase_receipt  : (bool) lookup and include a receipt if this wallet
                                                has purchased the claim being resolved
            --include_is_my_output     : (bool) lookup and include a boolean indicating
                                                if claim being resolved is yours
            --include_sent_supports    : (bool) lookup and sum the total amount
                                                of supports you've made to this claim
            --include_sent_tips        : (bool) lookup and sum the total amount
                                                of tips you've made to this claim
                                                (only makes sense when claim is not yours)
            --include_received_tips    : (bool) lookup and sum the total amount
                                                of tips you've received to this claim
                                                (only makes sense when claim is yours)```

@kauffj kauffj removed the consider soon Discuss this issue at the next planning meeting, then remove this label label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: new feature New functionality that does not exist yet
Projects
None yet
Development

No branches or pull requests

2 participants