Pedro Fontana

Results 39 comments of Pedro Fontana

Here i got some other `u256_mul Overflow` error examples, I found in block [626173](https://starkscan.co/block/626173) txs ``` 2024-07-07T15:13:50.719094Z ERROR replay: rpc and execution status diverged, transaction_hash: "0xb2867a82804fcf3c9f99c11f58ee417f03e1524f44a3a5693f4fc293005761", chain: "mainnet", execution_status: "REVERTED",...

Other thing to take into account, maybe is easier to benchmark a contract execution

Hi @tdelabro ! We've utilized the ProgramSerializer struct for serialization and deserialization of the Program struct, allowing for flexibility in future modifications. We're open to reconsidering this approach. Are you...

Hi @glihm ! Thanks for the contribution but we already implemented here #1709

Hi Guys! We can make something like we do with some Kakarot hints. We added the hints they needed under a feature flag, here is the PR https://github.com/lambdaclass/cairo-vm/pull/1476 Right now...

Hi @Gerson2102 ! I think it is an easy one! You also have the alexandria tests in the repo to take as a guide If you want I can assign...

Hi @odesenfans ! Is there a way we can replicate the error?

Amaizing @odesenfans !! Thanks for the fix, we will review it

Hi @odesenfans ! I don't get, why we need this Why you should need to read the files generated by the Python vm?