github iotaledger/hornet v0.4.0-rc3
HORNET-0.4.0-rc3

latest releases: v2.0.1, v2.0.0, v2.0.0-rc.8...
pre-release4 years ago

Added

- Balance check on snapshot import
- Toolset
- Snapshot file download when no local snapshot is found
- Debug api call searchConfirmedApprovers
- Set coordinator address in database
- Default comnet settings
- Snapshot download URLs for mainnet and comnet
- Tanglebay autopeering entry nodes for mainnet and comnet
- ARMv7 pre-build binary

Removed

- Auto snapshot download from nfpm service file
- Wrong `omitempty` from json tags

Changed

- Debian package structure

Fixed

- High memory usage
- Revalidation OOM
- URL scheme in monitor and graph plugin
- Local peer string character encoding
- snapshot.csv reading

Config file changes

New options:

config.json

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

New config file:

config_comnet.json

Don't miss a new hornet release

NewReleases is sending notifications on new releases.