github equilibriumco/pathfinder v0.22.4

5 hours ago

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.

Don't miss a new pathfinder release

NewReleases is sending notifications on new releases.