stratum-apps::monitoring::server::{ServerExtendedChannelInfo,ServerStandardChannelInfo} displays SubmitShares.Error.error_code#450
Merged
GitGab19 merged 6 commits intostratum-mining:mainfrom Apr 28, 2026
Conversation
Member
Author
|
cc @gimballock |
This was referenced Apr 22, 2026
d6f8eb9 to
43e5314
Compare
GitGab19
reviewed
Apr 24, 2026
Member
Author
|
btw I think if we merge this without a companion for stratum-mining/sv2-ui#93, then |
Shourya742
reviewed
Apr 27, 2026
| let mut shares_acknowledged: u32 = 0; | ||
| let mut shares_submitted: u32 = 0; | ||
| let mut shares_rejected: u32 = 0; | ||
| let mut shares_rejected: HashMap<String, u32> = HashMap::new(); |
Member
There was a problem hiding this comment.
Suggested change
| let mut shares_rejected: HashMap<String, u32> = HashMap::new(); | |
| let mut shares_rejected = HashMap::new(); |
Member
Author
There was a problem hiding this comment.
the other variables around it already set this pattern of explicit type declaration, so I don't think it makes sense to only remove this one.
This was referenced Apr 27, 2026
e1dbc3a to
3734b02
Compare
GitGab19
reviewed
Apr 27, 2026
GitGab19
reviewed
Apr 27, 2026
GitGab19
approved these changes
Apr 27, 2026
Member
GitGab19
left a comment
There was a problem hiding this comment.
Just a very minor thing, not a blocker.
LGTM.
3734b02 to
dd4e115
Compare
Member
|
We merged #462, so this is now unblocked. |
5df569b to
042cac1
Compare
…ejected as HashMap<String,u32>
042cac1 to
acb6145
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #423
companion stratum-mining/stratum#2139
blocked by #462
the affected endpoint is
GET /api/v1/server/channelsbefore, each channel would have:
now, it gets:
and if there's no rejected shares: