v0.14.1
This is a hotfix release fixing some JSON-RPC API issues and a configuration issue.
Fixed
- Pathfinder does not properly limit the number of concurrent executors when using the
--rpc.execution-concurrency
CLI option. - Pathfinder returns non-conforming
STRUCT_ABI_ENTRY
objects in response tostarknet_getClass
requests. - Pathfinder returns
starknet_getStateUpdate
responses that are non-conformant with the specification if there are replaced classes in the response.