Releases: nerva-project/nerva
Releases · nerva-project/nerva
Legacy Reborn, v0.2.0.0 Release
Overview
This is the v0.2.0.0 release of the Nerva core software. The Nerva community has taken over the development in order to ensure active bug fixes and feature updates wherever needed. Highlights of this release are as follows:
- Update core to compile with latest dependencies and build for different processors
- Add support for cross-compiling binaries
- Change how node picks other nodes to connect to and change max out connections from 8 to 13
- Improve nervad start-up speed
- Add --no-dns start-up command
- Change how analytics are submitted
- Record failed peers to prevent infinite loop in p2p
- Add CI builds on push, PR
- Port depends from Monero upstream for usage with Nerva
- Add support for Docker builds and CI for pushing official docker images
- Add gitian for official release builds
- Remove unused dependency and update root anchors
- Documentation and License updates
- Miscellaneous updates and improvements
Full Changelog: v0.1.8.0...v0.2.0.0
Contributors
This release was made possible due to contributions from the following people, in no particular order:
New Contributors
- @ngeojiajun made their first contribution in #5
- @Sn1F3rt made their first contribution in #17
Official Download Links
Binaries
- Windows, 64-bit
- Windows, 32-bit
- macOS, Intel
- macOS, ARM
- Linux, 64-bit
- Linux, 32-bit
- Linux, armv7
- Linux, armv8
- FreeBSD, 64-bit
Utils
- p2pstate file
- Quicksync
- Blockchain database (hosted externally due to file size limits)
Download Hashes
The SHA256 hashes of the binaries shipping with this release are as follows:
a4d3b58f892242a2cf360bf30ea0e8ceb92950cb49572765b358dd2785c9a48c nerva-windows-x64-v0.2.0.0.zip
9a394e1b30eca0a40570f09f73804c34400918bc0ec887927575d09bbcbdebe5 nerva-windows-x32-v0.2.0.0.zip
6e4554fb73fe6c2e558aefdb2101451e8fede89c740a311893e46fb5b962e120 nerva-macos-x64-v0.2.0.0.tar.bz2
171197d40c1e045f91301ea0c16eb53e7c0fb762608927d97afb09a063dbc4ba nerva-macos-armv8-v0.2.0.0.tar.bz2
2363695939dbab7bcd03f168339f20be5f3d70c0a17adde748a060721c584582 nerva-linux-x86_64-v0.2.0.0.tar.bz2
e1d1998999cecb3e41b9223368025c41ec99f6e9ab7274247e157ee52cec6746 nerva-linux-i686-v0.2.0.0.tar.bz2
507e2d9b9d4f4287c91cf6f928a2b35ea535ed475a1addbf092938887dac65f7 nerva-linux-armv7-v0.2.0.0.tar.bz2
84ea85056ce18c696cebfdd0d80c440c38c9a306d5dedb371beb170ec9042103 nerva-linux-armv8-v0.2.0.0.tar.bz2
89231254a8e09ea4b432decd7337de46966252afc4ccb9818126b3ac3f9afefd nerva-freebsd-x86_64-v0.2.0.0.tar.bz2
8c85f2f56b828cf6ed77a79cc40801c2d189131f219f97cdc8e727c8e59eea0d p2pstate.nerva.v11.bin
379d80f9423f6d8f765185651eb780d7150e13dd66a91b45cfe9c68ac110d05a quicksync.raw
e00857ec4d985a86b3465ef975e7b7e6f4997dc54dc474e02deb18e152a39323 nerva_blockchain_db.zip
A GPG-signed version of this hash list is available at hashes.txt. Please verify the hash of the file you download against the hash list and verify that the signature is valid against gpg_keys/Sn1F3rt.asc.
Version 0.1.8.0 Release
NERVA v0.1.8.0 Release
- Split outputs into chunks if required when transferring
- Build changes
Version 0.1.7.5 Release
NERVA v0.1.7.5 Release
- Startup speed improvements
Version 0.1.7.4 Release
NERVA v0.1.7.4 Release
- Remove old seed node and replace it with 3 new ones
- Update URLs to point to the new website
- Minor build changes