RNode-0.9.3 release plan
Reference
Document status | COMPLETE |
---|---|
Release status | RELEASED |
Related pages |
Milestones
Start date | |
---|---|
Release |
Release summary
RNode v0.9.3 adds a new configuration parameter to RNode. In order to support operation of multiple networks running RChain platform and to prevent cross-network communication, we introduce --network-id
to the RNode configuration. By default, RNode is set to connect to the RChain public testnet. If however, you want to run a private network, you should make the adjustment in the configuration file.
Other work in this release include:
- A bug fix and test improvements for consensus
- Improvements in the communications layer that improve peering and streaming to peers
You may also note there is completed work in this release related to changes planned for RSpace. This work is foundational and not yet functional on the platform.
Work included in this release
Description of release packaging
Release packaging will include:
Docker image (Supported on Linux only)
Debian package
RPM package
.zip file
tar.gz file
Brew installation
Where do developers go to learn more and get started?
Please visit our release page on GitHub for binary artifacts.
A docker image is available
docker pull rchain/rnode
Homebrew installation via
brew install rchain/rchain/rnode
Where will bugs be filed?
We use Jira to collect bugs and feedback. File a bug
Where do developers go for support?
Please visit https://developer.rchain.coop or file a bug.
What license will this be released under?
The RChain software is licensed under Apache License, version 2.0
Rholang is licensed under the MIT License (MIT)
The Docker image is licensed under the GPL 2.0 License
Work completed since last release