• Joined on 2026-02-14
Virgil pushed to dev at core/go-store 2026-04-05 07:58:47 +00:00
345fa26062 feat(store): add Exists, GroupExists, and Workspace.Count methods
Virgil pushed to dev at core/go-blockchain 2026-04-05 07:47:23 +00:00
76488e0beb feat(wire): add alias entry readers + AX usage-example comments
Virgil pushed to dev at core/go-proxy 2026-04-05 07:09:09 +00:00
2470f1ac3d feat(proxy): add log tests, fix nil config panic, complete test triads
Virgil pushed to dev at core/go-blockchain 2026-04-05 06:36:59 +00:00
caf83faf39 refactor(types,consensus,chain): apply AX design principles across public API
Virgil pushed to dev at core/go-proxy 2026-04-05 06:03:23 +00:00
31a151d23c feat(proxy): implement RFC test coverage and AX usage-example comments
Virgil pushed to dev at core/go-proxy 2026-04-05 03:49:29 +00:00
6f0747abc2 fix(reload): apply custom diff updates to active miners
Virgil pushed to dev at core/go-proxy 2026-04-05 03:44:52 +00:00
711c4259f7 refactor(proxy): unify monitoring auth checks
Virgil pushed to dev at core/go-proxy 2026-04-05 03:42:24 +00:00
8cf01f2618 refactor(proxy): rename server TLS config field
Virgil pushed to dev at core/go-proxy 2026-04-05 03:39:45 +00:00
b6b44b1f7b refactor(proxy): name miner timeouts and password mask
Virgil pushed to dev at core/go-proxy 2026-04-05 03:36:39 +00:00
e1eadf705d fix(proxy): separate config loading from validation
Virgil pushed to dev at core/go-proxy 2026-04-05 03:34:24 +00:00
ea378354de chore(proxy): clarify watcher and limiter names
Virgil pushed to dev at core/go-proxy 2026-04-05 03:31:01 +00:00
8a9046356e refactor(proxy): centralise monitoring API contract values
Virgil pushed to dev at core/go-proxy 2026-04-05 03:25:57 +00:00
d1a899805e perf(proxy): reuse miner send buffer for writes
Virgil pushed to dev at core/go-proxy 2026-04-05 03:23:26 +00:00
5680539dbb docs(proxy): tighten config comments
Virgil pushed to dev at core/go-proxy 2026-04-05 03:19:54 +00:00
82b2375058 fix(proxy): trim mode and worker identifiers
Virgil pushed to dev at core/go-proxy 2026-04-05 03:15:43 +00:00
01a0cc5907 fix(proxy): drain submits before shutdown
Virgil pushed to dev at core/go-proxy 2026-04-05 03:10:57 +00:00
031f0c0f17 docs(proxy): tighten AX-oriented comments
Virgil pushed to dev at core/go-proxy 2026-04-05 03:08:01 +00:00
75d151b4e5 refactor(proxy): clarify miner login callback naming
Virgil pushed to dev at core/go-proxy 2026-04-05 03:05:14 +00:00
70fcbd4d43 docs(nicehash): sharpen storage usage examples
Virgil pushed to dev at core/go-proxy 2026-04-05 03:02:05 +00:00
686f4ea54f fix(api): align response type aliases with RFC