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

Use Contract Executor #49

Closed edg-l closed 2 months ago

edg-l commented 2 months ago

Uses new ContractExecutor instead of AotExecutor. Now it saves compiled contracts to disk so they can be reutilized on later runs.

It also changes sequencer branch to native2.8.x, unifying all other branches.