BlockSci
BlockSci copied to clipboard
fix: parse full chain index when maxBlockNum=0
Makes behavior consistent with the disk-based parser, i.e. to parse the full chain up to the maximum height when setting maxBlockNum to 0
Our tests only use the disk-based mode. Might be worth thinking about adding an RPC-based test run.