Open jbesraa opened 3 months ago
@jbesraa should we list https://github.com/stratum-mining/stratum/pull/993 on the issue description for the JDClient bullet point?
and given that #993 has already been merged, should we close #992?
Added MiningDevice
to the list above and a corresponding PR
Edit: not sure if it should be part of this list actually
Can we close this issue now that #1163 has been merged? @jbesraa @plebhash
Can we close this issue now that #1163 has been merged? @jbesraa @plebhash
Yup all done here
This is the first stage of #1120
While trying to add integration tests we noticed that the roles logic should have a bit of refactor, mainly moving some of the library logic out of
main.rs
tolib
folder/file in order to make it nicely accessible via testing.Currently we have four different roles we want to refactor
Example for such change covering the Translator role https://github.com/stratum-mining/stratum/pull/1092/files
Goals: