Commit Graph

1921 Commits

Author SHA1 Message Date
aitbc
16e2cbe646 docs: remove Docker support from deployment automation plan
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Failing after 3s
- Removed Docker and Docker Compose from prerequisites
- AITBC deployment uses systemd services, not containers
2026-05-09 22:28:16 +02:00
aitbc
8148698467 chore: move Windsurf workflow plans to .windsurf/plans/
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m8s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Failing after 2s
- Moved 6 workflow plans from .windsurf/workflows/ to .windsurf/plans/
- Maintains git history with git mv
- Organizes plans in dedicated plans directory
2026-05-09 22:24:25 +02:00
aitbc
6b25652242 feat: add Windsurf workflow plans for v0.1 release preparation
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Successful in 2s
- Package Publishing: PyPI and npm package setup and automation
- Deployment Automation: systemd services, one-command deploy, SSL setup
- Security & Audit: third-party audit, Circom review, ZK proof audit, token economy review
- Distribution & Binaries: cross-platform builds, vLLM integration, GitHub Releases, code signing
- Documentation: API reference, deployment guide, security best practices, video tutorials
- Quality Assurance: E2E testing, load testing, cross-platform validation, disaster recovery, security testing

Each workflow includes:
- Prerequisites
- Detailed step-by-step instructions
- Verification checklists
- Troubleshooting guidance
- Related file references
2026-05-09 22:22:52 +02:00
aitbc
5644cfead1 docs: refactor ROADMAP.md for clarity and current relevance
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m15s
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Failing after 11s
Documentation Validation / validate-policies-strict (push) Successful in 3s
- Removed outdated Phase 5 sections (February 2026 dates)
- Removed empty sections (Package Publishing Infrastructure, Repository Optimization)
- Consolidated v0.1 release preparation into 'Current Focus' section
- Removed redundant 'Current Project Status' and 'Next Steps' sections
- Simplified structure to focus on: Current Focus, Upcoming Improvements, Competitive Differentiators, Release Timeline
- Removed redundant competitive advantages summary table
- Added visual separators for better readability
- Removed 'Status: Pending implementation' lines for cleaner presentation
2026-05-09 22:19:18 +02:00
aitbc
c274c95fa1 docs: remove IMPLEMENTED status markers from ROADMAP.md
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m5s
Documentation Validation / validate-docs (push) Failing after 9s
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Successful in 5s
- Removed  IMPLEMENTED and 🔄 PARTIAL status markers
- Reverted all task statuses to 'Pending implementation'
- Kept original task descriptions unchanged
2026-05-09 22:16:58 +02:00
aitbc
75f3ea940c docs: update ROADMAP.md with actual implementation status
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m5s
Documentation Validation / validate-policies-strict (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
- Rate Limiting:  IMPLEMENTED (in-memory, not Redis-backed)
- Request Validation Middleware:  IMPLEMENTED (partial)
- Audit Logging:  IMPLEMENTED
- Database-backed Mempool:  IMPLEMENTED (SQLite, not Redis)
- Async I/O Conversion: 🔄 PARTIAL
- Custom Business Metrics:  IMPLEMENTED (partial)
2026-05-09 22:14:58 +02:00
aitbc
20e6ca8594 docs: remove completed sections from ROADMAP.md
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Successful in 1m11s
Documentation Validation / validate-docs (push) Failing after 9s
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Successful in 2s
- Removed all stages marked with [COMPLETED] date markers
- Removed sections marked  COMPLETE
- Removed historical progress sections with completed items
- Kept only upcoming improvements and planned phases
- Cleaned up roadmap to show only active/in-progress items
2026-05-09 22:13:07 +02:00
aitbc
4e91ac1e4b docs: sort analysis files into appropriate subdirectories
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m31s
Documentation Validation / validate-docs (push) Failing after 47s
Documentation Validation / validate-policies-strict (push) Successful in 7s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Failing after 3s
- Moved analysis files to docs/analysis/:
  - CLI_MODULARIZATION_ANALYSIS_2026-05-09.md
  - CODEBASE_ANALYSIS_2026-05-09.md
  - MICROSERVICES_ARCHITECTURE_EVALUATION.md
- Moved summary files to docs/reports/:
  - FINAL_IMPLEMENTATION_SUMMARY.md
  - LONG_TERM_PRIITIES_SUMMARY_2026-05-09.md
  - MEDIUM_TERM_PRIITIES_SUMMARY_2026-05-09.md
  - SHORT_TERM_PRIITIES_SUMMARY_2026-05-09.md
- Moved MERGE_PLAN.md to docs/archive/ (merge complete)
- Created docs/analysis/ directory for analysis documents
2026-05-09 22:00:06 +02:00
aitbc
46f6b9b17b docs: archive legacy planning documentation to docs/archive/planning/
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m9s
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
- Moved docs/planning/ to docs/archive/planning/
- Content is legacy planning documentation from Q2 2026
- References 40% implementation gaps that are now closed
- Project is documented as 100% complete in other locations
- Planning for next milestones is no longer relevant at completion stage
2026-05-09 21:58:17 +02:00
aitbc
28de2aa309 docs: fix path references in docs/planning/README.md after migration
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m8s
Documentation Validation / validate-docs (push) Failing after 9s
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Successful in 3s
- Updated archive/summaries path from ../../archive/summaries/ to ../archive/summaries/
- Fixed path references due to directory move from docs/project/planning/ to docs/planning/
- File now correctly references archive directory at proper relative path
2026-05-09 21:56:15 +02:00
aitbc
2c9b7bad78 docs: remove docs/project/README.md and directory after merge
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has started running
Documentation Validation / validate-policies-strict (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
- Removed docs/project/README.md as it was redundant after content migration
- Removed docs/project/ directory as it was empty
- All content previously in docs/project/ has been migrated to appropriate locations in main docs structure
- Main docs/README.md serves as the primary documentation hub
2026-05-09 21:55:06 +02:00
aitbc
a7fbf58462 docs: merge docs/project files into appropriate doc directories
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m6s
Documentation Validation / validate-docs (push) Failing after 9s
Documentation Validation / validate-policies-strict (push) Successful in 5s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Failing after 4s
- Moved ai-economics/ to docs/ai-economics/
- Moved completion/ to docs/completion/
- Merged cli/ with docs/cli/
- Merged infrastructure/ with docs/infrastructure/
- Moved planning/ to docs/planning/
- Moved requirements/ to docs/requirements/
- Moved workspace/ to docs/development/workspace/
- Moved 1_files.md to docs/reference/REPOSITORY_STRUCTURE.md
- Moved 2_roadmap.md to docs/ROADMAP.md
- Moved 3_infrastructure.md to docs/infrastructure/INFRASTRUCTURE.md
- Moved SECURITY.md to docs/security/SECURITY.md
- Moved PROJECT_STRUCTURE.md to docs/archive/GPU_PROJECT_STRUCTURE.md
- Moved WORKING_SETUP.md to docs/guides/getting-started/WORKING_SETUP.md
- Moved E2E_TEST_CREATION_SUMMARY.md to docs/reports/E2E_TEST_CREATION_SUMMARY.md
- Moved SQLMODEL_METADATA_FIX_SUMMARY.md to docs/reports/SQLMODEL_METADATA_FIX_SUMMARY.md
- Moved GITHUB_PULL_SUMMARY.md to docs/reports/GITHUB_PULL_SUMMARY.md
- Moved GIFT_CERTIFICATE_newuser.md to docs/guides/getting-started/GIFT_CERTIFICATE.md
- Moved user_profile_newuser.md to docs/guides/getting-started/USER_PROFILE.md
- Moved aitbc.md to docs/infrastructure/NODE_AITBC.md
- Moved aitbc1.md to docs/infrastructure/NODE_AITBC1.md
- Updated project/README.md with new documentation locations
- Removed empty subdirectories from docs/project/
- Created docs/MERGE_PLAN.md for reference
2026-05-09 21:52:55 +02:00
aitbc
157048ea1f docs: add v0.2.2.1-v0.2.2.5 releases for February 17 - March 1, 2026 commits
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m11s
Documentation Validation / validate-docs (push) Failing after 10s
Documentation Validation / validate-policies-strict (push) Successful in 8s
Multi-Node Stress Testing / stress-test (push) Successful in 6s
Node Failover Simulation / failover-test (push) Failing after 7s
- Created RELEASE_v0.2.2.1.md: Blockchain explorer enhancements and codebase analysis (2026-02-17)
- Created RELEASE_v0.2.2.2.md: Documentation updates, Python compatibility, and CI improvements (2026-02-24)
- Created RELEASE_v0.2.2.3.md: Website fixes, theme enforcement, and smart contract recreation (2026-02-27)
- Created RELEASE_v0.2.2.4.md: Major refactoring, logging consolidation, and dynamic pricing (2026-02-28)
- Created RELEASE_v0.2.2.5.md: Phase completion, reinforcement learning, and blockchain explorer enhancements (2026-03-01)
- Updated releases/README.md to include new releases in chronological order
- Content based on actual git commits from the specified time period
2026-05-09 21:47:30 +02:00
aitbc
46f2fb51d4 docs: add v0.2.1.1-v0.2.1.5 releases for February 11-15, 2026 commits
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m18s
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
- Created RELEASE_v0.2.1.1.md: Security fixes, documentation updates, repository cleanup (2026-02-11)
- Created RELEASE_v0.2.1.2.md: GPU marketplace features and CI improvements (2026-02-12)
- Created RELEASE_v0.2.1.3.md: Project reorganization, refactoring, security enhancements (2026-02-13)
- Created RELEASE_v0.2.1.4.md: Marketplace GPU features and infrastructure updates (2026-02-14)
- Created RELEASE_v0.2.1.5.md: Marketplace enhancements, dark mode, navigation (2026-02-15)
- Updated releases/README.md to include new releases in chronological order
- Content based on actual git commits from the specified time period
2026-05-09 21:45:17 +02:00
aitbc
cd46e82226 docs: add v0.1.2-v0.1.4 releases for git commits between January 16 and February 2, 2026
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 9s
Deploy to Testnet / deploy-testnet (push) Has started running
Documentation Validation / validate-policies-strict (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Failing after 4s
- Created RELEASE_v0.1.2.md: SQLModel relationships, ZK verifier fixes, project cleanup (2026-01-24)
- Created RELEASE_v0.1.3.md: Testing infrastructure improvements (2026-01-26)
- Created RELEASE_v0.1.4.md: Documentation conversion, project structure, Ollama GPU testing (2026-01-29)
- Updated releases/README.md to include new releases in chronological order
- Content based on actual git commits from the specified time period
2026-05-09 21:43:40 +02:00
aitbc
7d6553382f docs: add v0.0.2-v0.0.5 releases for actual git commits between December 2025 and January 2026
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m10s
Documentation Validation / validate-policies-strict (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
- Created RELEASE_v0.0.2.md: Marketplace metrics, privacy features, service registry (2025-12-22)
- Created RELEASE_v0.0.3.md: Logging refactor, genesis timestamp, router reorganization (2025-12-28)
- Created RELEASE_v0.0.4.md: Market stats endpoint, wallet integration, browser wallet link (2025-12-29)
- Created RELEASE_v0.0.5.md: Documentation milestones and project tracking (2025-12-30)
- Updated releases/README.md to include new releases in chronological order
- Content based on actual git commits from the specified time period
2026-05-09 21:41:17 +02:00
aitbc
6f96e94665 docs: remove 5_done.md after migrating all content to releases
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m8s
Documentation Validation / validate-docs (push) Failing after 9s
Documentation Validation / validate-policies-strict (push) Successful in 4s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Failing after 3s
- Deleted docs/project/5_done.md as all content has been migrated to release notes
- All major features from 5_done.md now documented in individual releases
- Content distributed across v0.0.1 through v0.3.9 releases
2026-05-09 21:33:18 +02:00
aitbc
dd0c353d5a docs: add v0.3.0 and v0.3.5-v0.3.9 releases to migrate missing 5_done.md content
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
- Created RELEASE_v0.3.0.md: Agent Orchestration Framework, Security & Audit Framework, Enterprise Scaling & Marketplace
- Created RELEASE_v0.3.5.md: Python 3.13 Compatibility Fixes & Database Migration
- Created RELEASE_v0.3.6.md: Integration Tests details
- Created RELEASE_v0.3.7.md: Host GPU Miner specifics
- Created RELEASE_v0.3.8.md: Skills Framework Implementation, Repository Reorganization details
- Created RELEASE_v0.3.9.md: Persistent GPU Marketplace details
- Updated releases/README.md to include all new releases
- Content based on missing items from docs/project/5_done.md
2026-05-09 21:32:26 +02:00
aitbc
7538a0b17a docs: add v0.1.1 release for cross-site synchronization
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Successful in 1m7s
Documentation Validation / validate-docs (push) Failing after 8s
Documentation Validation / validate-policies-strict (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Failing after 2s
- Created RELEASE_v0.1.1.md: Cross-site synchronization and transaction-dependent block creation
- Updated releases/README.md to include new release
- Content based on git history commits for cross-site sync and block creation improvements
2026-05-09 21:26:29 +02:00
aitbc
8066fde3e8 docs: add v0.2.8 and v0.2.9 releases based on git history
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
- Created RELEASE_v0.2.8.md: Performance optimization and observability
- Created RELEASE_v0.2.9.md: Service layer architecture and core library reorganization
- Updated releases/README.md to include new releases
- Content based on git history commits for performance, observability, and architecture
2026-05-09 21:25:47 +02:00
aitbc
f65f74855e docs: add v0.2.6 and v0.2.7 releases based on git history, fix date conflicts
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Failing after 12s
Documentation Validation / validate-policies-strict (push) Successful in 5s
- Created RELEASE_v0.2.6.md: Infrastructure as code and deployment automation
- Created RELEASE_v0.2.7.md: Security enhancements and API hardening
- Fixed v0.2.2 date from March 15 to February 15, 2026
- Fixed v0.2.1 date from March 1 to February 8, 2026
- Updated releases/README.md to include new releases
- Content based on git history commits for infrastructure and security features
2026-05-09 21:24:56 +02:00
aitbc
d7054791f8 docs: create fake releases v0.0.1 through v0.2.2 based on 5_done.md
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m10s
Documentation Validation / validate-docs (push) Failing after 7s
Documentation Validation / validate-policies-strict (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Failing after 2s
- Created RELEASE_v0.0.1.md: Initial infrastructure deployment and core blockchain foundation
- Created RELEASE_v0.1.0.md: Basic marketplace and explorer deployment
- Created RELEASE_v0.2.0.md: Enhanced services and trading infrastructure
- Created RELEASE_v0.2.1.md: GPU marketplace and cross-chain trading
- Created RELEASE_v0.2.2.md: Enhanced AI agent services and testing framework
- Updated releases/README.md to include new releases in history
- Content based on completed deployments documented in docs/project/5_done.md
2026-05-09 21:19:32 +02:00
aitbc
578a9aa5ca docs: rename hermes training files with legacy openclaw names to hermes
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m10s
Documentation Validation / validate-docs (push) Failing after 8s
Documentation Validation / validate-policies-strict (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Failing after 3s
- Renamed openclaw_agents.json to hermes_agents.json
- Renamed openclaw_agents_advanced.json to hermes_agents_advanced.json
- Content was already updated for hermes, only filenames needed updating
- Training files are used for hermes agent configuration
2026-05-09 21:14:54 +02:00
aitbc
a5126ed949 docs: rename hermes guides with legacy openclaw names to hermes
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
- Renamed all 3 guide files from openclaw to hermes naming
- Content was already updated for hermes, only filenames needed updating
- Guides include agent fix summary, cross-node communication, and messaging implementation
2026-05-09 21:12:59 +02:00
aitbc
713f16853b docs: rename hermes reports with legacy openclaw names to hermes
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
- Renamed all 7 report files from openclaw to hermes naming
- Content was already updated for hermes, only filenames needed updating
- Reports include agent fixes, data directory fixes, database cleanup, mission accomplishment, multi-node deployment, preflight, and workflow execution
2026-05-09 21:11:49 +02:00
aitbc
0ee7e50317 docs: rename hermes files with legacy openclaw names to hermes
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
- Renamed OPENCLAW_AGENT_CAPABILITIES_ADVANCED.md to HERMES_AGENT_CAPABILITIES_ADVANCED.md
- Renamed OPENCLAW_AITBC_MASTERY_PLAN_IMPLEMENTATION_STATUS.md to HERMES_AITBC_MASTERY_PLAN_IMPLEMENTATION_STATUS.md
- Content was already updated for hermes, only filenames needed updating
2026-05-09 21:10:16 +02:00
aitbc
d58c901b92 release: bump to v0.3.4 with hermes switch from openclaw
Some checks failed
CLI Tests / test-cli (push) Successful in 11s
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Failing after 11s
Documentation Validation / validate-policies-strict (push) Successful in 4s
Package Tests / Python package - aitbc-agent-sdk (push) Failing after 36s
Package Tests / Python package - aitbc-core (push) Successful in 19s
Package Tests / Python package - aitbc-crypto (push) Successful in 10s
Package Tests / Python package - aitbc-sdk (push) Successful in 19s
Package Tests / JavaScript package - aitbc-sdk-js (push) Successful in 6s
Package Tests / JavaScript package - aitbc-token (push) Successful in 17s
Python Tests / test-python (push) Failing after 50s
- Created comprehensive RELEASE_v0.3.4.md with Hermes migration details
- Updated release history in releases README.md
- Updated pyproject.toml version to v0.3.4
- Release covers Hermes agent system migration, blockchain sync improvements, security fixes, and documentation cleanup
2026-05-09 21:08:22 +02:00
aitbc
c43ae7faf7 docs: remove legacy content references from main documentation
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
- Removed legacy Coordinator API reference from README.md
- Removed deprecated Wallet Fund entry from GLOSSARY.md
- Updated shell scripts deprecation notice in ENVIRONMENT_SETUP.md
- Removed deprecated faucet setup section from WALLET_FUNDING.md
- Removed legacy human support section from AGENT_INDEX.md
2026-05-09 21:03:41 +02:00
aitbc
d26d937fb1 security: update python-multipart and starlette to fix high-severity vulnerabilities
Some checks failed
CLI Tests / test-cli (push) Successful in 14s
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m12s
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Integration Tests / test-service-integration (push) Successful in 8m54s
Package Tests / Python package - aitbc-agent-sdk (push) Failing after 30s
Package Tests / Python package - aitbc-core (push) Successful in 13s
Package Tests / Python package - aitbc-crypto (push) Successful in 9s
Package Tests / Python package - aitbc-sdk (push) Successful in 10s
Package Tests / JavaScript package - aitbc-sdk-js (push) Successful in 6s
Package Tests / JavaScript package - aitbc-token (push) Successful in 15s
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Successful in 30s
- Updated python-multipart from >=0.0.24 to >=0.0.27 (fixes 3 DoS alerts)
- Updated starlette from >=0.27.0 to >=0.49.1 (fixes 1 O(n^2) DoS alert)
- Updated in requirements.txt, pyproject.toml, coordinator-api requirements, aitbc-core

This addresses 4 of the 11 high-severity security vulnerabilities reported by GitHub Dependabot.
2026-05-09 20:55:36 +02:00
aitbc
a9adcc17b7 fix: ensure session_scope uses chain-specific databases for multi-chain support
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 3s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 4s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 3s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 3s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Successful in 1m16s
Integration Tests / test-service-integration (push) Successful in 2m10s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Failing after 2s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Failing after 2s
P2P Network Verification / p2p-verification (push) Successful in 2s
Python Tests / test-python (push) Failing after 43s
Security Scanning / security-scan (push) Successful in 39s
- Modified main.py to pass chain_id to session_factory lambda functions
- Fixed session_scope calls in _ensure_genesis_for_chains, block processing, and proposer initialization
- Added debug logging to sync.py to track database queries during bulk sync
- Fixed state root validation skip during bulk import with skip_state_root_validation parameter

This fixes the issue where all chains were using the same default database,
causing cross-chain data corruption and sync failures.
2026-05-09 20:44:58 +02:00
aitbc
3898df3887 docs: add multi-node journalctl real-time monitoring workflow
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m11s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Failing after 2s
- Add comprehensive workflow for real-time monitoring across all three AITBC nodes
- Document 4 monitoring modes: single node, multi-node, filtered, and pattern-specific
- Include quick start commands for warning/error and error-only monitoring
- Add 3 advanced monitoring scripts: timestamps, error counter with alerts, log aggregator
- Document common monitoring scenarios: config changes, chain-specific, block production, RPC bootstrap
- Add
2026-05-09 20:30:44 +02:00
aitbc
0368bbee9e docs: add genesis block mismatch troubleshooting section
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 5s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Failing after 9s
Documentation Validation / validate-policies-strict (push) Successful in 4s
- Add new section 2.1 "Genesis Block Mismatch Issues" to troubleshooting documentation
- Document symptoms: "Unhandled import case" errors, sync failures, different genesis hashes
- Add diagnostic commands to check genesis block hashes across nodes and verify RPC bootstrap
- Provide step-by-step solution to force RPC bootstrap by deleting genesis block
- Explain how RPC bootstrap works and its configuration requirements
- Update configuration
2026-05-09 20:26:31 +02:00
aitbc
bff1991303 docs: add block production configuration to node-specific settings documentation
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 3s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 2s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m12s
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Integration Tests / test-service-integration (push) Successful in 2m8s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Failing after 2s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
P2P Network Verification / p2p-verification (push) Successful in 2s
Python Tests / test-python (push) Failing after 43s
Security Scanning / security-scan (push) Successful in 52s
- Add block_production_chains and enable_block_production to node-specific configuration list
- Clarify that block production settings belong in node.env, not blockchain.env
- Update example configurations for aitbc, aitbc1, and gitea-runner to show proper file separation
- Move block production settings from blockchain.env examples to node.env examples
2026-05-09 20:23:49 +02:00
aitbc
dc27332538 docs: update configuration references from production.env to blockchain.env
Some checks failed
Deploy to Testnet / deploy-testnet (push) Successful in 1m12s
Documentation Validation / validate-docs (push) Failing after 10s
Documentation Validation / validate-policies-strict (push) Successful in 4s
Node Failover Simulation / failover-test (push) Failing after 3s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
- Update documentation to reflect consolidation of production.env into blockchain.env
- Change file references in configuration management, agent training, and release docs
- Update troubleshooting and setup instructions to use blockchain.env
- Remove references to deprecated 3-file structure (blockchain.env, node.env, production.env)
- Document completed consolidation benefits and migration steps
2026-05-09 19:53:11 +02:00
aitbc
119ab33a75 Update fix_env_path.py to use blockchain.env instead of legacy .env
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 3s
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m15s
Integration Tests / test-service-integration (push) Successful in 2m9s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Failing after 2s
P2P Network Verification / p2p-verification (push) Successful in 2s
Python Tests / test-python (push) Failing after 45s
Security Scanning / security-scan (push) Successful in 48s
2026-05-09 19:48:48 +02:00
aitbc
e24513b576 Migrate from legacy .env to blockchain.env
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 4s
Deploy to Testnet / deploy-testnet (push) Successful in 1m16s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Failing after 3s
Systemd Sync / sync-systemd (push) Successful in 19s
- Update all systemd units to use blockchain.env instead of .env
- This standardizes configuration structure across nodes
2026-05-09 19:34:14 +02:00
aitbc
476eb496e8 Fix genesis state root sync issue: use RPC-provided state_root during bootstrap
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 3s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 5s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 3s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m16s
Integration Tests / test-service-integration (push) Successful in 2m8s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Successful in 2s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Failing after 3s
P2P Network Verification / p2p-verification (push) Successful in 3s
Python Tests / test-python (push) Failing after 46s
Security Scanning / security-scan (push) Successful in 24s
- Modify _load_genesis_allocations_from_rpc() to extract and return genesis_state_root from RPC response
- Update _initialize_genesis_allocations() to receive and store the RPC genesis_state_root
- Modify _ensure_genesis_block() to use RPC-provided state_root instead of computing it locally
- Remove state root recomputation after account initialization

This fixes the state root mismatch between aitbc and aitbc1 genesis blocks that was preventing successful block sync. When aitbc1 bootstraps via RPC, it now uses the original genesis state_root from aitbc instead of recomputing it locally, ensuring state roots match during sync.
2026-05-09 19:26:23 +02:00
aitbc
b77d5045aa fix: include genesis_state_root in RPC bootstrap to match source chain
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 3s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 2s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 3s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m7s
Integration Tests / test-service-integration (push) Successful in 2m8s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Successful in 2s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 3s
Node Failover Simulation / failover-test (push) Failing after 2s
P2P Network Verification / p2p-verification (push) Successful in 1s
Python Tests / test-python (push) Failing after 47s
Security Scanning / security-scan (push) Successful in 49s
2026-05-09 19:20:53 +02:00
aitbc
239effc3fd fix: make bulk_import_from public method (remove underscore prefix)
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 3s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 2s
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Deploy to Testnet / deploy-testnet (push) Successful in 1m10s
Integration Tests / test-service-integration (push) Successful in 2m8s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Successful in 2s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Failing after 3s
P2P Network Verification / p2p-verification (push) Successful in 2s
Python Tests / test-python (push) Failing after 44s
Security Scanning / security-scan (push) Successful in 19s
2026-05-09 19:12:28 +02:00
aitbc
5fe7862c02 fix: remove duplicate protocol check and add better logging
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 3s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 3s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 2s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m10s
Integration Tests / test-service-integration (push) Successful in 2m8s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Successful in 2s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
Multi-Node Stress Testing / stress-test (push) Successful in 1s
Node Failover Simulation / failover-test (push) Failing after 3s
P2P Network Verification / p2p-verification (push) Successful in 2s
Python Tests / test-python (push) Failing after 43s
Security Scanning / security-scan (push) Successful in 26s
2026-05-09 19:04:54 +02:00
aitbc
8faebf0318 fix: add http:// prefix to bulk sync source URL if missing
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 2s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m9s
Integration Tests / test-service-integration (push) Has been cancelled
Multi-Node Blockchain Health Monitoring / health-check (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Successful in 2s
P2P Network Verification / p2p-verification (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
2026-05-09 19:02:19 +02:00
aitbc
13e865ae74 debug: add chain_id to all genesis initialization log messages
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 3s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 2s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 3s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m11s
Integration Tests / test-service-integration (push) Has been cancelled
Multi-Node Blockchain Health Monitoring / health-check (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Successful in 3s
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
P2P Network Verification / p2p-verification (push) Has been cancelled
2026-05-09 18:47:52 +02:00
aitbc
63aac21a59 debug: add chain_id logging to genesis initialization
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 4s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 3s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m11s
Integration Tests / test-service-integration (push) Successful in 2m9s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Successful in 1s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Failing after 3s
P2P Network Verification / p2p-verification (push) Successful in 2s
Python Tests / test-python (push) Failing after 48s
Security Scanning / security-scan (push) Successful in 25s
2026-05-09 18:46:08 +02:00
aitbc
08b33bffd8 revert: remove keystore path from genesis file search 2026-05-09 18:45:09 +02:00
aitbc
93b0393736 fix: remove duplicate keystore genesis file check to prevent double initialization
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 3s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m11s
Integration Tests / test-service-integration (push) Has been cancelled
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Multi-Node Blockchain Health Monitoring / health-check (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
P2P Network Verification / p2p-verification (push) Has been cancelled
2026-05-09 18:42:56 +02:00
aitbc
f85fce3f47 fix: skip local genesis allocations for metadata to prevent double initialization
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 2s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 3s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Has been cancelled
Multi-Node Blockchain Health Monitoring / health-check (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
P2P Network Verification / p2p-verification (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
2026-05-09 18:40:57 +02:00
aitbc
c188d2a13f fix: return early after RPC bootstrap to avoid fallback to local file
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 3s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 2s
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Deploy to Testnet / deploy-testnet (push) Successful in 1m9s
Integration Tests / test-service-integration (push) Successful in 2m8s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Successful in 2s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Failing after 3s
P2P Network Verification / p2p-verification (push) Successful in 2s
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Successful in 18s
2026-05-09 18:36:59 +02:00
aitbc
865bbfcf96 fix: always strip http:// prefix from default_peer_rpc_url before adding it back
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 3s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m13s
Integration Tests / test-service-integration (push) Has been cancelled
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Has been cancelled
Multi-Node Blockchain Health Monitoring / health-check (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
P2P Network Verification / p2p-verification (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Security Scanning / security-scan (push) Has been cancelled
2026-05-09 18:34:56 +02:00
aitbc
fda27f2c6a fix: replace deprecated UTC with timezone.utc in test files
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
- Update datetime.now(UTC) to datetime.now(timezone.utc) across all test files
- Fix test_block_import.py to use dynamic base height from current chain head
- Fix test_block_import_complete.py to calculate base_height from current head
- Add SSH options for non-interactive connection in test_cross_node_blockchain.py
- Add timeout parameter to SSH subprocess call
- Update all timestamp generation to use timezone.utc
2026-05-09 18:29:54 +02:00
aitbc
76175c0b78 fix: improve genesis bootstrap RPC endpoint and logging
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 3s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 4s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Failing after 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m14s
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Integration Tests / test-service-integration (push) Successful in 2m38s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Successful in 2s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
P2P Network Verification / p2p-verification (push) Successful in 2s
Security Scanning / security-scan (push) Successful in 31s
2026-05-09 18:29:24 +02:00