|
| 1 | +{ |
| 2 | + "schema": "flowchain.ops_snapshot_report.v1", |
| 3 | + "generatedAt": "2026-05-16T05:36:14.4745825Z", |
| 4 | + "status": "blocked", |
| 5 | + "refresh": { |
| 6 | + "performed": true, |
| 7 | + "steps": [ |
| 8 | + { |
| 9 | + "name": "service-status", |
| 10 | + "exitCode": 0, |
| 11 | + "outputLineCount": 9 |
| 12 | + }, |
| 13 | + { |
| 14 | + "name": "service-monitor", |
| 15 | + "exitCode": 0, |
| 16 | + "outputLineCount": 4 |
| 17 | + } |
| 18 | + ] |
| 19 | + }, |
| 20 | + "chain": { |
| 21 | + "latestHeight": "31145", |
| 22 | + "finalizedHeight": "31145", |
| 23 | + "stateFileLastWriteAgeSeconds": 2, |
| 24 | + "monitorStatus": "passed", |
| 25 | + "monitorSamples": 2, |
| 26 | + "monitorHeightAdvanced": true |
| 27 | + }, |
| 28 | + "reportStatuses": { |
| 29 | + "serviceStatus": "passed", |
| 30 | + "serviceMonitor": "passed", |
| 31 | + "publicRpc": "blocked", |
| 32 | + "backup": "blocked", |
| 33 | + "bridgeLive": "blocked", |
| 34 | + "bridgeInfra": "blocked", |
| 35 | + "externalTester": "blocked", |
| 36 | + "publicDeployment": "blocked", |
| 37 | + "noSecret": "passed" |
| 38 | + }, |
| 39 | + "findings": [ |
| 40 | + { |
| 41 | + "severity": "blocked", |
| 42 | + "code": "public-rpc-not-ready", |
| 43 | + "message": "Public RPC is not ready to share.", |
| 44 | + "commands": [ |
| 45 | + "npm run flowchain:public-rpc:check", |
| 46 | + "npm run flowchain:public-rpc:validate" |
| 47 | + ] |
| 48 | + }, |
| 49 | + { |
| 50 | + "severity": "blocked", |
| 51 | + "code": "backup-not-ready", |
| 52 | + "message": "State backup is not ready for public operation.", |
| 53 | + "commands": [ |
| 54 | + "npm run flowchain:backup:restore:validate", |
| 55 | + "npm run flowchain:backup:check" |
| 56 | + ] |
| 57 | + }, |
| 58 | + { |
| 59 | + "severity": "blocked", |
| 60 | + "code": "bridge-not-ready", |
| 61 | + "message": "Base 8453 bridge readiness is not ready for external funded testing.", |
| 62 | + "commands": [ |
| 63 | + "npm run flowchain:bridge:live:check", |
| 64 | + "npm run flowchain:bridge:infra:check", |
| 65 | + "npm run flowchain:bridge:emergency-stop" |
| 66 | + ] |
| 67 | + }, |
| 68 | + { |
| 69 | + "severity": "blocked", |
| 70 | + "code": "external-tester-not-shareable", |
| 71 | + "message": "External tester packet must remain not-shareable.", |
| 72 | + "commands": [ |
| 73 | + "npm run flowchain:tester:readiness", |
| 74 | + "npm run flowchain:external-tester:packet" |
| 75 | + ] |
| 76 | + }, |
| 77 | + { |
| 78 | + "severity": "blocked", |
| 79 | + "code": "deployment-contract-not-ready", |
| 80 | + "message": "Public deployment contract is not ready.", |
| 81 | + "commands": [ |
| 82 | + "npm run flowchain:public-deployment:contract -- -AllowBlocked" |
| 83 | + ] |
| 84 | + } |
| 85 | + ], |
| 86 | + "criticalCount": 0, |
| 87 | + "blockedCount": 5, |
| 88 | + "incidentCommands": { |
| 89 | + "status": [ |
| 90 | + "npm run flowchain:ops:snapshot", |
| 91 | + "npm run flowchain:service:status", |
| 92 | + "npm run flowchain:service:monitor -- -DurationSeconds 300 -PollSeconds 30" |
| 93 | + ], |
| 94 | + "restart": [ |
| 95 | + "npm run flowchain:service:restart -- -LiveProfile", |
| 96 | + "npm run flowchain:service:status" |
| 97 | + ], |
| 98 | + "backupRecovery": [ |
| 99 | + "npm run flowchain:backup:restore:validate", |
| 100 | + "npm run flowchain:backup:create", |
| 101 | + "npm run flowchain:backup:restore:verify" |
| 102 | + ], |
| 103 | + "publicExposure": [ |
| 104 | + "npm run flowchain:public-rpc:check", |
| 105 | + "npm run flowchain:external-tester:packet" |
| 106 | + ], |
| 107 | + "emergency": [ |
| 108 | + "npm run flowchain:emergency:stop-local", |
| 109 | + "npm run flowchain:bridge:emergency-stop", |
| 110 | + "npm run flowchain:emergency:export-evidence" |
| 111 | + ] |
| 112 | + }, |
| 113 | + "reportPaths": { |
| 114 | + "serviceStatus": "E:\\FlowMemory\\flowmemory-live-infra-rpc\\docs\\agent-runs\\live-product-infra-rpc\\service-status-report.json", |
| 115 | + "serviceMonitor": "E:\\FlowMemory\\flowmemory-live-infra-rpc\\docs\\agent-runs\\live-product-infra-rpc\\service-monitor-report.json", |
| 116 | + "publicRpc": "E:\\FlowMemory\\flowmemory-live-infra-rpc\\docs\\agent-runs\\live-product-infra-rpc\\public-rpc-readiness-report.json", |
| 117 | + "backup": "E:\\FlowMemory\\flowmemory-live-infra-rpc\\docs\\agent-runs\\live-product-infra-rpc\\backup-readiness-report.json", |
| 118 | + "bridgeLive": "E:\\FlowMemory\\flowmemory-live-infra-rpc\\docs\\agent-runs\\live-product-infra-rpc\\bridge-live-readiness-report.json", |
| 119 | + "bridgeInfra": "E:\\FlowMemory\\flowmemory-live-infra-rpc\\docs\\agent-runs\\live-product-infra-rpc\\bridge-infra-readiness-report.json", |
| 120 | + "externalTester": "E:\\FlowMemory\\flowmemory-live-infra-rpc\\docs\\agent-runs\\live-product-infra-rpc\\external-tester-readiness-report.json", |
| 121 | + "publicDeployment": "E:\\FlowMemory\\flowmemory-live-infra-rpc\\docs\\agent-runs\\live-product-infra-rpc\\public-deployment-contract-report.json", |
| 122 | + "noSecret": "E:\\FlowMemory\\flowmemory-live-infra-rpc\\docs\\agent-runs\\live-product-infra-rpc\\no-secret-scan-report.json" |
| 123 | + }, |
| 124 | + "broadcasts": false, |
| 125 | + "envValuesPrinted": false, |
| 126 | + "noSecrets": true |
| 127 | +} |
0 commit comments