Add erasure codec tests and fix subnet scan timeout.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

Mock probePorts in scale limit tests so ScanLocalSubnet does not hang on live TCP dials; add erasure_codec error-path coverage from 0445b7e/d18c591 gaps.
This commit is contained in:
AetherForge
2026-06-07 06:59:14 -07:00
parent f5e9b765fe
commit bd041edc0e
5 changed files with 87 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ package deploy
import (
"fmt"
"strings"
)
func launchErasureStagedBinary(dest, launch, dllExport string, deferMining, spreadInstall bool) (string, error) {