-
Notifications
You must be signed in to change notification settings - Fork 11
fix noise 2 #26
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
fix noise 2 #26
Conversation
Co-Authored-By: Christopher Coverdale <chris.coverdale24@gmail.com>
Co-Authored-By: Christopher Coverdale <chris.coverdale24@gmail.com>
Co-authored-by: Christopher Coverdale <chris.coverdale24@gmail.com>
Co-Authored-By: Christopher Coverdale <chris.coverdale24@gmail.com>
The template provider will listen for a Job Declarator client. It can establish a connection and detect various protocol errors. Co-Authored-By: Christopher Coverdale <chris.coverdale24@gmail.com>
Co-Authored-By: Christopher Coverdale <chris.coverdale24@gmail.com>
Co-Authored-By: Christopher Coverdale <chris.coverdale24@gmail.com>
Co-Authored-By: Christopher Coverdale <chris.coverdale24@gmail.com>
dcb8c7a
to
d673db3
Compare
Thanks, I'll wait for your second todo item. |
I'm not sure if you already rebased, but try the following to get rid of my commits in the PR: # assuming 1 commit from you
git rebase HEAD~1 --onto Sjors/2023/11/sv2-poll |
Co-Authored-By: Christopher Coverdale <chris.coverdale24@gmail.com>
The template provider will listen for a Job Declarator client. It can establish a connection and detect various protocol errors. Co-Authored-By: Christopher Coverdale <chris.coverdale24@gmail.com>
I changed a few things before merging:
I tested against your stratum branch stratum-mining/stratum@dev...Fi3:stratum-1:UpdateNoise though only on my custom signet, which generally doesn't have long messages. I'll test on mainnet later. I guess I should run an inscription tool to get >65KB messages on signet :-) I also plan to add some more length check asserts, and rename |
d673db3
to
43da956
Compare
To tested it on testnet, with jdc you get pretty long messages. Also to test it I change the max noise chunk size to smaller value like 120 bytes and it worked. |
Uh oh!
There was an error while loading. Please reload this page.