xch-blockchain/tools
Arvid Norberg c33dc256c8
update analyze_blockchain tool to read v2 blockchain databases (#9983)
* update analyze_blockchain tool to read v2 blockchain databases and introduce option to run all generators in mempool mode. Also update to use the new clvm_rs API

* update gnuplot file for the new output from analyze_blockchain.py
2022-02-02 10:39:21 -08:00
..
analyze-chain.py update analyze_blockchain tool to read v2 blockchain databases (#9983) 2022-02-02 10:39:21 -08:00
plot-log.gnuplot update analyze_blockchain tool to read v2 blockchain databases (#9983) 2022-02-02 10:39:21 -08:00
run_block.py remove the GeneratorArgs type, and instead include the heights and generator programs as separate lists in BlockGenerator. The heights are not necessary when validating blocks, so this makes it easier to omit them in that case. The heights are only used when generating/farming a block. (#10006) 2022-01-31 18:49:39 -08:00