This release brings a major boost in RPC performance, doubling the handling capacity, and includes important bug fixes to enhance overall node stability.
Added
- Increased VM and VM Queue Limits: Upped the default value for max VMs and VM queue, significantly boosting the node's ability to handle concurrent requests. (#1444 by @omerfirmak)
- Sepolia Network Support: Added support for the Sepolia network. (#1443 by @joshklop)
- L1 Height Metric: Added a new metric for L1 blockchain height, providing deeper insights into node state. (#1441 by @joshklop)
Changed
- Standalone Read-Only Contract Functions: Enhanced performance of
starknet_call
. (#1432 by @omerfirmak)
Fixed
- Missing
contract_address
in Write API Responses: Resolved an issue where thecontract_address
was missing instarknet_addDeployAccountTransaction
, ensuring complete and accurate transaction data. (#1440 by @omerfirmak) - ErrKeyNotFound Consistency Across State Implementations: Aligned all State implementations to return ErrKeyNotFound for missing contracts, streamlining error handling. (#1439 by @omerfirmak)
- Corrected Block Hash State Updates: Updated state handling with previous block hashes for more accurate block tracing. (#1438 by @omerfirmak)
- Query Bit Misuse as SKIP_VALIDATE: Fixed an issue where the query bit was accidentally used as SKIP_VALIDATE, ensuring proper transaction validation. (#1436 by @omerfirmak)
Full Changelog: v0.7.4...v0.7.5