You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mainnet v1.4.1.6
* fixes stale tcp connections
* fixes solid milestone getting stuck (regression)
* enables checking balance based on tips
* enables API Rate limit for new transacitons
- Improved memory allocation
- add checkConsistency API call for transaction promotion
- Upgrade to BouncyCastle 1.58
- limit inflow of new transactions from single neighbor/user
Mainnet v1.4.1.2
No need to delete DB, but start node once with `--rescan` flag
* Fixes DB over-storing transactions due to concurrency
* Upgrade to RocksDB 5.7.3
* Upgrades findTransaction logic to match spec (Multi-field intersection, Input field limits)
* Unified API input validation