This release implements Starknet RPC v0.8.1
Key changes:
- new
withQueryBitVersion
param to theBuildAndEstimateDeployAccountTxn
,BuildAndSendInvokeTxn
, andBuildAndSendDeclareTxn
methods - small bug fix when unsubscribing from websocket
What's Changed
- Update CallContext to CallContextWithSliceArgs in
requestUnsubscribe()
by @thiagodeev in #705 - Hotfix/not estimating querybitversion txns by @thiagodeev in #714
Full Changelog: v0.9.0...v0.10.0