Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State diff in tx 0x23a79ad3f9c0145dedcda604204044c32357a326fab1c0fbfcb487c9e675d8 in Mainnet block 633946 #933

Closed
gabrielbosio opened this issue Nov 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@gabrielbosio
Copy link
Contributor

gabrielbosio commented Nov 15, 2024

Replay is on 66f38f2
Native is on 4d24686
Sequencer is on 71afaca

Line 203 of Cairo Native dump is:

"caller_address": "0x0"

Line 203 of Cairo VM dump is:

"caller_address": "0x7f63abcad960f980c12d650b2cc4c27a8f63ee1f6eb36ea8286a946a2330c1b"
@gabrielbosio gabrielbosio added the bug Something isn't working label Nov 15, 2024
@JulianGCalderon
Copy link
Contributor

In starknet-replay, when a storage value can't be found, it's defaulted to 0x0: https://github.com/lambdaclass/starknet-replay/blob/66f38f2fd0df74331387560f5146b7642b3cb6c1/rpc-state-reader/src/reader.rs#L241-L249. This may be related, but it doesn't explain why the behaviour with the CairoVM is different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants