Skip to content

Releases: blockchain-etl/ethereum-etl

Bugfix: Ignore ContractLogicError raised by Web3.py

16 Aug 14:29
Compare
Choose a tag to compare

v2.0.0

06 May 11:45
Compare
Choose a tag to compare
  • Upgraded web3.py to web3>=5.29,<6 #339
  • Dropped support for python 3.6, 3.7.0 and 3.7.1

v1.11.2

04 May 09:02
Compare
Choose a tag to compare
  • Bumped Click to 8.0.4

v1.11.0

01 Apr 14:21
Compare
Choose a tag to compare
  • Adds contract and token support for PostgreSQL when streaming #293

v1.10.1

11 Feb 15:18
Compare
Choose a tag to compare
  • Move kafka-python dependency to streaming
  • Lock libcst dependency version
  • Loosen python-dateutil dependency version

v1.10.0

08 Jan 14:40
Compare
Choose a tag to compare
  • Add POA (Proof of Authority) support

v1.9.0

24 Dec 10:04
Compare
Choose a tag to compare
  • Add Kafka support to stream command

v1.8.0

19 Dec 17:53
Compare
Choose a tag to compare
  • 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.2

04 Aug 16:03
Compare
Choose a tag to compare

Fix #264

v1.7.1

02 Aug 16:17
Compare
Choose a tag to compare
  • 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