This release focuses solely on fixes for the RPC spec, aiming to improve the accuracy of RPC interactions.
Fixed
- Simulate Transaction Error Handling for RPC v0_5: Addressed an issue where the
starknet_simulateTransactions
method did not return the correct error upon transaction reversion. (@omerfirmak in #1535) - EstimateFee Error Fix for RPC v0_5: Resolved an issue where
starknet_estimateFee
returnedTxnExecutionErr
instead of contract error. (@omerfirmak in [#1539] - Starknet Spec Version Update for RPC v0_6: Corrected the supported specification version to 0.6.0 in
starknet_specVersion
. (@wojciechos in #1536)
Full Changelog: v0.8.0...v0.8.1