reilabs / starknet-replay

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

Add support for rpc protocol #35

Open Eagle941 opened 1 month ago

Eagle941 commented 1 month ago

The replayer is currently getting the data from a database. The next feature is to use the rpc protocol instead to avoid the need of the database file.

The benchmark is to replay a single block in less than 2 minutes (excluding profiler).

A potential optimisation is to hardcode common classes.