Commit Graph

  • a5126ed949 docs: rename hermes guides with legacy openclaw names to hermes aitbc 2026-05-09 21:12:59 +02:00
  • 713f16853b docs: rename hermes reports with legacy openclaw names to hermes aitbc 2026-05-09 21:11:49 +02:00
  • 0ee7e50317 docs: rename hermes files with legacy openclaw names to hermes aitbc 2026-05-09 21:10:16 +02:00
  • d58c901b92 release: bump to v0.3.4 with hermes switch from openclaw aitbc 2026-05-09 21:08:22 +02:00
  • c43ae7faf7 docs: remove legacy content references from main documentation aitbc 2026-05-09 21:03:41 +02:00
  • d26d937fb1 security: update python-multipart and starlette to fix high-severity vulnerabilities aitbc 2026-05-09 20:55:36 +02:00
  • a9adcc17b7 fix: ensure session_scope uses chain-specific databases for multi-chain support aitbc 2026-05-09 20:44:58 +02:00
  • 3898df3887 docs: add multi-node journalctl real-time monitoring workflow aitbc 2026-05-09 20:30:44 +02:00
  • 0368bbee9e docs: add genesis block mismatch troubleshooting section aitbc 2026-05-09 20:26:31 +02:00
  • bff1991303 docs: add block production configuration to node-specific settings documentation aitbc 2026-05-09 20:23:49 +02:00
  • dc27332538 docs: update configuration references from production.env to blockchain.env aitbc 2026-05-09 19:53:11 +02:00
  • 119ab33a75 Update fix_env_path.py to use blockchain.env instead of legacy .env aitbc 2026-05-09 19:48:48 +02:00
  • e24513b576 Migrate from legacy .env to blockchain.env aitbc 2026-05-09 19:34:14 +02:00
  • 476eb496e8 Fix genesis state root sync issue: use RPC-provided state_root during bootstrap aitbc 2026-05-09 19:26:23 +02:00
  • b77d5045aa fix: include genesis_state_root in RPC bootstrap to match source chain aitbc 2026-05-09 19:20:53 +02:00
  • 239effc3fd fix: make bulk_import_from public method (remove underscore prefix) aitbc 2026-05-09 19:12:28 +02:00
  • 5fe7862c02 fix: remove duplicate protocol check and add better logging aitbc 2026-05-09 19:04:54 +02:00
  • 8faebf0318 fix: add http:// prefix to bulk sync source URL if missing aitbc 2026-05-09 19:02:19 +02:00
  • 13e865ae74 debug: add chain_id to all genesis initialization log messages aitbc 2026-05-09 18:47:52 +02:00
  • 63aac21a59 debug: add chain_id logging to genesis initialization aitbc 2026-05-09 18:46:08 +02:00
  • 08b33bffd8 revert: remove keystore path from genesis file search aitbc 2026-05-09 18:45:09 +02:00
  • 93b0393736 fix: remove duplicate keystore genesis file check to prevent double initialization aitbc 2026-05-09 18:42:56 +02:00
  • f85fce3f47 fix: skip local genesis allocations for metadata to prevent double initialization aitbc 2026-05-09 18:40:57 +02:00
  • c188d2a13f fix: return early after RPC bootstrap to avoid fallback to local file aitbc 2026-05-09 18:36:59 +02:00
  • 865bbfcf96 fix: always strip http:// prefix from default_peer_rpc_url before adding it back aitbc 2026-05-09 18:34:56 +02:00
  • fda27f2c6a fix: replace deprecated UTC with timezone.utc in test files aitbc 2026-05-09 18:29:54 +02:00
  • 76175c0b78 fix: improve genesis bootstrap RPC endpoint and logging aitbc 2026-05-09 18:29:24 +02:00
  • 1b43859291 docs: add RPC endpoint examples and SSH best practices to access patterns aitbc 2026-05-09 18:06:10 +02:00
  • 607ad2105f ci: refactor docs-validation workflow to use environment variables aitbc 2026-05-09 17:41:40 +02:00
  • fed54d8550 fix: clean up distributed_tracing.py decorator implementation aitbc 2026-05-09 17:38:30 +02:00
  • fcc62b3961 fix: update all lazy export paths after core library reorganization aitbc 2026-05-09 17:37:01 +02:00
  • 5ba6489931 fix: update import paths after core library reorganization aitbc 2026-05-09 17:34:06 +02:00
  • f6f6a41191 docs: update cross-node communication guides for systemd service management aitbc 2026-05-09 17:27:26 +02:00
  • 81fea29941 docs: add final implementation summary for all priorities aitbc 2026-05-09 12:36:56 +02:00
  • 02c00f717e docs: add microservices architecture evaluation aitbc 2026-05-09 12:36:46 +02:00
  • 9167f4f411 refactor: add distributed tracing with OpenTelemetry integration aitbc 2026-05-09 12:36:35 +02:00
  • df78e8ee64 refactor: add blue-green deployment capabilities aitbc 2026-05-09 12:36:17 +02:00
  • b3293527b8 infra: add Terraform infrastructure as code for AWS deployment aitbc 2026-05-09 12:36:08 +02:00
  • 1ccfee1cbb docs: add long-term priorities implementation summary aitbc 2026-05-09 12:35:05 +02:00
  • ca0c076446 refactor: add API versioning and security headers utilities aitbc 2026-05-09 12:34:53 +02:00
  • a1791bd0d6 refactor: add dependency vulnerability scanning and feature flags aitbc 2026-05-09 12:34:29 +02:00
  • f7f03c022a refactor: add security hardening and health check utilities aitbc 2026-05-09 12:34:00 +02:00
  • 29779bc06f refactor: update service layer exports and fix import paths aitbc 2026-05-09 12:33:46 +02:00
  • f235a47405 docs: add medium-term priorities implementation summary aitbc 2026-05-09 12:29:03 +02:00
  • e64b40d83c refactor: implement caching strategies for expensive operations aitbc 2026-05-09 12:28:50 +02:00
  • 6a2b01becd refactor: add performance profiling hooks for bottleneck identification aitbc 2026-05-09 12:28:38 +02:00
  • 77927bc7e8 refactor: implement hierarchical configuration system with validation aitbc 2026-05-09 12:28:29 +02:00
  • ce57b1b1dc refactor: add service layer pattern for blockchain and database interactions aitbc 2026-05-09 12:28:08 +02:00
  • 2713951a1b refactor: reorganize aitbc core library into subpackages aitbc 2026-05-09 12:25:14 +02:00
  • e73ec88c69 docs: add short-term priorities implementation summary aitbc 2026-05-09 12:20:57 +02:00
  • e151fd448a test: add property-based tests for critical functions aitbc 2026-05-09 12:19:10 +02:00
  • 62e65bc88f docs: add CLI modularization analysis and common error handling utilities aitbc 2026-05-09 12:17:56 +02:00
  • 4198d94670 refactor: standardize error handling in blockchain.py CLI commands aitbc 2026-05-09 12:16:55 +02:00
  • d7a58d2e98 refactor: standardize error handling in blockchain.py CLI commands aitbc 2026-05-09 12:16:17 +02:00
  • 9693ec5f79 docs: add comprehensive codebase analysis for planning aitbc 2026-05-09 12:13:39 +02:00
  • fb82ef0f73 refactor: add docstrings to key CLI command functions in blockchain.py aitbc 2026-05-09 12:11:31 +02:00
  • cd2f52e703 refactor: add low-effort improvements to AITBC core system flows aitbc 2026-05-09 12:09:35 +02:00
  • 75e590a839 fix: use timezone.utc in test_block_import.py aitbc 2026-05-09 12:08:09 +02:00
  • d26e6d3772 fix: replace datetime.UTC with timezone.utc for Python 3.12+ compatibility aitbc 2026-05-09 12:03:26 +02:00
  • 14449b0758 docs: fix MASTER_INDEX.md Applications Documentation header marker aitbc 2026-05-09 12:02:19 +02:00
  • 5fc531fa4b docs: create automated validation guide for AITBC scenarios aitbc 2026-05-09 11:48:34 +02:00
  • 138822b1bf feat: add default_peer_rpc_url configuration to ProposerConfig aitbc 2026-05-09 11:46:02 +02:00
  • e79164a0e7 docs: add version control metadata to agent training documentation aitbc 2026-05-09 11:43:39 +02:00
  • d1ffb4dc02 docs: create interactive learning paths for role-based training aitbc 2026-05-09 11:42:56 +02:00
  • 37acc7b6dd docs: create master glossary of AITBC-specific terms and acronyms aitbc 2026-05-09 11:42:29 +02:00
  • a69d476d2a docs: improve cross-referencing in agent training README aitbc 2026-05-09 11:41:51 +02:00
  • 69c28db668 docs: enhance HERMES_LEARNING_PROMPT with concrete examples and templates aitbc 2026-05-09 11:40:27 +02:00
  • aa66e52edc docs: add Features Combined section to scenarios 7-20 for consistency aitbc 2026-05-09 11:38:22 +02:00
  • f8ff7d3fa8 docs: add Features Combined section to scenarios 1-6 for consistency aitbc 2026-05-09 11:35:42 +02:00
  • 3849510269 docs: add Features Combined section to early scenarios for consistency aitbc 2026-05-09 11:34:59 +02:00
  • 084746e4e8 docs: update OPERATIONS_AUDIT.md to reflect current stage implementation status aitbc 2026-05-09 11:34:14 +02:00
  • 6f52ddeacd fix: standardize training schema and fix integration test mismatches aitbc 2026-05-09 11:33:47 +02:00
  • 2592407750 fix: correct CLI import in integration test aitbc 2026-05-09 11:31:34 +02:00
  • f225660f43 docs: add mining directory README aitbc 2026-05-09 11:29:53 +02:00
  • 95ca110d0a docs: update SETUP.md path to docs/deployment/ directory in README aitbc 2026-05-09 11:25:10 +02:00
  • 9999b9deae docs: consolidate aitbc2 section in SSH access patterns skill aitbc 2026-05-09 11:21:21 +02:00
  • e35127947d docs: add Hermes Skills Integration section to SETUP.md aitbc 2026-05-09 11:14:37 +02:00
  • 133dff33ed docs: deprecate docs/advanced folder aitbc 2026-05-09 11:13:32 +02:00
  • ef24a7b834 fix: move skills back to project root for Hermes loading aitbc1 2026-05-08 22:33:14 +02:00
  • b49472f3b8 fix: replace hardcoded 8001 URLs with config values in CLI commands aitbc 2026-05-08 22:31:19 +02:00
  • 3735cd35a7 docs: move skill documentation files from docs/ to docs/skills/ directory aitbc 2026-05-08 22:12:35 +02:00
  • b3b263cf70 docs: add YAML frontmatter to aitbc-wallet-management.md aitbc 2026-05-08 22:10:00 +02:00
  • 76f8526574 docs: add YAML frontmatter to skill files to make them proper skills aitbc 2026-05-08 22:09:25 +02:00
  • c25f74bbb6 docs: fix README.md paths to point to docs/skills/ directory aitbc 2026-05-08 22:05:04 +02:00
  • b152d35b3a docs: add clickable links to documentation skills in README.md aitbc 2026-05-08 21:58:39 +02:00
  • 190bc1e468 docs: update README.md with documentation skills information aitbc 2026-05-08 21:54:49 +02:00
  • 7f1eff9748 docs: update port 8000 references to 8011 in remaining documentation files aitbc 2026-05-08 21:52:50 +02:00
  • 7de9bb7ede docs: update port 8000 references to 8011 in E2E test summary docs aitbc 2026-05-08 21:50:34 +02:00
  • b6596b91ab docs: update port 8000 references to 8011 in project gift certificate docs aitbc 2026-05-08 21:50:21 +02:00
  • 1cf1e17360 docs: update port 8000 references to 8011 in project user profile docs aitbc 2026-05-08 21:49:59 +02:00
  • 668762bd1e docs: update port 8000 references to 8011 in payment architecture docs aitbc 2026-05-08 21:49:33 +02:00
  • 7321242b75 docs: update port 8000 references to 8011 in deployment and blockchain docs aitbc 2026-05-08 21:49:17 +02:00
  • 522c494141 docs: update port 8000 references to 8011 in deployment docs aitbc 2026-05-08 21:48:47 +02:00
  • cd58fbd3e4 docs: update port 8000 references to 8011 in blockchain configuration docs aitbc 2026-05-08 21:48:22 +02:00
  • 4f3a65cf9b docs: update port 8000 references to 8011 in blockchain monitoring docs aitbc 2026-05-08 21:48:08 +02:00
  • 91bea5fb6a docs: update port 8000 references to 8011 in project docs aitbc 2026-05-08 21:47:16 +02:00
  • afad336ccb docs: update port 8000 references to 8011 in project/cli docs aitbc 2026-05-08 21:46:41 +02:00
  • c002759322 docs: update port 8000 references to 8011 in infrastructure and security docs aitbc 2026-05-08 21:46:19 +02:00
  • 98c4e1a81e docs: remove 7 AITBC skills from skills/ directory aitbc 2026-05-08 21:45:54 +02:00
  • ccd936a3b6 docs: update port 8000 references to 8011 in infrastructure docs aitbc 2026-05-08 21:45:35 +02:00