You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
6
***
7
7
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
+
8
23
## [3.0.2] - February 11th, 2025
9
24
10
25
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
282
297
- removed default maddr.dat
283
298
- removed txq1.lck (process_tx() is now synchronous)
0 commit comments