Releases: SemkoDev/nelson.cli
Releases · SemkoDev/nelson.cli
Beta 0.3.1
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
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
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
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
Added
- peer-stats to API
- Checking of NELSON_CONFIG env var for configuration path.
Beta 0.2.1
Changed
- Fixes getNeighbors when used in config.ini
Beta 0.2.0
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
Changed
- Fixes IRI neighbors removal
Alpha 0.1.10
Changed
- Replacing only incoming nodes with trusted nodes (possible limit breaker).
Alpha 0.1.9
Changed
- Switched IRI to run in UDP mode due to TCP bugs in IRI. iotaledger/iri#345