Skip to content

Commit 9edad4d

Browse files
committed
update changelog for v3.0.3
1 parent 4438119 commit 9edad4d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
***
77

8+
## [3.0.3] - March 6th, 2025
9+
10+
This release focuses on improving network synchronization, build system flexibility, and fixing various issues identified in previous versions. Key improvements include enhanced node synchronization procedures, better network scanning when network size grows, and several build system enhancements for greater flexibility and debugging capabilities.
11+
12+
### Changed
13+
- Improved node (re)synchronization and catchup procedures
14+
- Updated setup script to prune old branches during git updates
15+
- Removed forced compiler selection (CC/GCC) for better build flexibility
16+
- Enhanced fallback mechanism for NVCC in build system
17+
18+
### Fixed
19+
- Issue with selecting specific (tag) version in setup script
20+
- Network scan limitation when network size grows beyond RPLISTLEN
21+
- Incorrect sorting on transaction destinations
22+
823
## [3.0.2] - February 11th, 2025
924

1025
This release focuses on improving the build system compatibility and CI/CD workflows. Key changes include build fixes for Ubuntu 20.04 systems and refined GitHub Actions workflows for better release management and code quality checks.
@@ -282,7 +297,8 @@ October 27th, 2018
282297
- removed default maddr.dat
283298
- removed txq1.lck (process_tx() is now synchronous)
284299

285-
[Unreleased]: https://github.com/mochimodev/mochimo/compare/v3.0.2...HEAD
300+
[Unreleased]: https://github.com/mochimodev/mochimo/compare/v3.0.3...HEAD
301+
[3.0.3]: https://github.com/mochimodev/mochimo/compare/v3.0.2...v3.0.3
286302
[3.0.2]: https://github.com/mochimodev/mochimo/compare/v3.0.1...v3.0.2
287303
[3.0.1]: https://github.com/mochimodev/mochimo/compare/v3.0.0...v3.0.1
288304
[3.0.0]: https://github.com/mochimodev/mochimo/compare/v2.4.3...v3.0.0

0 commit comments

Comments
 (0)