This release fixes an issue with the starknet_estimateFee
call. Previously a version 0 invoke transaction with a version field set to a query version (>2**128) caused an internal error.
Changed
- Improved performance for operations involving a lot of Stark hash calculations, like syncing.
- Improved performance for
starknet_call
andstarknet_estimateFee
calls for transactions involving a lot of storage accesses.
Fixes
starknet_estimateFee
now works for version 0 invoke transactions using a query version.
Added
- New metrics for external python subprocesses
extpy_processes_launched_total
extpy_processes_exited_total
extpy_processes_failed_total
Full Changelog: v0.3.4...v0.3.5