Add ability to send tips along with claim when using claim_send_to_address
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 493
- PR merge metrics
- No merged PRs in 30d
Description
## The Issue
Currently, when using https://lbryio.github.io/lbry/cli/#claim_send_to_address to send a claim from one wallet to another, it doesn't send any received tips on the particular claim. So the claim ends up in a new wallet, but the tips (supports) stay in the original wallet. There should be an option to send the tips along with the claim when using this command.
The most common scenario would be our YouTube sync process - YouTubers may get tips on the claims we sync for them, but we would not be able to send those tips over to them without unlocking + sending manually.
## System Configuration
- LBRY Daemon version:
- LBRY App version:
- LBRY Installation ID:
- Operating system:
## Anything Else
## Screenshots
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 with the documented claim_send_to_address command at the linked CLI reference and trace how it moves a claim between wallets. Check how received tips or supports are associated with that claim, then verify that an option can transfer them with the claim without manual unlocking and sending.
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