Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m18s
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Failing after 12s
Documentation Validation / validate-policies-strict (push) Successful in 5s
- Deleted extensions/ directory containing Chrome and Firefox wallet implementations - Removed aitbc-wallet and aitbc-wallet-firefox subdirectories with all source files - Removed Firefox .xpi package (v1.0.5) - Deleted extension documentation (README.md files, API reference, architecture diagrams) - Removed manifest files, background scripts, content scripts, injected scripts, and popup UI code - Cleaned up wallet API implementation (connect
24 lines
473 B
Plaintext
24 lines
473 B
Plaintext
{
|
|
"status": "healthy",
|
|
"timestamp": "2026-05-19T15:50:00Z",
|
|
"node_id": "aitbc",
|
|
"services": {
|
|
"blockchain_node": "running",
|
|
"blockchain_rpc": "running",
|
|
"p2p": "running"
|
|
},
|
|
"chains": [
|
|
{
|
|
"chain_id": "ait-mainnet",
|
|
"status": "active",
|
|
"sync_status": "hub"
|
|
},
|
|
{
|
|
"chain_id": "ait-testnet",
|
|
"status": "active",
|
|
"sync_status": "syncing"
|
|
}
|
|
],
|
|
"discovery": "http://aitbc:8006/agent/discovery.json"
|
|
}
|