Files
aitbc/apps/blockchain-node
aitbc 0bd59a142a
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Blockchain Synchronization Verification / sync-verification (push) Failing after 6s
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Cross-Chain Functionality Tests / test-cross-chain-sync (push) Successful in 5s
Cross-Chain Functionality Tests / test-cross-chain-transactions (push) Successful in 9s
Cross-Chain Functionality Tests / test-multi-chain-consensus (push) Successful in 3s
Integration Tests / test-service-integration (push) Failing after 5s
Multi-Chain Island Architecture Tests / test-multi-chain-island (push) Successful in 5s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 7s
Node Failover Simulation / failover-test (push) Failing after 3s
P2P Network Verification / p2p-verification (push) Successful in 2s
Python Tests / test-python (push) Failing after 34s
Security Scanning / security-scan (push) Failing after 42s
Cross-Chain Functionality Tests / aggregate-results (push) Successful in 2s
fix: use BigInteger for Account nonce field
- Change Account.nonce from INTEGER to BigInteger to support large values
- Part of fixing SQLite INTEGER overflow error in genesis allocations
2026-05-20 10:26:28 +02:00
..

Blockchain Node

Documentation has moved to: docs/apps/blockchain/blockchain-node.md


This file has been migrated to the central documentation location. Please update your bookmarks and references to point to the new location.

For the complete documentation including architecture, setup, API reference, and troubleshooting, see the Blockchain Node documentation.