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

Test concurrent use on AotContractExecutor #83

Closed JulianGCalderon closed 1 month ago

JulianGCalderon commented 1 month ago

We should add a test that executes the same transaction multiple times, at the same time.

The following transaction, when running make test, sometimes fail and sometimes not. We should probably run these in the test, as It may reveal race conditions: