Releases: waves-enterprise/we-node
Releases · waves-enterprise/we-node
1.11.0
- Global refactoring of the project structure and decomposition into public and private repositories;
- Network improvements:
- Prioritised transactions delivery to current and future miners;
- Refactored network messages – split to transactions and blocks entities;
- Fixed transaction broadcast case when there are no suitable peers;
- Optimized response time for
GET /alias/by-address/{address}
endpoint; - Improved large integers validation for REST API routes;
- Fixed wrong behavior of sending privacy large data when the feature is disabled;
- A lot of minor fixes for node API.