Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace stratum-dummy control cli with C++ implementation #875

Merged
merged 8 commits into from
Jan 3, 2022

Conversation

pudelkoM
Copy link
Member

@pudelkoM pudelkoM commented Dec 16, 2021

This PR replaces the dummy Python scripts controlling stratum-dummy with a C++ native version. While the new version implements 100% of the functionality with the same user interface, the code this not as polished as it could be. This is acceptable due to the very low impact this CLI has.

TODO:

  • port_counter_sim.py
  • Delete py files

@codecov
Copy link

codecov bot commented Dec 16, 2021

Codecov Report

Merging #875 (18182fe) into main (b750f2d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #875   +/-   ##
=======================================
  Coverage   78.81%   78.81%           
=======================================
  Files         336      336           
  Lines       30124    30124           
=======================================
  Hits        23742    23742           
  Misses       6382     6382           

@pudelkoM pudelkoM marked this pull request as ready for review December 17, 2021 00:51
@pudelkoM pudelkoM merged commit 7292c50 into main Jan 3, 2022
@pudelkoM pudelkoM deleted the dummy-cli-cpp branch January 3, 2022 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants