Version 0.2.0
Highlights
- python adapter: cryo is now the fastest way to extract rpc data using it's python adapter. just
import cryoand you can either extract data into python dataframes, or perform the cli workflow of extracting data into files. full feature parity with rust lib. installation instructions in README.md - new datasets: cryo can now collect the
contractsandnative_transfersdatasets from data.paradigm.xyz - transaction selectors: can now use
--txsinstead of--blocksto collect precise subsets of each cryo dataset - command chaining:
--txsand--blockscan now point toward parquet files instead of explicit values, allowing cryo commands to be chained together - reports: cryo now saves summary report every time it outputs data files. this makes it easy to track the provenance of each data file. the default location for these reports is
$OUTPUT_DIR/.cryo_reports/
Version 0.2.0 also brings many bugfixes, performance optimizations, and QoL improvements. Thanks to @ipatka for the contributions on this.