firedancer icon indicating copy to clipboard operation
firedancer copied to clipboard

Replay test pruning

Open ripatel-fd opened this issue 1 year ago • 0 comments

Problem

We frequently replay ranges of mainnet blocks to test for regressions or debug. However, such processing blocks currently requires lots of resources: A large snapshot that unpacks into a large database.

Suggested Fix

Implement a tool that

  • removes any accounts that haven't been accessed in a range of blocks
  • outputs a minified test case that can be replayed more efficiently

ripatel-fd avatar Jan 30 '24 04:01 ripatel-fd