-
Notifications
You must be signed in to change notification settings - Fork 127
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
Restructure Roles
as a prepration for integration tests
#1093
Open
5 of 6 tasks
Milestone
Comments
This was referenced Aug 13, 2024
2 tasks
This was referenced Aug 19, 2024
2 tasks
plebhash
changed the title
Refactor
Restrutuce Aug 19, 2024
Roles
as a prepration for integration testsRoles
as a prepration for integration tests
plebhash
changed the title
Restrutuce
Restructure Aug 19, 2024
Roles
as a prepration for integration testsRoles
as a prepration for integration tests
This was
linked to
pull requests
Aug 20, 2024
This comment has been minimized.
This comment has been minimized.
Added Edit: not sure if it should be part of this list actually |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
TranslatorSv2
lib code out ofmain.rs
#1092JDServer
lib code out ofmain.rs
#1095JobDeclaratorClient
struct #993PoolSv2
lib code out ofmain.rs
#1097lib
code frombin
inmining-device
#1163mining-device-sv1
#1245Example for such change covering the Translator role https://github.com/stratum-mining/stratum/pull/1092/files
Goals:
The text was updated successfully, but these errors were encountered: