Skip to content

Version 2.2.2

Compare
Choose a tag to compare
@vsuharnikov vsuharnikov released this 11 Sep 13:08
· 391 commits to master since this release
9436317

In this release

This release contains a new NODE support and improvements.

See below for more information.

Migration

  1. Required a migration of Postgres, If Postgres history functionality was enabled (waves.dex.order-history.enabled):
    ALTER TABLE orders ADD COLUMN closed_at TIMESTAMP(3) WITH TIME ZONE DEFAULT NULL;
    ALTER TABLE events ADD COLUMN reason SMALLINT NOT NULL DEFAULT 0;
  2. If you have multiple Matcher servers, it is recommended to distinguish them by the setting:
    waves.dex.id = "matcher-N" // N is a number of a Matcher server

New

  • Support of NODE 1.2.12;
  • Added an ability to view (GET /ws/v0/connections) and control (DELETE /ws/v0/connections) number of WebSocket-connections. See Swagger UI for more information;
  • More information about orders in logs and Postgres history to exactly know what happened with an order;
  • Added closed_at in Postgres history database;
  • Added an HTTP header to know the source server.

Fixes

  • Fixed a wrong status of events in Postgres: partially filled instead of filled;
  • Fixed an exceed information in WebSocket API when a user authenticates. A user won't receive assets, those had but haven't now;
  • Updated Scala version and dependencies;
  • Some internal improvements.

SHA256 Checksums

a77751fbc1be61a27cf9e3391c61f7c1e4052ff8aa27bcfa0140612e0adcc8bd waves-dex-2.2.2.zip
6c7fac6127eb942987352508f8015c08ceaa8e0cc84d77b03c127a93e2b83379 waves-dex_2.2.2_all.deb
fb37740072b97a5969d1021d28dbe27af052da3dde547fbab3a930fb26ffa39f waves-dex-extension-2.2.2.zip
2807d8e31d4ce6090fd7a21bc554f4ae4ab029e392375cd40950f315fd8d3225 waves-dex-extension_2.2.2_all.deb
29c49fcfbdb633cb665c97e18c9f9e00c3c1c3d73eb6a6e4cf9308aeb014d5e5 waves-dex-extension-testnet_2.2.2_all.deb
04c9932db1b5644b0ce9de4b533819e9071a028889c7e7f0153c7c90d252bd11 waves-dex-extension-stagenet_2.2.2_all.deb