- 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
Development Tests
This directory contains ad-hoc development tests and experimental scripts.
Purpose
- Quick validation during development
- Multi-chain testing scenarios
- API submission experiments
- Cross-site testing
- Performance validation scripts
Usage
These tests are meant for development use only and may not be suitable for CI/CD pipelines.
Structure
test_multi_chain*.py- Multi-chain blockchain testingtest_api_submit*.py- API submission testingtest_*.sh- Shell script test scenariossimple_test_results.json- Test results storage
Note
For production-ready tests, see the main /tests/ directory.