fix(conformance): address PR #192 review feedback
- Tighten output file perms in gen-rollback-vector from 0o644 to 0o600 to satisfy gosec G306 (was the only failing lint check on the PR). - Treat conformance/testdata/eras as required in collectAllVectors; only synthetic/ may be absent. A missing eras/ now returns an error instead of silently producing an empty vector run. - Strengthen TestHarnessRollbackReappliesRewardBalances to seed an originalIdx that differs from the replay-loop index, so the test actually proves the journaled index drives the lookup rather than passing accidentally when the two indices coincide. Signed-off-by: Chris Guiney <[email protected]>