mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-13 08:38:50 +00:00
Updated changelog
This commit is contained in:
parent
fc8a1545c8
commit
553797ab18
14
CHANGELOG.md
14
CHANGELOG.md
@ -29,16 +29,14 @@ The format is based on [Keep a Changelog][keepachangelog] and adheres to [Semant
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added identity/main.go to generate identity and peer id
|
|
||||||
- Added encryption module identity.go for reusable identity create, save etc funtions
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Updated make file to support identity/main.go
|
- Changed the configuration file for run-node3 to use node3.yaml.
|
||||||
- Updated node/node.go on loadOrCreateIdentity to use encryption.identity
|
- Modified select_data_dir function to require a hasConfigFile parameter and added error handling for missing configuration.
|
||||||
- Updated cli/main.go to remove fallbacks for identity
|
- Updated main function to pass the config path to select_data_dir.
|
||||||
- Updated install-debros-network.sh script to use new ./cmd/identity and fixed port order on print
|
- Introduced a peer exchange protocol in the discovery package, allowing nodes to request and exchange peer information.
|
||||||
- Updated makefile and changelog
|
- 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.
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user