You can run light/full client using sequential strategy (block by block)
Or you can randomly pick blocks in range 0 — 800000
I'm close to merging everything in a single python CLI app :)
But let's keep things as is for now, if we need to have a custom Cairo runner anyways, maybe it would make sense to do it in Rust instead (which would be easier to maintain longer term).
Fixes issues with the integration test runner.
Extends client script with new arguments:
I'm close to merging everything in a single python CLI app :) But let's keep things as is for now, if we need to have a custom Cairo runner anyways, maybe it would make sense to do it in Rust instead (which would be easier to maintain longer term).