This release adds support for estimating DEPLOY_ACCOUNT
transactions and fixes an issue with the starknet_estimateFee
and starknet_call
calls.
Changed
- We have internally upgraded to using the latest cairo-lang package available, version 0.10.1.
Fixes
starknet_estimateFee
andstarknet_call
now works with theblock_id
parameter specified as a block number.
Added
starknet_estimateFee
now supports estimatingDEPLOY_ACCOUNT
transactions introduced in Starknet 0.10.1.
Full Changelog: v0.3.6...v0.3.7