Releases: blockchain-etl/ethereum-etl
Releases · blockchain-etl/ethereum-etl
v1.7.0
- Add EIP-1559 fields
- Add
--values-as-strings
option to extract_tokens and extract_token_transfers command
v1.6.3
Fix typo that prevented exporting traces to Postgres output
v1.6.2
Add NAME, SYMBOL, DECIMALS to erc20_abi.py
and eth_token_service.py
to support non-standard ERC20 methods
v1.6.1
Add missing __init__.py
file in the converters
package.
v1.6.0
Add Python 3.8 support
v1.5.2
- Added support for Origin Protocol data #214
- Fixed bug which prevented exporting transfers for more than 1 token #222
https://pypi.org/project/ethereum-etl/1.5.2/
https://hub.docker.com/r/blockchainetl/ethereum-etl/tags
v1.5.1
- Add item_timestamp to streaming output for all entities.
- Add item_timestamp attribute to PubSub output for all entities.
v1.4.0
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
Added trace_id to traces export
v1.3.0
Added ethereumetl stream
command https://github.com/blockchain-etl/ethereum-etl#stream