You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
To show it's not my incorrect parsing, here is the DataColumn direct from Paraquet:
Not super urgent as I'm sure people who've noticed have just changed their parsers like myself, but worth giving the feedback.
The text was updated successfully, but these errors were encountered:
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.
To show it's not my incorrect parsing, here is the DataColumn direct from Paraquet:
Not super urgent as I'm sure people who've noticed have just changed their parsers like myself, but worth giving the feedback.
The text was updated successfully, but these errors were encountered: