Skip to content

v0.22.4

Choose a tag to compare

@github-actions github-actions released this 08 Jun 09:42
· 26 commits to main since this release
Immutable release. Only release title and notes can be modified.

Release Highlights

Pathfinder 0.22.4 enables support for Starknet 0.14.3, among many other fixes and improvements

Changed

  • The limit for bytecode size in compilation is now defaulting to 81920 bytes and configurable with the new --max-bytecode-size CLI option.
  • Committed-block sync now fetches block, state update, and signature in a single feeder-gateway request. Requires a feeder gateway that supports includeSignature on get_state_update.
  • RPC request size and timeout limits are now configurable with --rpc.request-max-size and --rpc.request-timeout CLI options.
  • RPC request batch size is now configurable with --rpc.batch-size-limit CLI option.
  • The blockifier and starknet_api crates have been upgraded to 0.19.0-rc.0.

Added

  • Parallel subscriptions on a single WS connection are now limited to 1024 by default, configurable with --rpc.websocket.max-subscriptions CLI option.