Starknet
- Performance optimizations in the gateway, the computation of the Patricia storage root and block hash
- Support
secp256r1
syscalls in the Starknet OS. Thanks to Braavos for adapting thesecp256k1
code tosecp256r1
! - Restriction for
__validate__
and the constructor ofDeployAccount
transactions:- Restrict access to
sequencer_address
in theget_execution_info
syscall - return zero values - Restrict access to some syscalls:
- Cairo contracts:
get_block_hash
- CairoZero contracts:
get_sequencer_address
- Cairo contracts:
- Restrict access to
CairoZero
- Move structs that are common to
secp256k1
andsecp256r1
to a separate file