forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow bank hash file to contain details for multiple slots (solana-la…
…bs#34516) The initial implementation only allowed for outputting details for one bank/slot. There are several usecases that could take advantage of the file being able to contain details for multiple banks. So, this PR adjusts the structure to contain details about multiple banks. Note that using a basic diff will not work for comparing the old format to this new format. Instead, a basic transform with jq will be necessary to do so.
- Loading branch information
Showing
1 changed file
with
97 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters