Skip to content

Commit afc0b00

Browse files
committed
Pass testing option to stratum server
1 parent c61f7f2 commit afc0b00

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.2] - 2026-01-12
11+
12+
### Fixed
13+
14+
- Properly pass the testing config option to stratum server
15+
1016
## [2.1.1] - 2026-01-12
1117

1218
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hydrapool"
3-
version = "2.1.1"
3+
version = "2.1.2"
44
edition = "2024"
55
rust-version = "1.88.0"
66
authors = ["Kulpreet Singh<kp@opdup.com>"]

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ async fn main() -> Result<(), String> {
173173
.start_difficulty(stratum_config.start_difficulty)
174174
.minimum_difficulty(stratum_config.minimum_difficulty)
175175
.maximum_difficulty(stratum_config.maximum_difficulty)
176+
.ignore_difficulty(stratum_config.ignore_difficulty)
176177
.network(stratum_config.network)
177178
.version_mask(stratum_config.version_mask)
178179
.store(store_for_stratum)

0 commit comments

Comments
 (0)