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

Data Column Mismatch #2

Open
jamescarter-le opened this issue Apr 3, 2023 · 0 comments
Open

Data Column Mismatch #2

jamescarter-le opened this issue Apr 3, 2023 · 0 comments

Comments

@jamescarter-le
Copy link

Hey - Thanks for open sourcing the dataset.

Noticed a small issue.

from_address and to_address field is transposed.

I'm just using ethereum_native_transfers__v1_0_0__16600000_to_16799999.parquet I've not checked others.

Example Tx: 0xb483dd868584c4d26eb5541d531c2bba92555cc9f55b756263bffac4dc985556
Moves 0.123 ETH as a bribe to the miner.
From the MEV bot (0xf8b721bff6bf7095a0e10791ce8f998baa254fd0) to the coinbase (0x5f927395213ee6b95de97bddcb1b2b1c0f16844f).

Parsing this from the the Paraquet files I get addresses transposed.

image

To show it's not my incorrect parsing, here is the DataColumn direct from Paraquet:
image

Not super urgent as I'm sure people who've noticed have just changed their parsers like myself, but worth giving the feedback.

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

1 participant