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-sizeCLI option. - Committed-block sync now fetches block, state update, and signature in a single feeder-gateway request. Requires a feeder gateway that supports
includeSignatureonget_state_update. - RPC request size and timeout limits are now configurable with
--rpc.request-max-sizeand--rpc.request-timeoutCLI options. - RPC request batch size is now configurable with
--rpc.batch-size-limitCLI option. - The
blockifierandstarknet_apicrates 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-subscriptionsCLI option.