github iotaledger/hornet v0.2.8
HORNET-0.2.8

latest releases: v2.0.1, v2.0.0, v2.0.0-rc.8...
4 years ago

Added

- Rate limiting for WebSocket sends
- Show address balance even if no txs are available (Dashboard - Explorer)
- Show spent state (Dashboard - Explorer)
- Port configuration for Monitor plugin
- Config to prefer IPv6 (addNeighbors)
- Alternative addNeighbors command

Changed

- Release archives now contain a dir which wraps all files
- API errors
- TPS chart for better visibility of input and output (Dashboard)

Fixed

- Check wasSyncedBefore in ZMQ and Monitor
- Wrong ZeroMQ `tx_trytes` response order
- Deadlock if node is shut down during startup phase
- Different TX order than IRI (attachToTangle)
- Log level was ignored

Config file changes

New options:

"network": {
    "preferIPv6": false,
}

"monitor": {
    "domain": "",
    "host": "127.0.0.1",
    "port": 4434,
    "apiPort": 4433
}

Changed option (you have to edit it in your config):

"node": {
    "loglevel": 127
}

Don't miss a new hornet release

NewReleases is sending notifications on new releases.