You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the source of issue might be during the call of the storage_write syscall, the value argument (which holds the value to write) is already the incorrect one during the execution of the wrapper of this syscall (not to be confued with the syscall itself). It could be because this call is done through mlir and so there could be some bytes misinterpretation, producing the value's truncation.
Tx 0x1ce1460cf29b2439b458263b121c7a82651b77dab69f861a9850eb2145eb3ab differs when comparing with Cairo VM.
Traces:
This was recorded with trace dump feature in starknet-replay: lambdaclass/starknet-replay#58
Other transactions with similar bug:
The text was updated successfully, but these errors were encountered: