No description
Find a file
Virgil 0d7c60726c fix(pool): enforce stratum line limits
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 11:48:16 +00:00
.core/reference feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
api feat(proxy): close RFC gaps 2026-04-04 10:52:30 +00:00
docs feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
log feat(proxy): implement RFC runtime primitives 2026-04-04 10:39:59 +00:00
pool fix(pool): enforce stratum line limits 2026-04-04 11:48:16 +00:00
splitter fix(proxy): preserve submitted job snapshots 2026-04-04 11:44:43 +00:00
.gitignore feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
CLAUDE.md feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
config.go feat(proxy): implement runtime HTTP and logging hooks 2026-04-04 11:03:54 +00:00
config_runtime.go fix(proxy): preserve submitted job snapshots 2026-04-04 11:44:43 +00:00
config_runtime_test.go fix(proxy): relax config validation and dedupe disconnects 2026-04-04 11:36:27 +00:00
events.go feat(proxy): dispatch submits and drain shutdown 2026-04-04 11:18:35 +00:00
go.mod feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
go.sum feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
job.go fix(pool): restore failover and stratum job handling 2026-04-04 11:13:41 +00:00
job_test.go fix(pool): restore failover and stratum job handling 2026-04-04 11:13:41 +00:00
miner.go feat(proxy): implement runtime HTTP and logging hooks 2026-04-04 11:03:54 +00:00
miner_methods.go fix(pool): restore failover and stratum job handling 2026-04-04 11:13:41 +00:00
miner_runtime.go feat(proxy): dispatch submits and drain shutdown 2026-04-04 11:18:35 +00:00
miner_runtime_test.go feat(proxy): dispatch submits and drain shutdown 2026-04-04 11:18:35 +00:00
proxy.go fix(proxy): keep runtime state local 2026-04-04 11:21:38 +00:00
proxy_http_runtime.go feat(proxy): implement runtime HTTP and logging hooks 2026-04-04 11:03:54 +00:00
proxy_logging_runtime.go feat(proxy): implement runtime HTTP and logging hooks 2026-04-04 11:03:54 +00:00
proxy_runtime.go fix(proxy): keep runtime state local 2026-04-04 11:21:38 +00:00
proxy_runtime_test.go fix(config): reject unsupported proxy modes 2026-04-04 11:30:27 +00:00
runtime_support.go feat(proxy): implement runtime HTTP and logging hooks 2026-04-04 11:03:54 +00:00
runtime_support_test.go feat(proxy): implement runtime HTTP and logging hooks 2026-04-04 11:03:54 +00:00
server.go feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
server_runtime.go feat(proxy): wire miner runtime flow 2026-04-04 10:47:58 +00:00
stats.go feat(proxy): implement RFC runtime primitives 2026-04-04 10:39:59 +00:00
stats_workers_test.go feat(proxy): implement RFC runtime primitives 2026-04-04 10:39:59 +00:00
tls_runtime.go feat(proxy): honour TLS config and pool keepalive 2026-04-04 11:16:29 +00:00
tls_runtime_test.go feat(proxy): honour TLS config and pool keepalive 2026-04-04 11:16:29 +00:00
worker.go feat(proxy): implement RFC runtime primitives 2026-04-04 10:39:59 +00:00