-
Notifications
You must be signed in to change notification settings - Fork 20
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
Snapshot Tool #16
Comments
The Currently What you're suggesting is that IMHO filtering fields is a non-goal right now. It doesn't matter if the snapshot's a little bigger than it needs to be, it will probably never escape the machine it's generated on. So I'd say just have Also, this might be different depending on whether you want a type (a) or type (b) testnet #22. |
To clarify, the only thing that needs to be done for this ticket is witness data needs to be added to |
Issue #16 Snapshot tool extended by wintness info dump.
The snapshot tool needs to capture existing accounts and witnesses.
From the accounts, the only fields we care about are:
For witnesses, the only fields we care about are:
Other field are either populated by the blockchain, or will be replaced during conversion to the testnet.
The script also needs a list of the top 30 witnesses. While we only need 21 for block production, we will vote for 30 because that is the maximum number of witness votes allowed and will maximize the number of witnesses that can easily participate in the test net.
The output of this should be an array of accounts and an array of witnesses, either as a JSON formatted string, or in the native array/object format of the scripting environment.
The text was updated successfully, but these errors were encountered: