4-27 fixes#30
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #30 +/- ##
==========================================
- Coverage 33.96% 33.06% -0.91%
==========================================
Files 131 132 +1
Lines 21316 20635 -681
==========================================
- Hits 7240 6822 -418
+ Misses 12637 12464 -173
+ Partials 1439 1349 -90 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
For miners
Accepted shares should get responses a little faster, with less latency spikes.
Job and difficulty changes are handled more safely, reducing bad late-share/stale-edge behavior.
Block submissions are checked more carefully against Bitcoin Core, including edge cases where a block is already accepted.
For the status site
Hashrate and difficulty units are fixed and now scale cleanly up through EH/s and large difficulty values.
Small miner difficulties now show useful decimals instead of rounding to 0.
Hashrate confidence markers are consistent everywhere: ~ warming up, ≈ settling, no marker when stable.
Saved Workers now shows best saved-worker share and live saved-worker share rate.
Graph history, BTC price timestamps, transaction-fee updates, block-height cards, and next-difficulty-change display should update more consistently.
General polish
The UI assets are embedded in the binary now, so the dashboard is less likely to break from missing template/static files [umbrelos-gopool].
Worker/miner names render more safely in the UI.
Copy-to-clipboard works in more browser situations.
The unused experimental Stratum fast-path options were removed while keeping old config keys tolerated.