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

Rename dirs #105

Closed LadyChristina closed 1 year ago

LadyChristina commented 1 year ago

All Submissions:

Description

Renamed main package from 'src' to 'consensus_decentralization' to match project name and in accordance with these guidelines: https://docs.python-guide.org/writing/structure/#the-actual-module

Also renamed 'input' to 'raw_block_data', as the name input can be misleading (for example the mapping takes its input from the 'output' directory)