-
Notifications
You must be signed in to change notification settings - Fork 139
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
misleading JDC logs need to be refactored #1280
Comments
it feels to me that the real essence of this issue is not typos or gramatical mistakes on the logs it's the fact that the entire log messages are misleading with regards to what is really happening quoting @GitGab19 from discord:
so the real solution would be to completely rewrite these logs, without necessarily focusing on typos, but rather aiming to clarify what's really happening on a personal note, while re-writing these logs, I would avoid:
|
moving forward to merge #1281 but based on my comment above, I believe the scope of this issue is still yet to be fully addressed |
Current one: Suggested one:
Or did you have something else in mind? Unsure how local TP fits into here. |
While testing I've found a few possibly typos or grammatical errors:
Before anyone tries to resolve them, developer on the project needs to confirm my interpretation is correct.
2024-12-09T18:17:08.807208Z ERROR roles_logic_sv2::channel_logic::channel_factory: Share does not meet any target: Extended(SubmitSharesExtended { channel_id: 5, sequence_number: 0, job_id: 22, nonce: 258540344, ntime: 1733768213, version: 551460864, extranonce: Owned([0, 0, 0, 0, 0, 0, 0, 1, 255, 2, 0, 0, 0, 0, 0, 0]) }) 2024-12-09T18:17:08.812152Z ERROR jd_client::lib::downstream: Share do not meet downstream target
Should probably be
Share does not meet downstream target
Should probably be
SNPH received from the upstream, proxy ignored it, and used the one declared by the JOB DECLARATOR CLIENT
JOB DECLARATOR CLIENT
is probably what's needed here, I am unsure, a dev needs to confirm.The text was updated successfully, but these errors were encountered: