-
Notifications
You must be signed in to change notification settings - Fork 452
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
Give the user insight in the history of received/spent bandwidth tokens #3731
Comments
We should be able to recycle the call from |
Give detailed log-level info. With a clear "only you can see this:" these tokens are earned at Time T:
|
The public TrustChain records do not provide enough information to determine what the exact activity was that changed the token balance of a specific user. I suggest to seperately store this information in the local database of Tribler, the moment the user signs an incoming block or creates a new block. While I can use the existing Tribler database to do so, I would probably only pollute it even more and it will be replace soon by #3775. So I would rather wait for this PR to be merged and use the metadata store. @ichorid am I correct that your database is suitable to store arbitrary events in Tribler (that are not gossiped around in the network)? |
@devos50 , MetadataStore is designed to do just that: store metadata for torrents and other kinds of stuff, serialize it and upload/download it in bulk with Libtorrent. So, it is not suitable for anything else. |
Idea: swarm-specific statistics and payout breakdown. It would require bandwidth accounting on the level of individual downloads. |
We should give the user more insight in the user interface regarding the history of bandwidth tokens. A basic list that shows the history of incoming/outgoing bandwidth tokens should already address this.
The text was updated successfully, but these errors were encountered: