citp / BlockSci

A high-performance tool for blockchain science and exploration
https://citp.github.io/BlockSci/
GNU General Public License v3.0
1.34k stars 259 forks source link

fix: parse full chain index when maxBlockNum=0 #376

Open maltemoeser opened 4 years ago

maltemoeser commented 4 years ago

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

maltemoeser commented 4 years ago

Our tests only use the disk-based mode. Might be worth thinking about adding an RPC-based test run.