Skip to content

HORNET-0.4.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@IoTMOD IoTMOD released this 24 Mar 19:31
· 1425 commits to develop since this release
7ce9f6c

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