Objective
Encapsulate the concept of a ValidatorMap only to the consensus module
Origin Document
This discussion in #178:

Goals
- Remove all occurrences/references to the
ValidatorMap throughout the codebase
- Only maintain knowledge/understanding o the
ValidatorMap in the consensus module
Deliverable
Non-goals / Non-deliverables
General issue deliverables
Testing Methodology
- All tests:
make test_all
- LocalNet: verify a
LocalNet is still functioning correctly by following the instructions at docs/development/README.md
Creator: @Olshansk
Objective
Encapsulate the concept of a
ValidatorMaponly to the consensus moduleOrigin Document
This discussion in #178:
Goals
ValidatorMapthroughout the codebaseValidatorMapin the consensus moduleDeliverable
ValidatorMapthroughout the whole codebase and it should only show up in the consensus moduleNon-goals / Non-deliverables
General issue deliverables
Testing Methodology
make test_allLocalNetis still functioning correctly by following the instructions at docs/development/README.mdCreator: @Olshansk