Files
aitbc/apps
aitbc f07a5de9b1
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Successful in 4s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 4s
Cross-Chain Functionality Tests / test-cross-chain-bridge (push) Has been skipped
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Successful in 2s
Cross-Chain Functionality Tests / aggregate-results (push) Has been skipped
Cross-Node Transaction Testing / transaction-test (push) Successful in 5s
Deploy to Testnet / deploy-testnet (push) Successful in 1m7s
Integration Tests / test-service-integration (push) Failing after 40s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Successful in 2s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 3s
Multi-Node Stress Testing / stress-test (push) Successful in 2s
Node Failover Simulation / failover-test (push) Successful in 2s
P2P Network Verification / p2p-verification (push) Successful in 2s
Python Tests / test-python (push) Successful in 16s
Security Scanning / security-scan (push) Successful in 26s
refactor: implement proper Merkle Patricia Trie with node types and proof generation
- Add LeafNode, ExtensionNode, and BranchNode dataclasses for trie structure
- Replace cache-based implementation with recursive node-based trie operations
- Implement nibble-based path encoding for efficient prefix matching
- Add proper node insertion, deletion, and retrieval with path normalization
- Implement node encoding/decoding for serialization and hashing
- Add get_proof method for generating Merkle pro
2026-05-03 20:11:26 +02:00
..