mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-13 01:58:50 +00:00
Changed versions and changelog
This commit is contained in:
parent
a9d4c1e0d6
commit
6d6c73dc33
19
CHANGELOG.md
19
CHANGELOG.md
@ -16,6 +16,25 @@ The format is based on [Keep a Changelog][keepachangelog] and adheres to [Semant
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
## [0.51.1] - 2025-10-22
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- Cleaned up unused code related to previous peer discovery methods.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
## [0.51.0] - 2025-09-26
|
## [0.51.0] - 2025-09-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ test-e2e:
|
|||||||
|
|
||||||
.PHONY: build clean test run-node run-node2 run-node3 run-example deps tidy fmt vet lint clear-ports
|
.PHONY: build clean test run-node run-node2 run-node3 run-example deps tidy fmt vet lint clear-ports
|
||||||
|
|
||||||
VERSION := 0.51.0-beta
|
VERSION := 0.51.1-beta
|
||||||
COMMIT ?= $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
|
COMMIT ?= $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
|
||||||
DATE ?= $(shell date -u +%Y-%m-%dT%H:%M:%SZ)
|
DATE ?= $(shell date -u +%Y-%m-%dT%H:%M:%SZ)
|
||||||
LDFLAGS := -X 'main.version=$(VERSION)' -X 'main.commit=$(COMMIT)' -X 'main.date=$(DATE)'
|
LDFLAGS := -X 'main.version=$(VERSION)' -X 'main.commit=$(COMMIT)' -X 'main.date=$(DATE)'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user