NX01: Minimal split of fault and zillala sitra reporting code
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 39s

This commit is contained in:
Willem Cazander 2026-03-24 10:56:33 +01:00
parent 35d913d6bb
commit 99bf95a82a
9 changed files with 75 additions and 29 deletions

View file

@ -38,6 +38,7 @@ import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import love.distributedrebirth.nx01.warp.fault.BassFaultAnchor;
import love.distributedrebirth.nx01.warp.fault.FaultStreamDelegate;
import love.distributedrebirth.nx01.warp.fault.sitra.SitraManifestGenerator;
import love.distributedrebirth.nx01.warp.manifestor.WarpManifestorDriver;
import love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifestX8;
@ -62,7 +63,7 @@ public class ZilLaLaFaultFilter extends HttpFilter {
throw error;
}
BassFaultAnchor fault = wrap(error);
WarpManifestX8 report = fault.toZilLaLaManyfesto();
WarpManifestX8 report = SitraManifestGenerator..buildSignalTraceManifest(fault);
// TODO: repack and forward to UI form to inspect AND connect+send into a NOSTR
// relay