Class hash mismatch bug
The focus of this minor release is to fix a bug in our class hash algorithm introduced by some backwards incompatible changes from StarkNet 0.10. You may have seen this bug preventing your sync from progressing, with this warning being logged:
WARN L2 sync process terminated with: Deploying new contracts for block StarknetBlockNumber(322614)
Caused by:
0: Download and compress contract ContractAddress(0x03DA98FD5A98D49819E38840D0AED1D5A61E14753358456C61224A5850E841C1)
1: Class hash mismatch for contract ContractAddress(0x03DA98FD5A98D49819E38840D0AED1D5A61E14753358456C61224A5850E841C1)
This has now been fixed.
Fixed
- class hash mismatch
Full Changelog: v0.3.2...v0.3.3