Fixed Python 3.12+ deprecation warning by replacing all 357 occurrences of datetime.utcnow() with datetime.now(datetime.UTC) across 49 files. This change ensures timezone-aware datetime objects and fixes the deprecation warning introduced in Python 3.12 (target version is 3.13).
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.