fix channel_msg bit for NewMiningJob, PushSolution, SetCustomMiningJob, SetCustomMiningJob.Success, and SetCustomMiningJob.Error#196
Conversation
…uccess`, and `SetCustomMiningJob.Error`.
channel_msg bit for NewMiningJob and PushSolutionchannel_msg bit for NewMiningJob, PushSolution, SetCustomMiningJob, SetCustomMiningJob.Success, and SetCustomMiningJob.Error
|
|
|
This doesn't impact the TP, right? |
Nope, no TDP message is involved here, all good on that end. |
|
Does SetGroupChannel need the channel_msg bit set? It is technically has a 4 byte channel id as the first field of the message. It's hard to say because I don't see where the |
hmm I guess that depends on how you define what a Channel really is I mean yeah sure Group Channels have the word "Channel" in their names, but ultimately a client never really submits shares to a Group Channel It is only an abstraction that helps broadcasting messages to multiple (actual) Channels
an elaborate Sv2 Proxy might maintain the same Channel state across 2 different Connections (downstream and upstream) when a message/frame's if and
SRI crates like indeed it is not actively used for anything meaningful on |
|
ack |
1 similar comment
|
ack |
This PR fixes the
channel_msgbit forNewMiningJob,PushSolution,SetCustomMiningJob,SetCustomMiningJob.Success, andSetCustomMiningJob.Errormessages.Closes #185