This is a hotfix release fixing multiple JSON-RPC API issues.
Please upgrade if you're running Pathfinder <= 0.16.3.
Fixed
starknet_simulateTransactions
returns an error instead of the trace of the reverted transaction if the L2 gas cap is insufficient.starknet_traceTransaction
andstarknet_traceBlockTransactions
returns an internal error with no details upon encountering a transaction execution error.starknet_getEvents
returns an incomplete set of events for some queries over a block range larger than 106k blocks.