Releases: blockchain-etl/ethereum-etl
Releases · blockchain-etl/ethereum-etl
Bugfix: Ignore ContractLogicError raised by Web3.py
v2.0.0
v1.11.2
- Bumped Click to 8.0.4
v1.11.0
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
- Add Kafka support to
stream
command
v1.8.0
- 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
orordered
in its name - Update docs
v1.7.2
v1.7.1
- Add EIP-1559 fields
base_fee_per_gas
in blocksmax_fee_per_gas
,max_priority_fee_per_gas
,transaction_type
in transactionseffective_gas_price
in receipts
- Add
--values-as-strings
option to theextract_tokens
andextract_token_transfers
commands - Fix receipt_effective_gas_price in the
stream
command