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

Update trace-dump branch #52

Closed JulianGCalderon closed 1 month ago

JulianGCalderon commented 2 months ago

We have a trace-dump branch that can be used to execute transactions with the with-trace-dump feature of Cairo Native. It is using an outdated version of Blockifier. We should update it to use the new Blockifier (Sequencer).

JulianGCalderon commented 1 month ago

This has been completed. The new updated branch is in #62