StarkNet:
- Performance improvements in the
get_block
andget_state_update
APIs - Fix a bug in the block hash response of
get_block
- Add
gas_price
andsequencer_address
fields to block info - Add an option to explicitly pass
latest
in theblockNumber
argument (you can passlatest
orpending
in addition to a block number).
Cairo:
- New library functions:
- keccak hash function - Cairo implementation
- secp256k1 ECDSA (Ethereum compatible signature verification) - Cairo implementation
- Auto-formatting of multiline tuple types