Files
aitbc/apps/blockchain-node
aitbc fd6ade31dc fix: remove backup files and fix zero-address defaults
- Removed router_old.py (2473 lines - backup reference file)
- Removed cli/aitbc_cli.legacy.py (3256 lines - legacy CLI)
- Fixed zero-address defaults in dispute_resolution.py:
  - Dispute.winner: changed from "0x0000000000000000000000000000000000000000" to None
  - Evidence.verified_by: changed from "0x0000000000000000000000000000000000000000" to None

These changes address remaining cleanup items from the gap analysis.
2026-05-25 10:08:41 +02:00
..

Blockchain Node

Documentation has moved to: docs/apps/blockchain/blockchain-node.md


This file has been migrated to the central documentation location. Please update your bookmarks and references to point to the new location.

For the complete documentation including architecture, setup, API reference, and troubleshooting, see the Blockchain Node documentation.