forked from blockchain-etl/ethereum-etl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into eip1559-fields
# Conflicts: # setup.py
- Loading branch information
Showing
9 changed files
with
102 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ def read(fname): | |
|
||
setup( | ||
name='ethereum-etl', | ||
version='1.6.3', | ||
version='1.6.5', | ||
author='Evgeny Medvedev', | ||
author_email='[email protected]', | ||
description='Tools for exporting Ethereum blockchain data to CSV or JSON', | ||
|
@@ -34,11 +34,11 @@ def read(fname): | |
python_requires='>=3.5.3,<4', | ||
install_requires=[ | ||
'web3==4.7.2', | ||
'eth-utils==1.8.4', | ||
'eth-utils==1.10.0', | ||
'eth-abi==1.3.0', | ||
# TODO: This has to be removed when "ModuleNotFoundError: No module named 'eth_utils.toolz'" is fixed at eth-abi | ||
'python-dateutil==2.8.0', | ||
'click==7.0', | ||
'click==7.1.2', | ||
'ethereum-dasm==0.1.4', | ||
'base58', | ||
'requests', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/resources/test_export_tokens_job/token_with_alternative_return_type/expected_tokens.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
address,symbol,name,decimals,total_supply,block_number | ||
0x86fa049857e0209aa7d9e616f7eb3b3b78ecfdb0,,,18,1000000000000000000000000000, | ||
0x86fa049857e0209aa7d9e616f7eb3b3b78ecfdb0,EOS,,18,1000000000000000000000000000, |