refactor: rename generic metadata fields to specific names in multitenant models
- Rename metadata to user_metadata in TenantUser model - Rename metadata to usage_metadata in UsageRecord model - Rename metadata to invoice_metadata in Invoice model - Rename metadata to event_metadata in TenantAuditLog model - Update TenantManagementService to use event_metadata parameter name
This commit is contained in:
30
chain_enhanced_devnet.yaml
Normal file
30
chain_enhanced_devnet.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
chain_id: "aitbc-enhanced-devnet"
|
||||
chain_type: "topic"
|
||||
purpose: "development-with-new-features"
|
||||
name: "AITBC Enhanced Devnet"
|
||||
description: "Enhanced development network with AI trading, surveillance, analytics, and multi-chain features"
|
||||
consensus:
|
||||
algorithm: "poa"
|
||||
authorities:
|
||||
- "ait1devproposer000000000000000000000000000000"
|
||||
- "ait1aivalidator00000000000000000000000000000"
|
||||
- "ait1surveillance0000000000000000000000000000"
|
||||
block_time: 3
|
||||
max_validators: 100
|
||||
parameters:
|
||||
block_reward: "2000000000000000000"
|
||||
max_block_size: 2097152
|
||||
max_gas_per_block: 15000000
|
||||
min_gas_price: 1000000000
|
||||
min_stake: 1000
|
||||
features:
|
||||
ai_trading_engine: true
|
||||
ai_surveillance: true
|
||||
advanced_analytics: true
|
||||
enterprise_integration: true
|
||||
multi_modal_ai: true
|
||||
zk_proofs: true
|
||||
cross_chain_bridge: true
|
||||
global_marketplace: true
|
||||
adaptive_learning: true
|
||||
performance_monitoring: true
|
||||
Reference in New Issue
Block a user