Skip to content

Commit e770995

Browse files
committed
Performance optimisations for tx decode/tracker
1 parent 060d93d commit e770995

3 files changed

Lines changed: 18 additions & 10 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.1.8] - 2026-01-16
11+
12+
### Fixed
13+
14+
- Performance optimisations
15+
- Bump p2poolv2 libs to v0.4.8
16+
17+
1018
## [2.1.7] - 2026-01-16
1119

1220
### Fixed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hydrapool"
3-
version = "2.1.7"
3+
version = "2.1.8"
44
edition = "2024"
55
rust-version = "1.88.0"
66
authors = ["Kulpreet Singh<kp@opdup.com>"]
@@ -31,10 +31,10 @@ tracing = "0.1"
3131
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3232
bitcoin = { version = "0.32.5", features = ["serde", "rand"] }
3333
tokio = { version = "1.0", features = ["full"] }
34-
p2poolv2_lib = { git = "https://github.com/p2poolv2/p2poolv2", package = "p2poolv2_lib", branch = "telehash-prep" }
35-
p2poolv2_cli = { git = "https://github.com/p2poolv2/p2poolv2", package = "p2poolv2_cli", branch = "telehash-prep" }
36-
p2poolv2_api = { git = "https://github.com/p2poolv2/p2poolv2", package = "p2poolv2_api", branch = "telehash-prep" }
37-
bitcoindrpc = { git = "https://github.com/p2poolv2/p2poolv2", package = "bitcoindrpc", branch = "telehash-prep" }
34+
p2poolv2_lib = { git = "https://github.com/p2poolv2/p2poolv2", package = "p2poolv2_lib", tag = "hydrapool.v0.4.8" }
35+
p2poolv2_cli = { git = "https://github.com/p2poolv2/p2poolv2", package = "p2poolv2_cli", tag = "hydrapool.v0.4.8" }
36+
p2poolv2_api = { git = "https://github.com/p2poolv2/p2poolv2", package = "p2poolv2_api", tag = "hydrapool.v0.4.8" }
37+
bitcoindrpc = { git = "https://github.com/p2poolv2/p2poolv2", package = "bitcoindrpc", tag = "hydrapool.v0.4.8" }
3838

3939
[[bin]]
4040
name = "hydrapool"

0 commit comments

Comments
 (0)