-
Notifications
You must be signed in to change notification settings - Fork 34
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
Block Chain shows Greater Bandwidth than the CLI Query #83
Comments
I can see that the bandwidth is split between two subscriptions on my two test devices. root@localhost:~# sentinelcli query quotas --home "${HOME}/.sentinelcli" --node https://rpc.sentinel.co:443 --page 1 1186 root@localhost:~# sentinelcli query quotas --home "${HOME}/.sentinelcli" --node https://rpc.sentinel.co:443 --page 1 1185 932.09 MB + 834.03 MB = 1,766.12 MB |
Test Device #1Samsung Galaxy Phone Test Device #2 -Tablet: ONA19TB003 |
2021-11-24T02:48:33Z INF Validating the saved sessions count=5 |
Please check the sessions information using sentinelcli software |
I did, that's why I submitted the ticket. The sentinelcli software doesn't match the blockchain. Should it? |
Describe the bug
The CLI Quotas query shows 834.03 MB for Subscription 1185
sentinelcli query quotas --home "${HOME}/.sentinelcli" --node https://rpc.sentinel.co:443 --page 1 1185
However, when I add up all the transactions on the blockchain (mintscan.io) the total bandwidth is 2.4 GB
To Reproduce
#1. Run the Quotas query.
sentinelcli query quotas --home "${HOME}/.sentinelcli" --node https://rpc.sentinel.co:443 --page 1 1185
#2. Manually add up all of the mintscan transactions
<style> </style>https://www.mintscan.io/sentinel/txs/8B4D3475177442AEA5E8DF461B28ED170948B13ABD2604D6212F910882C36758
https://www.mintscan.io/sentinel/txs/2A115B63779F3C1E086A92C3768FBA5D312238302A4C5BA889D0AE4172116CA1
https://www.mintscan.io/sentinel/txs/E2F0EA32B21C77C648F26DCD6754DB9DA4675C55B3962ECA7D0CF111A49D6A58
https://www.mintscan.io/sentinel/txs/5C3743E130D09F9BF4647E3D75B5DB52CC08DE185906C94E9E3EA2852B3C67AD
https://www.mintscan.io/sentinel/txs/ADBDB9FD8913D4B97DAF1E8F7449A1472A26A278A89FDE5138E4BC9517498EF7
https://www.mintscan.io/sentinel/txs/4459E13A8E24F17C2B6ED9E87F4D2CC516414300AFFE5977CFE7936C86089D98
https://www.mintscan.io/sentinel/txs/716F48A79D1D74A9EFE30219F1A496971FA1B020873BC0B87117AEB031D538BC
https://www.mintscan.io/sentinel/txs/CC3B80B82E4A3ACEBF1E858CE5F3CCFF82CBF5B01FBBF5314D67D9D5B804D840
Expected behavior
I expected that the sum of the blockchain transactions would match the CLI Quota query results.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
As of this post the NODE is 22 hours old.
LOG Attached
20211123_NODE_l23x57_LOG.txt
The text was updated successfully, but these errors were encountered: