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
}