-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add accounts-summary subcommand to ledger-tool #16624
Conversation
Ideally these stats can be cached and served from the RPC API for use in the explorer as well |
Codecov Report
@@ Coverage Diff @@
## master #16624 +/- ##
=========================================
Coverage ? 79.9%
=========================================
Files ? 414
Lines ? 112270
Branches ? 0
=========================================
Hits ? 89776
Misses ? 22494
Partials ? 0 |
@mvines is this useful? I created it as a one-off but thought it might be nice to check in |
Thanks for pointing that issue out @ryoqun, I will expand this PR to include the other info listed there |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This stale pull request has been automatically closed. Thank you for your contributions. |
loong late self-reply: but here's the branch: https://github.com/ryoqun/solana/tree/spl-token-distribution |
Thanks @ryoqun! This one has fallen in priority but when I get some down time I'll try to wrap it up |
@CriesofCarrots do you happen to have rebased version of https://github.com/ryoqun/solana/tree/spl-token-distribution locally? or, the branch worked as-is for the recent run of it? |
@ryoqun , sort of. I needed it rebased on v1.6 for mainnet-beta: https://github.com/CriesofCarrots/solana/tree/v1.6-spl-token-distribution |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This stale pull request has been automatically closed. Thank you for your contributions. |
(fyi, I'm revisiting this out-of-tree branch yet again) EDIT: https://github.com/ryoqun/solana/tree/wip-v1.8-spl-token-distribution |
Problem
No easy way to get stats on the current number of active accounts
Summary of Changes
ledger-tool accounts-summary
subcommand for viewing a high level summary of active accountsFixes #