This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
ledger-tool: Add an analysis-account
command
#10090
Milestone
Comments
Also, this could add total supply and distribution grouped by each spl token type. |
@mvines what does hot/cold accounts mean? |
Accounts access frequency. Vote account is hot, some stake account that hasn't moved since genesis pretty cold. One day I imagine we'd move cold accounts into slower storage or even take them offline entirely, and require a "reactivate" or "ping" instruction to warm them back up again. |
This was referenced Oct 11, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's difficult to gain insight into the current population of accounts in the ledger. Some useful information would be
This information could support future work of optimizing snapshot generation and account management as the account set grows. A devnet snapshot is over 1 GB right now, and is likely a forebearer of things to come on testnet and mainnet-beta.
The text was updated successfully, but these errors were encountered: