blockchain-etl / ethereum-etl

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
https://t.me/BlockchainETL
MIT License
2.94k stars 841 forks source link

Upgrade eth-abi lower bound to >=2.2.0 #419

Closed sleepy-tiger closed 1 year ago

sleepy-tiger commented 1 year ago

Update the eth-abi version based on lastest Web3.py release, to make sure internal deprecation changes do not break.