Releases: RiseVision/rise-node
Releases · RiseVision/rise-node
RISE v2.0.1-beta2
Download RISE CLI
wget --quiet -O rise https://github.com/RiseVision/rise-node/releases/latest/download/rise; chmod +x rise
Set up a RISE Node:
https://github.com/RiseVision/rise-node/wiki/Setting-up-a-RISE-Node
Usage: rise <subcommand> <options>
Manage your RISE Node instance, including docker images.
Every command provides --help.
Usage:
./rise download
./rise update-cli
# RISE Node on the host OS
./rise node start
./rise node stop
./rise node status
./rise node logs
./rise node setup
./rise node export-db
./rise node import-db
./rise node export-snapshot
./rise node crontab
./rise node rebuild-native
./rise node install-deps
./rise node reset
# RISE Node in Docker (experimental)
./rise docker build
./rise docker start
./rise docker stop
# RISE Node and DB in Docker (experimental)
./rise docker-compose start
./rise docker-compose stop
# local DB
./rise db install
./rise db init
./rise db start
./rise db stop
./rise db crontab
./rise db kill
# print config defaults
./rise config-defaults
Subcommands:
download, node, docker, docker-compose, db, migrate, config-defaults, version, update-cli
RISE v1.3.4 - Mainnet
Change Log
- 🚥 Improved network stability - [#2856733]
- 🐛 Allow sync from zero with wrong recipient addresses - [#2856733]
- 🐎 Perf improvement in transactions API - [#2856733]
- ✨ Allow Sorting by
cmb
in delegates API - [#280edba] - 🚥 Allow for some clock drift in delegates nodes - [#4c08eef]
- 🐛 fix empty response protobuf case scenario - [#6413fc8]
RISE v1.3.2 - Mainnet
Change Log
- Integrated dPoS v2. 🎉
More info https://medium.com/rise-vision/rise-v1-3-x-consensus-change-quick-overview-2431cc3b0dcc
Rise v1.3.2t - Testnet
Change Log
- 🐛 Delegates API returns not banned delegates
- 💄 Added
includeBanned
:true
|false
param for theapi/delegates
endpoint - 💄 Added
cmb
in returned data for `api/delegates/search' endpoint - 🐛 fixed
cmb
not being restored properly after a valid forged block
Rise v1.3.1t - Testnet
Change Log
- 🐛 Delegate productivity was nullified if rank > 101
- 🐎 Better chain recovery in case of low consensus
- 💄 Added
cmb
in returned data forapi/delegates/
andapi/delegates/get
endpoints
Rise v1.3.0-t - Testnet
Change Log
- Integrated dPoS v2. 🎉
More info https://medium.com/rise-vision/rise-v1-3-x-consensus-change-quick-overview-2431cc3b0dcc
Rise v1.2.0 - Mainnet
Change Log
- Integrated ProtoBuf network layer. 🎉 - #122
- Added [POST] /api/transactions/ endpoint to ease broadcasting new transactions from cli without crafting the whole transaction from scratch. #9dbb054
- Introduced new Security API middleware watchguard to for [POST] /api/transactions #9dbb054
- Added block freezing with
js-flock
npm package to ensure no further manipulations are inadvertently done by hooks subscriber. #4287af2 - Improved performance of numbers manipulation and address derivation by 20% - #3bfb820
- Introduced
peerBanTime
to config file to allow configuring the amount of time a peer should be banned. - #bfd69e1 - RISE suffix (
R
) is now not hard-coded but rather picked from constants. #f6de6a6 - Avoid accepting invalid recipient address to limit lost funds. #dd15b9e
More informations about ProtoBuf and performance improvements in 1.2.0 -> here
Rise v1.2.0t - Testnet
Change Log
- Integrated ProtoBuf network layer. 🎉 - #122
- Added [POST] /api/transactions/ endpoint to ease broadcasting new transactions from cli without crafting the whole transaction from scratch. #9dbb054
- Introduced new Security API middleware watchguard to for [POST] /api/transactions #9dbb054
- Added block freezing with
js-flock
npm package to ensure no further manipulations are inadvertently done by hooks subscriber. #4287af2 - Improved performance of numbers manipulation and address derivation by 20% - #3bfb820
- Introduced
peerBanTime
to config file to allow configuring the amount of time a peer should be banned. - #bfd69e1 - RISE suffix (
R
) is now not hard-coded but rather picked from constants. #f6de6a6
More informations about ProtoBuf and performance improvements in 1.2.0t -> here
Rise v1.1.1 - Mainnet
Change Log
- Upgraded almost all third party dependencies to latest version
- Added [PUT] /api/transactions/ endpoint to ease creation of wallet related software.
- Atomic block processing
- Peer banning - delegates are now more motivated to keep their node online
- Lightweight block and transaction processing
- In memory block transaction validation
- Node upgrade from v6 to v8
- Typescript upgrade from 2.6 to 2.8
- PostGres upgrade from 9.6 to 10.4
- Database level constraints
- Migration from pg-promise to sequelize
- Restored topAccounts api
- Restored PUT transactions api
- much more…
Rise v1.1.1 - Testnet
Change Log
- Upgraded almost all third party dependencies to latest version
- Added [PUT] /api/transactions/ endpoint to ease creation of wallet related software.