Releases: blockchain-etl/ethereum-etl
Releases · blockchain-etl/ethereum-etl
Release list
Bugfix: Ignore ContractLogicError raised by Web3.py
Includes #371
v2.0.0
- Upgraded web3.py to
web3>=5.29,<6#339 - Dropped support for python
3.6,3.7.0and3.7.1
v1.11.2
v1.11.0
- Adds contract and token support for PostgreSQL when streaming #293
v1.10.1
- Move kafka-python dependency to streaming
- Lock libcst dependency version
- Loosen python-dateutil dependency version
v1.10.0
- Add POA (Proof of Authority) support
v1.9.0
v1.8.0
- Add GCS item exporter
- Add batch parameters to PubSubItemExporter
- Allow multiple outputs in
--outputparam of stream command - Bump version of pubsub library
- Allow message ordering for PubSubItemExporter if topic has
sortedororderedin its name - Update docs
v1.7.2
v1.7.1
- Add EIP-1559 fields
base_fee_per_gasin blocksmax_fee_per_gas,max_priority_fee_per_gas,transaction_typein transactionseffective_gas_pricein receipts
- Add
--values-as-stringsoption to theextract_tokensandextract_token_transferscommands - Fix receipt_effective_gas_price in the
streamcommand