Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ledger-tool: Allow dead slots for slot command when metadata absent
The slot command will reject dead slots by default. This behavior can be overridden by passing --allow-dead-slots. Additionally, in the event that transaction metadata is missing or the slot is incomplete in the blockstore, a best effort attempt will be made to get as much data out as possible. This fallback case did not have the allow dead slots parameter plumbed through, so hook it up to allow fetching dead, partial slots
- Loading branch information