encalypto
encalypto
This rewinds all subgraphs on a chain to a specified block. It has most of the same arguments as `graphman rewind`, but takes a chain name instead of a list...
This is a follow up to #5566 We use both `INTEGER` and `NUMERIC` types in the database to match how other block numbers are stored in the same table.
This is a simpler version of #5486, which adds a command to delete blocks past a certain point: ``` $ graphman chain rewind sepolia --block-hash 0xabc123 --block-number 123 ``` Note...