This release introduces several new API capabilities and infrastructure improvements for the ADAMANT node software.
New /api/node endpoints have been added, expanding the information available to clients interacting with the network. A new /api/chatrooms endpoint is also included. Additionally, a WebSocket server has been introduced, allowing light clients to subscribe and receive notifications for new transactions.
The version and minVersion fields have been moved out of the configuration file.
Breaking changes
The version and minVersion fields are no longer read from the configuration file. Deployments relying on setting these values via config will need to update their setup accordingly.