Skip to content

Releases: RiseVision/rise-node

RISE v2.0.1-beta2

21 Oct 05:33
Compare
Choose a tag to compare

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

28 Jan 07:01
Compare
Choose a tag to compare

Change Log

Full Changelog

  • 🚥 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

28 Nov 15:16
Compare
Choose a tag to compare

Rise v1.3.2t - Testnet

26 Nov 13:18
Compare
Choose a tag to compare

Change Log

Full Changelog

  • 🐛 Delegates API returns not banned delegates
  • 💄 Added includeBanned : true|false param for the api/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

26 Nov 13:20
Compare
Choose a tag to compare

Change Log

Full Changelog

  • 🐛 Delegate productivity was nullified if rank > 101
  • 🐎 Better chain recovery in case of low consensus
  • 💄 Added cmb in returned data for api/delegates/ and api/delegates/get endpoints

Rise v1.3.0-t - Testnet

23 Nov 14:17
Compare
Choose a tag to compare

Rise v1.2.0 - Mainnet

24 Oct 07:48
Compare
Choose a tag to compare

Change Log

Full Changelog

  • 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

20 Sep 11:36
Compare
Choose a tag to compare

Change Log

Full Changelog

  • 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

20 Sep 09:52
Compare
Choose a tag to compare

Change Log

Full Changelog

  • 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

02 Aug 09:40
Compare
Choose a tag to compare

Change Log

Full Changelog

  • Upgraded almost all third party dependencies to latest version
  • Added [PUT] /api/transactions/ endpoint to ease creation of wallet related software.