Skip to content

Latest commit

 

History

History
133 lines (85 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

133 lines (85 loc) · 2.41 KB

HORNET Changelog

All notable changes to this project will be documented in this file.

[0.2.7] - 17.12.2019

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

[0.2.6] - 16.12.2019

Changed

- Faster initial spent addresses import

[0.2.5] - 15.12.2019

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",

[0.2.4] - 15.12.2019

This release fixes a CRITICAL bug! You have to delete your database folder.

Fixed

- Spent addresses were not imported from snapshot file.

[0.2.3] - 15.12.2019

Fixed

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

[0.2.2] - 15.12.2019

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",
  }

[0.2.1] - 13.12.2019

Added

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

Fixed

- Remote PoW for Trinity

[0.2.0] - 12.12.2019

Added

- DB version number
- Configurable zmq host
- Solidification timestamp of transactions
- Docker files

Changed

- Database layout (breaking change)

Fixed

- Trinity compatibility
- WebAPI CORS headers

[0.1.0] - 11.12.2019

Added

- First beta release