Blockchain-Technology-Lab / consensus-decentralization

Tool that analyzes blockchain decentralization on the consensus layer by looking at the block production distributions of various blockchain systems.
https://blockchain-technology-lab.github.io/consensus-decentralization
MIT License
25 stars 6 forks source link

Update execution parameter handling #154

Closed dimkarakostas closed 3 months ago

dimkarakostas commented 3 months ago

All Submissions:

Description

Remove all command line arguments and move all parameters to the config file. Also creates helper functions to retrieve the params. This makes it more consistent with the tokenomics analysis execution flow.