Files
aitbc/apps/blockchain-node
aitbc 8d69dd6685
Some checks failed
P2P Network Verification / p2p-verification (push) Successful in 8s
Python Tests / test-python (push) Failing after 27s
Security Scanning / security-scan (push) Successful in 1m57s
Integration Tests / test-service-integration (push) Failing after 14m32s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 13s
Blockchain Synchronization Verification / sync-verification (push) Failing after 7s
fix: commit balance changes immediately after state transition and remove sender fallback for 'to' field
Changed transaction failure logging from warning to error level in PoA proposer.
Added immediate session.commit() after successful state transition to persist balance changes.
Removed fallback to sender address for 'to' field in submit_transaction as it should be required.
2026-04-25 19:24:02 +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.