reilabs / starknet-replay

CLI tool to replay Starknet transactions and profile libfuncs usage.
0 stars 0 forks source link

Fixed constructor of `ReplayRange` and added unit tests. #32

Closed Eagle941 closed 1 month ago

Eagle941 commented 1 month ago

There is a bug of ReplayRange which sets the field end_block equal to start_block.

This change corrects the bug in the constructor of ReplayRange and related unit tests are added: