oib
bb5363bebc
refactor: consolidate blockchain explorer into single app and update backup ignore patterns
...
- Remove standalone explorer-web app (README, HTML, package files)
- Add /web endpoint to blockchain-explorer for web interface access
- Update .gitignore to exclude application backup archives (*.tar.gz, *.zip)
- Add backup documentation files to .gitignore (BACKUP_INDEX.md, README.md)
- Consolidate explorer functionality into main blockchain-explorer application
2026-03-06 18:14:49 +01:00
oib
5273b1866f
fix: remove /v1 prefix from agent API endpoints and resolve variable naming conflicts
...
- Update all agent command endpoints to remove /v1 prefix for API consistency
- Rename `success` variable to `is_success` in chain.py to avoid conflict with success() function
- Rename `output` parameter to `output_file` in genesis.py for clarity
- Add admin command help tests to verify command structure
- Update blockchain status endpoint from /status to /v1/health in tests
- Mark admin help command as working
2026-03-05 09:13:11 +01:00
oib
5534226895
refactor(ports): standardize service ports to 8000-8017 range and update CORS configurations across all services
...
- Update CORS allow_origins in blockchain-node app.py and gossip relay.py to use new port logic (8000-8016)
- Update coordinator-api config.py and config_pg.py with standardized port ranges and service labels
- Update coordinator-api health check script from port 18000 to 8000
- Update geo_load_balancer.py to use configurable host/port (default 0.0.0.0:8017)
- Update agent_security.py sandbox
2026-03-04 15:43:17 +01:00
oib
3df0a9ed62
chore(cleanup): remove obsolete scripts and update paths for production deployment
...
- Remove dev/scripts/check-file-organization.sh (obsolete organization checker)
- Remove dev/scripts/community_onboarding.py (unused 559-line automation script)
- Update gpu_miner_host.py log path from /home/oib/windsurf/aitbc to /opt/aitbc
- Add service status and standardization badges to README.md
2026-03-04 13:24:38 +01:00
oib
50954a4b31
chore(systemd): remove obsolete systemd service files and update infrastructure documentation
...
- Remove 8 unused systemd service files from coordinator-api/systemd/
- aitbc-adaptive-learning.service (port 8005)
- aitbc-advanced-ai.service
- aitbc-enterprise-api.service
- aitbc-gpu-multimodal.service (port 8003)
- aitbc-marketplace-enhanced.service (port 8006)
- aitbc-modality-optimization.service (port 8004)
- aitbc-multimodal.service (port 8002)
- aitbc-openclaw-enhanced.service (port 8007
2026-03-04 12:16:50 +01:00
oib
f0c7cd321e
docs: run automated documentation updates workflow
2026-03-03 20:48:51 +01:00
oib
0ebac91f45
fix(sync): resolve multi-chain gossip block propagation and sync across nodes
2026-03-03 19:39:52 +01:00
oib
abe13d065f
fix(blockchain): fix database schema, migrations and add genesis script
2026-03-03 17:58:03 +01:00
oib
cabbd2d9b7
refactor(domain): standardize metadata field naming to meta_data across all models
...
- Rename metadata fields to meta_data for consistency across domain models
- Update agent_identity, agent_performance, agent_portfolio, amm, analytics, bounty, certification, community, cross_chain_bridge, cross_chain_reputation, decentralized_memory, miner, pricing_models, trading, and wallet models
- Rename chain_metadata to chain_meta_data in CrossChainMapping
- Rename verification_metadata to verification_meta_data
2026-03-03 15:01:48 +01:00
oib
f353e00172
chore(security): enhance environment configuration, CI workflows, and wallet daemon with security improvements
...
- Restructure .env.example with security-focused documentation, service-specific environment file references, and AWS Secrets Manager integration
- Update CLI tests workflow to single Python 3.13 version, add pytest-mock dependency, and consolidate test execution with coverage
- Add comprehensive security validation to package publishing workflow with manual approval gates, secret scanning, and release
2026-03-03 10:33:46 +01:00
oib
7bee3f7f58
chore(gitignore): add development tests exclusion patterns
...
- Add dev/tests/__pycache__/ Python cache directory
- Add dev/tests/*.pyc compiled Python files
- Add dev/tests/test_results/ test output directory
- Add dev/tests/simple_test_results.json test results file
- Add dev/tests/data/ test data directory
- Add dev/tests/*.db test database files
2026-03-02 21:59:17 +01:00
oib
d6958abdea
Test prevention system fixed
2026-03-02 15:50:21 +01:00
oib
205efc0c54
Test git hook fix
2026-03-02 15:49:57 +01:00
oib
b0a5d1e945
Test commit with correctly placed file
2026-03-02 15:43:26 +01:00
oib
ccedbace53
chore: remove configuration files and enhance blockchain explorer with advanced search, analytics, and export features
...
- Delete .aitbc.yaml.example CLI configuration template
- Delete .lycheeignore link checker exclusion rules
- Delete .nvmrc Node.js version specification
- Add advanced search panel with filters for address, amount range, transaction type, time range, and validator
- Add analytics dashboard with transaction volume, active addresses, and block time metrics
- Add Chart.js integration
2026-03-02 15:38:25 +01:00