mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-11 09:18:50 +00:00
- Changed the configuration file for run-node3 to use node3.yaml. - Modified select_data_dir function to require a hasConfigFile parameter and added error handling for missing configuration. - Updated main function to pass the config path to select_data_dir. - Introduced a peer exchange protocol in the discovery package, allowing nodes to request and exchange peer information. - Refactored peer discovery logic in the node package to utilize the new discovery manager for active peer exchange. - Cleaned up unused code related to previous peer discovery methods.