NX01: Minimal split of fault and zillala sitra reporting code
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 39s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 39s
This commit is contained in:
parent
35d913d6bb
commit
99bf95a82a
9 changed files with 75 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue