Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing contract internal txn in ethereumetl export_blocks_and_transactions #438

Open
cisan86 opened this issue Apr 11, 2023 · 2 comments
Open

Comments

@cisan86
Copy link

cisan86 commented Apr 11, 2023

when i use the command to export the block 9484688 and transaction info like this

ethereumetl export_blocks_and_transactions --start-block 9484688 --end-block 9484688 \
--provider-uri file://$HOME/Library/Ethereum/geth.ipc \
--blocks-output blocks.csv --transactions-output transactions.csv

image

interesting i find that in etherscan there was 79 txn and 37 contract internal txns , but this command does not export the 37 contract internal transactions in this block

@sfsf9797
Copy link
Contributor

Hi, you would need to export log as well for internal transaction. You can check out other cli command

@cisan86
Copy link
Author

cisan86 commented Apr 12, 2023

I want to express my heartfelt gratitude for your constant support and encouragement!

Another question is i already run the command ethereumetl export_blocks_and_transactions for about 4days to download the whole mainnet transactions , but it doesn't seem to want to end. the transaction.csv is over 900 gb , how long do I have to wait ? How big is the whole file ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants