blockchain-etl / ethereum2-etl

Python scripts for ETL (extract, transform and load) jobs for Ethereum 2.0 beacon blocks, attestations, deposits, slashings, validators, committees. Data is available in Google BigQuery
https://console.cloud.google.com/bigquery?page=dataset&d=crypto_ethereum2_medalla&p=public-data-finance
MIT License
71 stars 12 forks source link

Add support for Lighthouse #4

Open medvedev1088 opened 4 years ago

medvedev1088 commented 4 years ago

Add support for Lighthouse APIs.

lsankar4033 commented 4 years ago

Given that infura's only running teku for now, this would require running a lighthouse node and adapting service code to use lighthouse APIs, right?

medvedev1088 commented 4 years ago

That's correct. Most likely though Lighthouse API is very similar to Teku so not much change will be required.

lsankar4033 commented 4 years ago

gotcha. given that you're not pulling performance-oriented data from what i can tell, probably not particularly high priority to add more clients

medvedev1088 commented 4 years ago

Yep we discussed with Steven that we'll only do immutable data for now due to BigQuery limitations