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
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
This commit is contained in:
@@ -149,7 +149,6 @@
|
||||
- **Wallet Agent**: Agent type focused on wallet operations
|
||||
- **Wallet Balance**: Amount of AIT tokens in a wallet
|
||||
- **Wallet Create**: CLI operation for creating a new wallet
|
||||
- **Wallet Fund**: Adding tokens to a wallet (deprecated in favor of transaction_send)
|
||||
- **Wallet Import**: Importing an existing wallet from a private key
|
||||
- **WAL Mode**: Write-Ahead Logging - SQLite journal mode for better concurrency and performance
|
||||
|
||||
|
||||
@@ -322,7 +322,6 @@ Complete documentation for all AITBC applications and services
|
||||
- [Blockchain Explorer](apps/blockchain/blockchain-explorer.md) - Blockchain explorer and analytics
|
||||
|
||||
**Coordinator**
|
||||
- [Coordinator API](apps/coordinator/coordinator-api.md) - Job coordination service (⚠️ LEGACY - use Agent Coordinator 9001)
|
||||
- [Agent Coordinator](apps/coordinator/agent-coordinator.md) - Agent coordination and management (Port 9001)
|
||||
|
||||
**Agents**
|
||||
|
||||
@@ -276,7 +276,7 @@ Log levels:
|
||||
|
||||
## Migration from Shell Scripts
|
||||
|
||||
The shell scripts in `/opt/aitbc/scripts/training/` are maintained for backward compatibility but are deprecated.
|
||||
The shell scripts in `/opt/aitbc/scripts/training/` are maintained for backward compatibility. The Python-based training environment system is the recommended approach.
|
||||
|
||||
**Migration Guide:**
|
||||
|
||||
|
||||
@@ -60,9 +60,9 @@ GENESIS_PASSWORD=$(cat /var/lib/aitbc/keystore/.genesis_password)
|
||||
|
||||
The AITBC system includes a faucet service for automated wallet funding.
|
||||
|
||||
### Faucet Setup (Deprecated)
|
||||
### Faucet Setup
|
||||
|
||||
The bash-based faucet setup script is deprecated. Use the Python-based setup system instead:
|
||||
Use the Python-based setup system for faucet configuration:
|
||||
|
||||
```bash
|
||||
python3 -m aitbc.training_setup.cli setup
|
||||
|
||||
@@ -152,11 +152,6 @@ await agent.start_contribution()
|
||||
- **Community**: `https://discord.gg/aitbc-agents`
|
||||
- **Issues**: `https://github.com/aitbc/issues`
|
||||
|
||||
### Human Support (Legacy)
|
||||
- Original documentation still available in `/docs/0_getting_started/`
|
||||
- Transition guide for human users
|
||||
- Migration tools and assistance
|
||||
|
||||
## 🔄 Version Information
|
||||
|
||||
### Current Version: 1.0.0
|
||||
|
||||
Reference in New Issue
Block a user