issues
search
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
Fix bug on Error State Dump
#90
Closed
edg-l
closed
2 weeks ago
edg-l
commented
2 weeks ago
This PR fixes two bugs:
If the parent dir of a state dump didn't exist, then the execution would panic when trying to write it.
The file format was not a JSON, and cause diffs due to the fact that Cairo Native and Cairo VM have different error formats.
This PR fixes two bugs: