Ethereum Etl Versions Save

Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ

v2.0.0

2 years ago

v1.11.2

2 years ago
  • Bumped Click to 8.0.4

v1.11.0

2 years ago

v1.10.1

2 years ago
  • Move kafka-python dependency to streaming
  • Lock libcst dependency version
  • Loosen python-dateutil dependency version

v1.10.0

2 years ago
  • Add POA (Proof of Authority) support

v1.9.0

2 years ago
  • Add Kafka support to stream command

v1.8.0

2 years ago
  • Add GCS item exporter
  • Add batch parameters to PubSubItemExporter
  • Allow multiple outputs in --output param of stream command
  • Bump version of pubsub library
  • Allow message ordering for PubSubItemExporter if topic has sorted or ordered in its name
  • Update docs

v1.7.1

2 years ago
  • Add EIP-1559 fields
    • base_fee_per_gas in blocks
    • max_fee_per_gas, max_priority_fee_per_gas, transaction_type in transactions
    • effective_gas_price in receipts
  • Add --values-as-strings option to the extract_tokens and extract_token_transfers commands
  • Fix receipt_effective_gas_price in the stream command