go-proxy/pool
Snider 2470f1ac3d feat(proxy): add log tests, fix nil config panic, complete test triads
- Add log package tests (AccessLog and ShareLog Good/Bad/Ugly triads)
- Fix nil pointer panic in pool.NewStrategyFactory when config is nil
- Add Worker Hashrate Good/Bad/Ugly test triad
- Add ConfigWatcher Start Bad test (nonexistent path)
- Add FailoverStrategy CurrentPools Bad/Ugly, EnabledPools Good/Bad/Ugly,
  and NewStrategyFactory Good/Bad/Ugly test triads
- Improve doc comments on Stats, StatsSummary, Workers, WorkerRecord
  with AX-compliant usage examples

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-05 08:08:28 +01:00
..
client.go docs(proxy): align public comments with AX 2026-04-05 01:30:08 +00:00
impl.go feat(proxy): add log tests, fix nil config panic, complete test triads 2026-04-05 08:08:28 +01:00
impl_test.go feat(proxy): add log tests, fix nil config panic, complete test triads 2026-04-05 08:08:28 +01:00
keepalive_test.go feat(pool): wire keepalive ticks through splitters 2026-04-04 19:00:18 +00:00
strategy.go docs(proxy): align public comments with AX 2026-04-05 01:30:08 +00:00
strategy_disconnect_test.go fix(proxy): align pool failover and simple routing 2026-04-05 01:38:05 +00:00