Skip to content

Commit

Permalink
Remove beta ledger file and clarify current builds on node release page
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyatt committed Jun 10, 2020
1 parent 500159b commit c3c8d75
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 25 deletions.
14 changes: 6 additions & 8 deletions docs/releases/node-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ Updates to the Nano protocol are done through major node releases, occurring app
## Current Release
The following release is the latest and only release actively supported by the Nano Foundation. This release and the [Active Releases](#active-releases) below represent the only node versions that will participate on the main network. More details can be found on the [Current Release Notes page](/releases/current-release-notes).

--8<-- "release-details-v21-0.md"

--8<-- "known-issue-macos-too-many-open-files.md"
--8<-- "release-details-v20-0.md"

**Builds and Commands**

Expand All @@ -21,7 +19,10 @@ The following release is the latest and only release actively supported by the N
## Next Planned Release
The following release is currently under development. Details about potential features to be included can be found on the [Upcoming Features page](/releases/upcoming-features).

--8<-- "release-details-v22-0.md"
!!! tip "V21.0 is in Release Candidate phase"
The Release Candidate build is available for V21.0 and a draft of the Release Notes can be found on the [Current Release Notes page](/releases/current-release-notes).

--8<-- "release-details-v21-0.md"

--8<-- "setup-beta-testing.md"

Expand All @@ -32,11 +33,9 @@ The following releases can still actively participate on the network by peering

--8<-- "release-details-v20-0.md"

--8<-- "known-issue-peers-stake-reporting.md"

--8<-- "release-details-v19-0.md"

--8<-- "known-issue-macos-too-many-open-files.md"
--8<-- "release-details-v18-0.md"

---

Expand All @@ -47,7 +46,6 @@ The following versions are no longer peered with by nodes running the active ver

| Node | Protocol | Database | Release Date | Release Notes | GitHub Links |
| | | | | | |
| 18.0 | 16 | 13 | 2019-02-21 || [Release](https://github.com/nanocurrency/nano-node/releases/tag/V18.0) - [Milestone](https://github.com/nanocurrency/nano-node/milestone/7) - [Changelog](https://github.com/nanocurrency/nano-node/compare/V17.1...V18.0) |
| 17.1 | 15 | | 2018-12-21 || [Release](https://github.com/nanocurrency/nano-node/releases/tag/V17.1) - [Milestone](https://github.com/nanocurrency/nano-node/milestone/17) - [Changelog](https://github.com/nanocurrency/nano-node/compare/V17.0...V17.1) |
| 17.0 | 15 | | 2018-12-18 || [Release](https://github.com/nanocurrency/nano-node/releases/tag/V17.0) - [Milestone](https://github.com/nanocurrency/nano-node/milestone/6) - [Changelog](https://github.com/nanocurrency/nano-node/compare/V16.3...V17.0) |
| 16.3 | 14 | | 2018-11-20 || [Release](https://github.com/nanocurrency/nano-node/releases/tag/V16.3) - [Milestone](https://github.com/nanocurrency/nano-node/milestone/14) - [Changelog](https://github.com/nanocurrency/nano-node/compare/V16.2...V16.3) |
Expand Down
10 changes: 0 additions & 10 deletions docs/running-a-node/beta-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,5 @@ The funds used for testing transactions on the beta network are generated from a

For small amounts suitable for most basic integration, you can get beta Nano from the beta faucet here: https://beta.nano.org/faucet/. If you plan to consistently run a node on beta and want to participate in consensus as a Representative, please connect with `Zach - ATX#0646` or `Dotcom#9351` in the #beta-net channel on our [Discord server](https://chat.nano.org).

### Beta ledger file

To help get beta nodes in sync more quickly it is recommended that an updated ledger file is downloaded and placed into the data directory. Often referred to as a "fast sync", more details around this approach can be found in the [Ledger Management guide](ledger-management.md#downloaded-ledger-files). Since the beta network contains no value, validating the blocks, voting weights and confirmation heights isn't necessary.

The following command will download and unzip a recent ledger snapshot. Any existing ledger files should be backed up elswhere as this will override them. From within the [data directory](#directory-locations) run:

```
curl -O https://s3.us-east-2.amazonaws.com/beta-snapshot.nano.org/data.tar.gz; tar -xzvf data.tar.gz; rm -fr data.tar.gz
```

### Ongoing Test Cases
A spreadsheet of some test cases is maintained separately and available for sharing with community members who are involved on the beta network. If you are interested in helping with these test cases, please connect with `Zach - ATX#0646` or `Dotcom#9351` in the #beta-net channel on our [Discord server](https://chat.nano.org).
8 changes: 4 additions & 4 deletions docs/snippets/current-release-build-links.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
| OS | Download link/command |
|----|---------------|
| Linux | https://repo.nano.org/live/binaries/nano-node-V21.0-Linux.tar.bz2 |
| macOS | https://repo.nano.org/live/binaries/nano-node-V21.0-Darwin.dmg |
| Windows | https://repo.nano.org/live/binaries/nano-node-V21.0-win64.exe |
| Docker | `docker pull nanocurrency/nano:V21.0` or `docker pull nanocurrency/nano:latest`<br />See [Pulling the Docker Image](/running-a-node/node-setup/#pulling-the-docker-image) for more details. |
| Linux | https://repo.nano.org/live/binaries/nano-node-V20.0-Linux.tar.bz2 |
| macOS | https://repo.nano.org/live/binaries/nano-node-V20.0-Darwin.dmg |
| Windows | https://repo.nano.org/live/binaries/nano-node-V20.0-win64.exe |
| Docker | `docker pull nanocurrency/nano:V20.0` or `docker pull nanocurrency/nano:latest`<br />See [Pulling the Docker Image](/running-a-node/node-setup/#pulling-the-docker-image) for more details. |
| RHEL/CentOS rpm | `sudo yum-config-manager --add-repo https://repo.nano.org/nanocurrency.repo`<br />`sudo yum install nanocurrency`<br />This installs `nano_node` to bin. |
3 changes: 3 additions & 0 deletions docs/snippets/release-details-v18-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| Node | Protocol | Database | Release Date | Release Notes | GitHub Links |
| | | | | | |
| 18.0 | 16 | 13 | 2019-02-21 || [Release](https://github.com/nanocurrency/nano-node/releases/tag/V18.0) - [Milestone](https://github.com/nanocurrency/nano-node/milestone/7) - [Changelog](https://github.com/nanocurrency/nano-node/compare/V17.1...V18.0) |
4 changes: 3 additions & 1 deletion docs/snippets/release-details-v19-0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
| Node | Protocol | Database | Release Date | Release Notes | GitHub Links |
| | | | | | |
| 19.0 | 17 | 14 | 2019-07-11 | [V19.0](/releases/previous-release-notes/#v190) | [Release](https://github.com/nanocurrency/nano-node/releases/tag/V19.0) - [Milestone](https://github.com/nanocurrency/nano-node/milestone/9) - [Changelog](https://github.com/nanocurrency/nano-node/compare/V18.0...V19.0) |
| 19.0 | 17 | 14 | 2019-07-11 | [V19.0](/releases/previous-release-notes/#v190) | [Release](https://github.com/nanocurrency/nano-node/releases/tag/V19.0) - [Milestone](https://github.com/nanocurrency/nano-node/milestone/9) - [Changelog](https://github.com/nanocurrency/nano-node/compare/V18.0...V19.0) |

--8<-- "known-issue-macos-too-many-open-files.md"
6 changes: 5 additions & 1 deletion docs/snippets/release-details-v20-0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
| Node | Protocol | Database | Release Date | Release Notes | GitHub Links |
| | | | | | |
| 20.0 | 17 | 15 | 2019-11-12 | [V20.0](/releases/previous-release-notes/#v200) | [Release](https://github.com/nanocurrency/nano-node/releases/tag/V20.0) - [Milestone](https://github.com/nanocurrency/nano-node/milestone/10) - [Changelog](https://github.com/nanocurrency/nano-node/compare/V19.0...V20.0) |
| 20.0 | 17 | 15 | 2019-11-12 | [V20.0](/releases/previous-release-notes/#v200) | [Release](https://github.com/nanocurrency/nano-node/releases/tag/V20.0) - [Milestone](https://github.com/nanocurrency/nano-node/milestone/10) - [Changelog](https://github.com/nanocurrency/nano-node/compare/V19.0...V20.0) |

--8<-- "known-issue-macos-too-many-open-files.md"

--8<-- "known-issue-peers-stake-reporting.md"
4 changes: 3 additions & 1 deletion docs/snippets/release-details-v21-0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
| Node | Protocol | Database | Release Date | Release Notes | GitHub Links |
| | | | | | |
| 21.0 | 18 | 18 | TBD | [V21.0](/releases/current-release-notes) | [Release](https://github.com/nanocurrency/nano-node/releases/tag/V21.0) - [Milestone](https://github.com/nanocurrency/nano-node/milestone/18) - [Changelog](https://github.com/nanocurrency/nano-node/compare/V20.0...V21.0) |
| 21.0 | 18 | 18 | TBD | [V21.0](/releases/current-release-notes) | [Milestone](https://github.com/nanocurrency/nano-node/milestone/18) |

--8<-- "known-issue-macos-too-many-open-files.md"

0 comments on commit c3c8d75

Please sign in to comment.