juno
juno copied to clipboard
Compile Cairo1 classes to CASM in P2P sync process
We used to fetch compiled classes from the gateway. During P2P we should be compiling them ourselves and check that we get the correct class hash. The biggest problem is that we need multiple versions of the compiler to be able to compile classes from older versions of starknet.
Alternative is to keep fetching them from feeder for the time being.