fetch_filq_historical_reads
Documentation for eth_defi.tokenised_fund.sygnum.backfill.fetch_filq_historical_reads function.
- fetch_filq_historical_reads(reports, vaults_by_data_id, max_workers)
Fetch FILQ supplies for Chainlink reports in parallel.
- Parameters
reports (list[eth_defi.chainlink.bundle_aggregator.ChainlinkBundleReport]) – Hypersync-discovered reports for the reviewed data ids.
vaults_by_data_id (dict[bytes, eth_defi.tokenised_fund.sygnum.vault.SygnumVault]) – FILQ adapter keyed by Chainlink data id.
max_workers (int) – Maximum archive-RPC worker threads.
- Returns
Historical rows ordered by block and log index.
- Raises
ValueError – If Hypersync returned an unexpected feed identifier.
- Return type