Added
- We extended the support of the
pre_latest
block for the following RPC methods:
starknet_getTransactionStatus
starknet_getMessagesStatus
starknet_getTransactionByHash
starknet_getTransactionReceipt
- Support for WebSocket methods in the next release!
- Added new CLI flag
rpc-call-max-gas
that sets max gas forstarknet_call
RPC calls. The default is the same value as the constant used in previous versions: 100 million.
Fixed:
- Important security issue.
Full Changelog: v0.15.7...v0.15.8