Skip to content

HORNET-0.4.0-rc6

Pre-release
Pre-release
Compare
Choose a tag to compare
@muXxer muXxer released this 03 Apr 16:51
· 1377 commits to develop since this release
27902ec

[0.4.0-rc6] - 03.04.2020

Breaking change:
Database version changed

Added

- Warp synchronization (high speed syncing)
- Tooltip for copy buttons (dashboard)
- Debug call `searchEntryPoints`

Changed

- Improve solidifier
- Local snapshots are always enabled now
- Database revalidation now reverts back to the last local snapshot (newer transactions are deleted)
- Simplify node sync check
- Use JSON view dark theme (dashboard)

Fixed

- Confirmation rate spikes in dashboard
- Leak in replyToAllRequests
- Update check panic
- Heartbeats
- Dashboard bugs
- Disconnected peers are not deleted in some cases

Config file changes

Added option:

config_comnet.json

"httpAPI": {
+  "excludeHealthCheckFromAuth": false
}

Removed option:

config.json

"snapshots": {
  "loadType": "local",
  "local": {
-   "enabled": true,
    "depth": 50,
    "intervalSynced": 50,
    "intervalUnsynced": 1000,
    "path": "export.bin",
    "downloadURL": "https://ls.manapotion.io/export.bin"
  },

config_comnet.json

"snapshots": {
  "loadType": "local",
  "local": {
-   "enabled": true,
    "depth": 50,
    "intervalSynced": 50,
    "intervalUnsynced": 1000,
    "path": "export.bin",
    "downloadURL": "https://ls.manapotion.io/export.bin"
  },