mit-dci / opencbdc-tx

A transaction processor for a hypothetical, general-purpose, central bank digital currency
Other
896 stars 198 forks source link

Refactor mock_system class for clarity #184

Closed mszulcz-mitre closed 1 year ago

mszulcz-mitre commented 1 year ago

The mock_system class has a few parts that could cause confusion. For example, the words 'module' and 'component' are used interchangeably, it's not clear when modules will be mocked, and it's not clear what the return value of start_servers means (see Issue #183). This commit refactors the code to clarify these issues.

Signed-off-by: Michael L. Szulczewski mszulczewski@mitre.org