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

Starknet v0.13.4 expects the 0x2 contract to be deployed #2384

Closed
rianhughes opened this issue Jan 16, 2025 · 0 comments · Fixed by #2385
Closed

Starknet v0.13.4 expects the 0x2 contract to be deployed #2384

rianhughes opened this issue Jan 16, 2025 · 0 comments · Fixed by #2385
Assignees

Comments

@rianhughes
Copy link
Contributor

rianhughes commented Jan 16, 2025

Starknet 0.13.4 includes a new system contract at address 0x2. This was deployed on integration at block 63881. Note that this contract has neither a class hash or nonce, and so must be handled differently from the normal flow where we expect these fields. We must update the contract storage at this particular address, at this particular block (different for each network), without updating the nonce or class db keys, and ensure the state commitment is handled correctly.

First 0.13.4 block on integration is 63881
https://integration-sepolia.starknet.io/feeder_gateway/get_block?blockNumber=63881
https://integration-sepolia.starknet.io/feeder_gateway/get_state_update?blockNumber=63881

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant