Find file in zephyrfs/zephyrfs-node@trunk
- .github/workflows/ci.yml
- .gitignore
- Cargo.toml
- Dockerfile
- Dockerfile.test
- build.rs
- config.test.yaml
- docker-compose.test.yml
- src/allocation/contribution_allocator.rs
- src/allocation/democratic_allocation.rs
- src/allocation/load_optimizer.rs
- src/allocation/mod.rs
- src/allocation/quality_tiers.rs
- src/allocation/regional_balancer.rs
- src/allocation/resource_scheduler.rs
- src/audit/mod.rs
- src/audit/transparent_logging.rs
- src/config.rs
- src/coordinator/client.rs
- src/coordinator/mod.rs
- src/coordinator/types.rs
- src/crypto/content_addressing.rs
- src/crypto/encryption.rs
- src/crypto/key_derivation.rs
- src/crypto/mod.rs
- src/crypto/secure_memory.rs
- src/economics/contribution_manager.rs
- src/economics/contribution_tracker.rs
- src/economics/earnings_calculator.rs
- src/economics/mod.rs
- src/integration_tests.rs
- src/lib.rs
- src/main.rs
- src/network/behaviour.rs
- src/network/message_handler.rs
- src/network/mod.rs
- src/network/peer_manager.rs
- src/node_manager.rs
- src/proof/mod.rs
- src/proof/storage_proof.rs
- src/protocol.rs
- src/redundancy/auto_replication.rs
- src/redundancy/contribution_node_selector.rs
- src/redundancy/contribution_replication_manager.rs
- src/redundancy/geographic_optimizer.rs
- src/redundancy/health_monitor.rs
- src/redundancy/intelligent_replication.rs
- src/redundancy/mod.rs
- src/redundancy/network_health_monitor.rs
- src/redundancy/predictive_replication.rs
- src/redundancy/recovery_optimizer.rs
- src/redundancy/reed_solomon.rs
- src/redundancy/reputation_system.rs
- src/security/chunk_isolation.rs
- src/security/malicious_detection.rs
- src/security/mod.rs
- src/storage.rs
- src/storage/chunk_store.rs
- src/storage/encrypted_chunk_store.rs
- src/storage/enhanced_storage_manager.rs
- src/storage/file_chunker.rs
- src/storage/metadata_store.rs
- src/storage/storage_manager.rs
- src/verification/integrity_checks.rs
- src/verification/mod.rs