Skip to content

v0.12.2

Compare
Choose a tag to compare
@liorgold2 liorgold2 released this 21 Aug 12:36
· 15 commits to master since this release

Starknet

  • Add sequencer signature on block hash and state diff, using the following API (see here):
    • get_signature - returns the signature on the data
    • get_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