Releases: shestakoven/sqd_py
Releases · shestakoven/sqd_py
Release list
v0.4.0
Added
- EVM and Solana query filters now accept a single value or a list of values
(OR-match), matching the existing Hyperliquidget_fillsbehavior. Applies
toget_transactions,get_logs,get_transfers,get_traces,
get_state_diffs(EVM) andget_instructions,get_transactions,
get_balances,get_token_balances,get_rewards,get_logs(Solana). prefetch_workersparameter onQueryCursor/with_progress()to
configure the number of concurrent prefetch shard workers (clamped to 16).sqd_py[fast]extra pulling in uvloop
(auto-enabled on import when installed; not available on Windows).
Changed
- Prefetch is now enabled by default (2 workers) whenever the end of the
query range is known, falling back to a single serial worker otherwise.
Theshardsparameter is kept as a deprecated alias forprefetch_workers. - Streaming JSON parsing switched from
ujsontoorjson.
v0.3.0
Added
- Expanded
Dataset/EvmDatasetwith 72 EVM chains served by the SQD
portal (Arbitrum, Base, Optimism, Polygon, zkSync, and many more), plus
Dataset.HYPERLIQUIDfor the HyperEVM chain.