0.5.3
Fixes for minor issues and inconsistencies.
Added
max-rpc-connections
command-line argument. This sets the maximum number incoming RPC connections the pathfinder node will accept. This defaults to 1024 if not specified.cairo-lang
upgraded to 0.11.0.2
Fixed
starknet_simulateTransaction
data model inconsistencypoll-pending
default value restored tofalse
- incoming RPC connections limited to 100. This limit was accidentily introduced in v0.5.2 as part of a dependency upgrade, whereas before it was unlimited. The default is now 1024 and can be configured using
--max-rpc-connections
. - handling of invalid JSON-RPC requests
Full Changelog: v0.5.2...v0.5.3