All notable changes to this project will be documented in this file.
- Version printout `--version`
- WorkerPools don't get flushed at shutdown by default
- Import spent addresses in smaller batches
- Faster syncing
- 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
- Faster initial spent addresses import
- More badger options in the profiles
- "auto" profile chooses best setting based on available system memory
- "compactLevel0OnClose" is now disabled per default
- Faster shutdown of the node
New option:
"useProfile": "auto",
This release fixes a CRITICAL bug! You have to delete your database folder.
- Spent addresses were not imported from snapshot file.
- Close on closed channel in "ordered daemon" on shutdown
- TangleMonitor Plugin
- Spammer Plugin
- More detailed log messages at shutdown
- Do not expose passwords from config file at startup
- Duplicated neighbors
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",
}
- Cache Metrics in SPA
- Profiles to adjust cache sizes and DB opts
- Remote PoW for Trinity
- DB version number
- Configurable zmq host
- Solidification timestamp of transactions
- Docker files
- Database layout (breaking change)
- Trinity compatibility
- WebAPI CORS headers
- First beta release