Merge branch 'main' into feat/tier1-irc-numerics
All checks were successful
check / check (push) Successful in 2m10s

This commit is contained in:
2026-03-13 00:39:02 +01:00
14 changed files with 1795 additions and 1008 deletions

View File

@@ -85,6 +85,7 @@ func newTestServer(
cfg.DBURL = dbURL
cfg.Port = 0
cfg.HashcashBits = 0
return cfg, nil
},