Simplify handlers - remove wallet daemon integration due to import issues, use direct file-based operations
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 5s
CLI Tests / test-cli (push) Failing after 4s
Security Scanning / security-scan (push) Has been cancelled
Integration Tests / test-service-integration (push) Successful in 2m29s
Multi-Node Blockchain Health Monitoring / health-check (push) Failing after 2s
P2P Network Verification / p2p-verification (push) Successful in 2s
Python Tests / test-python (push) Successful in 11s

This commit is contained in:
aitbc
2026-04-28 18:31:59 +02:00
parent 10f5a48df1
commit 97252911b3
7 changed files with 382 additions and 110 deletions

View File

@@ -409,7 +409,7 @@ def run_cli(argv, core):
market_handlers.handle_market_gpu_list(args, default_coordinator_url, output_format)
def handle_market_buy(args):
market_handlers.handle_market_buy(args, default_rpc_url, read_password, render_mapping)
market_handlers.handle_market_buy(args, default_coordinator_url, read_password, render_mapping)
def handle_ai_submit(args):
ai_handlers.handle_ai_submit(args, default_rpc_url, first, read_password, render_mapping)