paradigmxyz / cryo

cryo is the easiest way to extract blockchain data to parquet, csv, json, or python dataframes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return proper RPC error message

ipatka opened this issue · comments

When RPC node does not support the trace api it fails with a rate limit error. Instead catch the 'method not supported' error and surface that to the user

Proposed temporary solution, #17