Skip to content

Releases: iotaledger/hornet

HORNET-0.2.8

19 Dec 23:08
e96d704
Compare
Choose a tag to compare

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

16 Dec 23:57
73340bc
Compare
Choose a tag to compare

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

16 Dec 00:59
fb7d443
Compare
Choose a tag to compare

Changed

- Faster initial spent addresses import

HORNET-0.2.5

15 Dec 22:55
b2ecf47
Compare
Choose a tag to compare

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

15 Dec 18:22
5c2700a
Compare
Choose a tag to compare

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

15 Dec 15:47
628b843
Compare
Choose a tag to compare

Fixed

- Close on closed channel in "ordered daemon" on shutdown

HORNET-0.2.2

15 Dec 14:37
c1384c5
Compare
Choose a tag to compare

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

13 Dec 11:56
afaa05c
Compare
Choose a tag to compare

Added

- Cache Metrics in SPA
- Profiles to adjust cache sizes and DB opts

Fixed

- Remote PoW for Trinity

HORNET-0.2.0

12 Dec 22:28
ff8b4ea
Compare
Choose a tag to compare

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

11 Dec 19:20
Compare
Choose a tag to compare

Version 0.1.0

Release note

What's new

- First beta release