-
Notifications
You must be signed in to change notification settings - Fork 13
add Group Channel adaptations on apps #156
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
base: main
Are you sure you want to change the base?
add Group Channel adaptations on apps #156
Conversation
4a0fa49 to
c7b55c2
Compare
c7b55c2 to
6a9c060
Compare
d61670c to
b907454
Compare
|
@lucasbalieiro can you please do some testing with the changes from this PR + stratum-mining/stratum#2044? please make sure you cover:
|
Working on It |
|
I was able to do some testing mine some blocks, see if it open more channels than necessary upstream and seems to be working fine. With all the scenarios that you suggested. I was not able to do longer testing sessions because I need the patch from #138 for my setup to behave better |
pool-apps/pool/src/lib/channel_manager/template_distribution_message_handler.rs
Show resolved
Hide resolved
pool-apps/pool/src/lib/channel_manager/template_distribution_message_handler.rs
Outdated
Show resolved
Hide resolved
pool-apps/pool/src/lib/channel_manager/template_distribution_message_handler.rs
Outdated
Show resolved
Hide resolved
miner-apps/jd-client/src/lib/channel_manager/downstream_message_handler.rs
Outdated
Show resolved
Hide resolved
miner-apps/jd-client/src/lib/channel_manager/downstream_message_handler.rs
Outdated
Show resolved
Hide resolved
miner-apps/jd-client/src/lib/channel_manager/template_message_handler.rs
Outdated
Show resolved
Hide resolved
miner-apps/jd-client/src/lib/channel_manager/template_message_handler.rs
Outdated
Show resolved
Hide resolved
miner-apps/jd-client/src/lib/channel_manager/template_message_handler.rs
Outdated
Show resolved
Hide resolved
miner-apps/jd-client/src/lib/channel_manager/template_message_handler.rs
Outdated
Show resolved
Hide resolved
miner-apps/jd-client/src/lib/channel_manager/template_message_handler.rs
Outdated
Show resolved
Hide resolved
miner-apps/translator/src/lib/sv2/channel_manager/mining_message_handler.rs
Show resolved
Hide resolved
miner-apps/translator/src/lib/sv2/channel_manager/mining_message_handler.rs
Show resolved
Hide resolved
miner-apps/translator/src/lib/sv2/channel_manager/mining_message_handler.rs
Show resolved
Hide resolved
miner-apps/translator/src/lib/sv2/channel_manager/mining_message_handler.rs
Outdated
Show resolved
Hide resolved
b907454 to
852c06b
Compare
4018853 to
5d47280
Compare
5d47280 to
b09f733
Compare
188b3ce to
2e564d1
Compare
2e564d1 to
42837ee
Compare
close #146
companion to stratum-mining/stratum#2044
blocked by #154
please note that many commits here are actually coming from #154, and should disappear after it's merged