v0.8.0
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-lang
upgraded 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_estimateFee
example - RPC method names could be prefixed with API version
starknet_getNonce
returns invalid values when queried by hash
Added
- Added the
rpc.root-version
command-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