Skip to content

v0.13.3

Compare
Choose a tag to compare
@wojciechos wojciechos released this 10 Mar 08:42
· 103 commits to main since this release
19cf1c4

This release includes several important fixes to improve RPC stability and transaction handling.

Fixed

  • Fixed fee estimation issues:
    • Resolved failures due to absence of L1 data gas
    • Corrected VM versioned constants selection for accurate fee calculation
    • Fixed extremely large gas_consumed values in starknet_estimateFee and starknet_simulate responses
  • Fixed transaction trace format to match specifications across all RPC versions
  • Resolved JSON marshalling errors in starknet_call for RPC v6-7 that caused empty responses
  • Added proper ENTRYPOINT_NOT_FOUND error handling for starknet_call

Full Changelog: v0.13.2...v0.13.3