Starknet
- Add sequencer signature on block hash and state diff, using the following API (see here):
get_signature
- returns the signature on the dataget_public_key
- returns the public key used to sign blocks
- Increase the maximum number of steps in a single transaction from 1M to 3M
- Add
0x
prefix in the API responses for state roots - Add an optional parameter to
get_state_update
API -includeBlock
which adds block information to the response (see here) - An improvement to the max throughput