Releases: iotaledger/hornet
Releases · iotaledger/hornet
HORNET-0.2.8
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
}
HORNET-0.2.7
Added
- Version printout `--version`
Changed
- WorkerPools don't get flushed at shutdown by default
- Import spent addresses in smaller batches
- Faster syncing
Fixed
- RequestQueue never got empty if the cache overflowed
- Several shutdown problems
- Issue were only tail tx of a bundle got confirmed
- Status report was still active during shutdown
- Future cone solidifier got stuck, causing the node to become unsync
HORNET-0.2.6
Changed
- Faster initial spent addresses import
HORNET-0.2.5
Added
- More badger options in the profiles
- "auto" profile chooses best setting based on available system memory
Changed
- "compactLevel0OnClose" is now disabled per default
- Faster shutdown of the node
Config file changes
New option:
"useProfile": "auto",
HORNET-0.2.4
This release fixes a CRITICAL bug! You have to delete your database folder.
Fixed
- Spent addresses were not imported from snapshot file.
HORNET-0.2.3
Fixed
- Close on closed channel in "ordered daemon" on shutdown
HORNET-0.2.2
Added
- TangleMonitor Plugin
- Spammer Plugin
- More detailed log messages at shutdown
Fixed
- Do not expose passwords from config file at startup
- Duplicated neighbors
Config file changes
New settings:
"monitor": {
"tanglemonitorpath": "tanglemonitor/frontend",
"domain": "",
"host": "127.0.0.1"
},
"spammer": {
"address": "HORNET99INTEGRATED99SPAMMER999999999999999999999999999999999999999999999999999999",
"depth": 3,
"message": "Spamming with HORNET tipselect",
"tag": "HORNET99INTEGRATED99SPAMMER",
"tpsratelimit": 0.1,
"workers": 1
},
"zmq": {
"host": "127.0.0.1",
}
HORNET-0.2.1
Added
- Cache Metrics in SPA
- Profiles to adjust cache sizes and DB opts
Fixed
- Remote PoW for Trinity
HORNET-0.2.0
Added
- DB version number
- Configurable zmq host
- Solidification timestamp of transactions
- Docker files
Changed
- Database layout (breaking change)
Fixed
- Trinity compatibility
- WebAPI CORS headers
HORNET-0.1.0
Version 0.1.0
Release note
What's new
- First beta release