General release information
Highlights of this release:
This patch release focuses on improving Stratum V1 difficulty conversion correctness and maintaining crate version consistency.
Notable highlights include:
stratum_translationno longer rounds up Stratum V1 difficulty values during conversion, ensuring more accurate target calculations and better compatibility with existing Stratum V1 implementations.stratum-corereceived a patch version bump to maintain version consistency across the workspace following the bug fix.
Crate changes
stratum-core
crate version was bumped from 0.5.0 to 0.5.1
stratum_translation
crate version was bumped from 0.4.0 to 0.4.1
What's Changed
- Do not round up SV1 difficulties by @ckolivas in #2227
- bump PATCH of
stratum-coreby @GitGab19 in #2230
New Contributors
Full Changelog: v1.11.0...v1.11.1