Skip to content

Releases: SemkoDev/nelson.cli

Beta 0.3.1

02 Jan 19:04
Compare
Choose a tag to compare

Added

  • TCP switch for IRI

Changed

  • Improved neighbor weighting algorithm. Fixed a few minor bugs.
  • Smarter neighbor quality algorithm.
  • Random peer dropping inversely-weighted by peer quality now.
  • Improved incoming new/top peer rules.
  • Restructured and cleaned up the README.
  • Increased default minimal neighbors back to 5+6 (11) for stronger security.

Beta 0.3.0

27 Dec 20:07
Compare
Choose a tag to compare

Added

  • IRI info to the API.
  • Webhooks.
  • Dynamic IP support.
  • Node naming.
  • Penalizing lazy neighbors.

Changed

  • Access to the whole peer list only from local requests.
  • Fixes trust updating issues.
  • Versioned release binaries

Beta 0.2.5

21 Dec 13:42
Compare
Choose a tag to compare

Added

  • Request throttling guard.
  • Made incoming/outgoing limits public.
  • Warnings when setting too low incoming/outgoing limits.

Changed

  • Updated iota.lib.js
  • Fixes hard limits for nodes.
  • Lowers the amount of minimum nodes to 9
  • Limited the amount of recommended/shared nodes.
  • Allowed cross-origin requests to API.

Beta 0.2.4

19 Dec 19:30
Compare
Choose a tag to compare

Added

  • Readme info on pm2 manager and docker volume mounting.
  • Ansible playbook for Nelson

Changes

  • Makes Nelson ignore static neighbours completely, even if they run Nelson as well.
  • README docker ports for IRI
  • Terminal: prevent box overlapping

Beta 0.2.2

18 Dec 14:46
Compare
Choose a tag to compare

Added

  • peer-stats to API
  • Checking of NELSON_CONFIG env var for configuration path.

Beta 0.2.1

18 Dec 10:01
Compare
Choose a tag to compare

Changed

  • Fixes getNeighbors when used in config.ini

Beta 0.2.0

18 Dec 08:57
Compare
Choose a tag to compare

Added

  • Automatic entry nodes list downloading
  • IRI healthchecks on startup without throwing an error.
  • Actively remove peers, if the limit is trespassed at any point for any reason.
  • Improved Dockerfile.

Alpha 0.1.11

16 Dec 23:42
Compare
Choose a tag to compare
Alpha 0.1.11 Pre-release
Pre-release

Changed

  • Fixes IRI neighbors removal

Alpha 0.1.10

16 Dec 22:58
Compare
Choose a tag to compare
Alpha 0.1.10 Pre-release
Pre-release

Changed

  • Replacing only incoming nodes with trusted nodes (possible limit breaker).

Alpha 0.1.9

16 Dec 21:55
Compare
Choose a tag to compare
Alpha 0.1.9 Pre-release
Pre-release

Changed