paradigmxyz / cryo

cryo is the easiest way to extract blockchain data to parquet, csv, json, or python dataframes
Apache License 2.0
1.12k stars 97 forks source link

Added raw transaction to Transactions schema #180

Open 0xMelkor opened 6 months ago

0xMelkor commented 6 months ago

Motivation

Cryo is not providing a column to get a raw transaction. I think it can be useful for other devs.

Solution

I extended the Transactions schema to provide the raw additional field.

PR Checklist