This release contains some JSON-RPC fixes and changes the default JSON-RPC API version (served on the root path) to version 0.4.
A new --rpc.root-version command line argument (and the corresponding PATHFINDER_RPC_ROOT_VERSION environment variable) has been added to explicitly select the version of the JSON-RPC API served on the root path.
Changed
cairo-langupgraded to 0.12.2- Cairo compiler upgraded to 2.1.1
- default RPC API version changed from v0.3 to v0.4
Fixed
- RPC v0.3
starknet_estimateFeeexample - RPC method names could be prefixed with API version
starknet_getNoncereturns invalid values when queried by hash
Added
- Added the
rpc.root-versioncommand-line option (and the corresponding PATHFINDER_RPC_ROOT_VERSION environment variable)
to control the version of the JSON-RPC API pathfinder serves on the/path