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 instarknet_estimateFee
andstarknet_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 forstarknet_call
Full Changelog: v0.13.2...v0.13.3