solana/ledger-tool/src
steviez db94e4564f
ledger-tool: Avoid creating SanitizedTransaction in print command (#30575)
The print command looks up program_ids from transactions by creating
SanitizedTransactions. But, print doesn't have access to a Bank so
transactions that include an address table lookup can't be sanitized.

Sanitizing the transaction isn't necessary, so this change just looks up
the program id from unsanitized transactions.
2023-03-03 14:18:57 -06:00
..
bigtable.rs ledger-tool: Move shred storage type inference next to Blockstore::open (#30084) 2023-02-02 16:55:18 -06:00
ledger_path.rs ledger-tool: Remove unnecessary function to parse ledger path arg (#29952) 2023-02-01 13:01:58 -06:00
main.rs ledger-tool: Avoid creating SanitizedTransaction in print command (#30575) 2023-03-03 14:18:57 -06:00
output.rs Inlines variables into format strings (#29945) 2023-01-27 06:23:03 +00:00