lambdaclass / starknet-replay

Provides a way of reading a real Starknet State, so you can re-execute an existing transaction in any of the Starknet networks in an easy way
Apache License 2.0
6 stars 1 forks source link

rpc-state-reader refactor #77

Closed JulianGCalderon closed 1 month ago

JulianGCalderon commented 1 month ago

This PR changes our RpcStateReader to use sequencer's RpcStateReader. This implied the following changes:

Most of the changes in this PR comes from moving files around, not new features. This PR does not add functionality

This PR depends on: https://github.com/lambdaclass/sequencer/pull/14

I've tested this changes with a few blocks and it seems to be working properly

github-actions[bot] commented 1 month ago

✅ Code is now correctly formatted.