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

v1.7.0

2 years ago
  • Add EIP-1559 fields
  • Add --values-as-strings option to extract_tokens and extract_token_transfers command

v1.6.3

2 years ago

Fix typo that prevented exporting traces to Postgres output

v1.6.2

2 years ago

Add NAME, SYMBOL, DECIMALS to erc20_abi.py and eth_token_service.py to support non-standard ERC20 methods

v1.6.1

2 years ago

Add missing __init__.py file in the converters package.

v1.6.0

2 years ago

Add Python 3.8 support

v1.5.1

4 years ago
  • Add item_timestamp to streaming output for all entities.
  • Add item_timestamp attribute to PubSub output for all entities.

v1.4.0

4 years ago

Add support for Postgres to stream command:

ethereumetl stream --start-block 500000 --output postgresql+pg8000://<user>:<password>@<host>:5432/<database>

https://ethereum-etl.readthedocs.io/en/latest/commands/#stream

v1.3.1

4 years ago

Added trace_id to traces export

v1.3.0

5 years ago