Skip to content

Releases: warioishere/blitzpool

v1.4.3

15 Jan 09:53

Choose a tag to compare

What's Changed

  • Refactor: Simplify statistics system and eliminate worker drops by @warioishere in #109
  • Add client data deletion endpoints by @warioishere in #110
  • add per port target shares per minute
  • fix push service send online notifcation on stratum handshake
  • Use pool statistics for site-wide hashrate chart

Full Changelog: v1.4.1...v1.4.3

v1.4.1

01 Jan 21:38

Choose a tag to compare

What's Changed

  • Fix: High-performance share totals to eliminate database drops by @warioishere in #108
  • Fix: Prevent share loss when Redis hydration markers expire
  • Add network difficulty change notifications for upcoming android app
  • Fix: Batch database writes to prevent SQLITE_BUSY errors
  • prepare repo for migration to postgres

Full Changelog: v1.4.0...v1.4.1

v1.4.0

23 Dec 08:05

Choose a tag to compare

What's Changed

  • Fix: Change time slot labeling from start-time to end-time by @warioishere in #103
  • Add UnifiedPush server for bestDifficulty, deviceStatus and blockFound notifications by @warioishere in #104
  • Feature: Add 1-minute live hashrate endpoints with Redis persistence by @warioishere in #105
  • Feature: Add Redis caching to /api/client/{address}/diff-scores endpoint by @warioishere in #106
  • Feature: Add Firebase Cloud Messaging (FCM) push notification support by @warioishere in #107
  • multiple fixes and redis/pm2 stack optimizations

Full Changelog: v1.3.7...v1.4.0

v1.3.7

10 Dec 09:16

Choose a tag to compare

What's Changed

  • Fix PM2 cluster mode cache inconsistency with Redis-backed shared state by @warioishere in #98
  • Add stratum handshake timing monitoring by @warioishere in #99
  • Fix: Critical race condition causing inflated share counts in PM2 cluster mode by @warioishere in #100
  • Fix: WRONGTYPE Redis error on worker-shares endpoint by @warioishere in #101
  • Fix: Incorrect rollback logic using stale delta causing share count inflation by @warioishere in #102

Full Changelog: v1.3.6...v1.3.7

v1.3.6

20 Nov 21:06

Choose a tag to compare

What's Changed

Full Changelog: v1.3.5...v1.3.6

v1.3.5

29 Oct 21:58
e497e0c

Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

v1.3.4

22 Oct 14:54
ab89f82

Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

24 Sep 08:08
d95ecf4

Choose a tag to compare

What's Changed

  • Fix pool and client rejected stats flush increments in pm2 mode by @warioishere in #75

Full Changelog: v1.3.2...v1.3.3

v1.3.2

22 Sep 20:52
ae08dd6

Choose a tag to compare

What's Changed

  • expose per worker accepted, rejected counts and keep up to one week of data by @warioishere in #71
  • Adjust accepted aggregation to use diff1 shares by @warioishere in #72
  • Fix cache TTL units and refresh worker stats by @warioishere in #73
  • Guard Telegram bot polling in PM2 cluster deployments by @warioishere in #74

Full Changelog: v1.3.1...v1.3.2

v1.3.1

15 Sep 21:18
748ed46

Choose a tag to compare

added pm2 cluster mode to be setup automatically with the Dockerfile and a new docker-compose-mainnet-pm.yml file

Full Changelog: v1.3.0...v1.3.1