lbryio / lbryio/block-explorer
Better support for inter-address transactions
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 17
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
lbry.tv users will have a single wallet, and the address page doesn't show amounts correctly when sending change back to itself. The received amount should be adjusted for this as well.
See https://explorer.lbry.com/address/bNAcah588ZCZAmyq879HjCjaPtvqHupjmt
You'd expect to see the sent amounts instead of a negative number. And received should not double count change received.
https://lbryexplorer.tech doesn't show this correctly either.
Contributor guide
No contributing guide indexed for this repository
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 at the address page for the example address in the issue and trace how inter-address transactions calculate sent and received amounts. Compare the output with the linked explorer pages. Done means sent amounts are shown as positive values and change sent back to the same wallet is not double-counted as received.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- blockchain, javascript
- Domain
- blockchain, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100