-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create release-v27-1.md * Update release-v27-1.md Fixing V27.0 major updates link * Update release-v27-1.md Updating v27.0 major-updates link * Update release-v27-0.md Fixing minor typo in page description * Create release-details-v27-1.md * Update release-details-v27-1.md * Update release-details-v27-0.md Update protocol & db version for V27 * Update release-details-v27-1.md Removing V27.0 milestone link * Update node-releases.md Updating current release to V27.1 * Update current-build-links-main.md Updating build links to V27.1 * Update current-build-links-test.md Updating test build links to V27.1 * Update mkdocs.yml Update for V27.1 * Update main.html Update release notification banner to V27.1
- Loading branch information
Showing
9 changed files
with
71 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
title: Release notes - V27.1 nano node | ||
description: Details of the V27.1 nano node release. | ||
|
||
# V27.1 | ||
|
||
--8<-- "release-details-v27-1.md" | ||
|
||
--- | ||
|
||
## Upgrade notices | ||
|
||
All nodes are encouraged to upgrade to V27.1, including exchanges. | ||
|
||
In general, exchanges, services and integrations are encouraged to join [the test network](../running-a-node/test-network.md) for performing integration testing. This network mimics the live network in work requirements but has a smaller number of nodes and a lower block count for easier setup. | ||
|
||
### Database upgrade | ||
|
||
If you are upgrading from previous versions (e.g. V26), V27 includes a one-way database upgrade that takes a few minutes to run. | ||
|
||
If you are upgrading from V27.0, there is no additional database upgrade. | ||
|
||
### gcc-12 users | ||
|
||
If your system uses gcc-12 there is a known bug in the compiler optimiser that has problems compiling c++20 code. | ||
|
||
If you get a compiler error related to -Wrestrict, it's recomended to either downgrade to gcc-11 or upgrade to gcc-13 to compile the node. See more [detail here](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329). Debian 12 (bookworm) ships with gcc-12 by default, but has a package for gcc-11. | ||
|
||
--- | ||
|
||
## Major updates | ||
|
||
See the [V27.0 release notes](release-v27-0.md#major-updates) for the major updates list. | ||
|
||
--- | ||
|
||
## Fixes | ||
|
||
* [Bounding the growth of the election_winner_details set](https://github.com/nanocurrency/nano-node/pull/4720) | ||
* [Cementing fixes](https://github.com/nanocurrency/nano-node/pull/4722) | ||
|
||
--- | ||
|
||
## Builds and commands | ||
|
||
--8<-- "current-build-links-main.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
| OS | Download link/command | Verification | | ||
|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------| | ||
| Universal Linux | https://repo.nano.org/live/binaries/nano-node-V27.0-Linux.tar.bz2 | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V27.0-Linux.tar.bz2.sha256) | | ||
| Debian | https://repo.nano.org/live/binaries/nano-node-V27.0-Linux.deb | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V27.0-Linux.deb.sha256) | | ||
| macOS | https://repo.nano.org/live/binaries/nano-node-V27.0-Darwin.dmg | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V27.0-Darwin.dmg.sha256) | | ||
| Windows (exe) | https://repo.nano.org/live/binaries/nano-node-V27.0-win64.exe | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V27.0-win64.exe.sha256) | | ||
| Windows (zip) | https://repo.nano.org/live/binaries/nano-node-V27.0-win64.zip | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V27.0-win64.zip.sha256) | | ||
| Docker | `docker pull nanocurrency/nano:V27.0`<br />See [Pulling the Docker Image](/running-a-node/node-setup/#pulling-the-docker-image) for more details. | | | ||
| Universal Linux | https://repo.nano.org/live/binaries/nano-node-V27.1-Linux.tar.bz2 | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V27.1-Linux.tar.bz2.sha256) | | ||
| Debian | https://repo.nano.org/live/binaries/nano-node-V27.1-Linux.deb | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V27.1-Linux.deb.sha256) | | ||
| macOS | https://repo.nano.org/live/binaries/nano-node-V27.1-Darwin.dmg | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V27.1-Darwin.dmg.sha256) | | ||
| Windows (exe) | https://repo.nano.org/live/binaries/nano-node-V27.1-win64.exe | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V27.1-win64.exe.sha256) | | ||
| Windows (zip) | https://repo.nano.org/live/binaries/nano-node-V27.1-win64.zip | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V27.1-win64.zip.sha256) | | ||
| Docker | `docker pull nanocurrency/nano:V27.1`<br />See [Pulling the Docker Image](/running-a-node/node-setup/#pulling-the-docker-image) for more details. | | | ||
| RHEL/RockyLinux rpm | Not available anymore. Please check [Build Options](#build-options) for build instructions. | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
| OS | Download link/command | | ||
|---------------------|------------------------------------------------------------------| | ||
| Universal Linux | https://repo.nano.org/test/binaries/nano-node-V27.0-Linux.tar.bz2 | | ||
| Debian | https://repo.nano.org/test/binaries/nano-node-V27.0-Linux.deb | | ||
| macOS | https://repo.nano.org/test/binaries/nano-node-V27.0-Darwin.dmg | | ||
| Windows (exe) | https://repo.nano.org/test/binaries/nano-node-V27.0-win64.exe | | ||
| Windows (zip) | https://repo.nano.org/test/binaries/nano-node-V27.0-win64.zip | | ||
| Docker | `docker pull nanocurrency/nano-test:V27.0` | | ||
| Universal Linux | https://repo.nano.org/test/binaries/nano-node-V27.1-Linux.tar.bz2 | | ||
| Debian | https://repo.nano.org/test/binaries/nano-node-V27.1-Linux.deb | | ||
| macOS | https://repo.nano.org/test/binaries/nano-node-V27.1-Darwin.dmg | | ||
| Windows (exe) | https://repo.nano.org/test/binaries/nano-node-V27.1-win64.exe | | ||
| Windows (zip) | https://repo.nano.org/test/binaries/nano-node-V27.1-win64.zip | | ||
| Docker | `docker pull nanocurrency/nano-test:V27.1` | | ||
| RHEL/RockyLinux rpm | Not available anymore. Please check [Build Options](#build-options) for build instructions. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
| Node | Protocol | Database | Release Date | Release Notes | GitHub Links | | ||
| | | | | | | | ||
| 27.0 | TBD | TBD | TBD | [V27.0](../releases/release-v27-0.md) | [Release](https://github.com/nanocurrency/nano-node/releases/tag/V27.0) - [Milestone](https://github.com/nanocurrency/nano-node/milestone/33) - [Changelog](https://github.com/nanocurrency/nano-node/compare/V26.1...V27.0) | | ||
| 27.0 | 21 | 24 | TBD | [V27.0](../releases/release-v27-0.md) | [Release](https://github.com/nanocurrency/nano-node/releases/tag/V27.0) - [Milestone](https://github.com/nanocurrency/nano-node/milestone/33) - [Changelog](https://github.com/nanocurrency/nano-node/compare/V26.1...V27.0) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
| Node | Protocol | Database | Release Date | Release Notes | GitHub Links | | ||
| | | | | | | | ||
| 27.1 | 21 | 24 | TBD | [V27.1](../releases/release-v27-1.md) | [Release](https://github.com/nanocurrency/nano-node/releases/tag/V27.1) - Milestone - [Changelog](https://github.com/nanocurrency/nano-node/compare/V27.0...V27.1) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters