Starknet
- Use the rust blockifier and LambdaClass's Cairo VM to accelerate the sequencer's time to handle transactions
- Support version 2.0.0 of the Cairo compiler
- Replace the
PENDING
status of transactions toACCEPTED_ON_L2
- once a transaction is in that status it means that it will be included in a block (this applies to transactions - blocks still have the PENDING status) - Add an experimental
get_block_hash
syscall (we plan to review how useful this syscall is, so treat it as experimental. We recommend using it only in upgradable contracts)