In this release
- Added an information about matches in address subscription:
"o": [ // Orders { "i": "89CyqyWeQmqG9QRdoXnYUGrV27eTNjy6HEDy3jBq8zDU", // order id // ... "m": [ // information about transactions { "i":"CWWDEpgMDmC6o4d6ea6PMkAtm3s6VzQhn7V8AbaUwMSM", // transaction id "t":1628782613266, // transaction timestamp "p":"1.1", // execution price "A":"10.0", // executed amount asset quantity "P":"11.0" // executed price asset quantity }, ... ] }, ```
- Matcher status endpoint (GET
/matcher/debug/status
) now returns a last known blockchain height, e.g.:{ "service": "Working", "blockchain": { "status": "Working", "height": 2729707 } }
- Added an ability to specify default values for some CLI arguments: https://github.com/wavesplatform/matcher/blob/v2.3.5/dex/src/main/resources/application.conf#L743
- Optimized Matcher starting:
- Less unnecessary work and I/O pressure;
- Matcher becomes Working and reveals API only if it is able to process new requests in reasonable time;
- Support open tracing;
- Other refactorings small improvements.
SHA256 Checksums
f7e921c8b734d4e163643e0cdfd4beeab544a1c0e3e8ec39fc238ac7c037bbf4 waves-dex-2.3.5.zip
93df0a1ce4861baecf9460af9fd6dc2c14df0786a9ca238e694686e906e482df waves-dex_2.3.5_all.deb
cd45b6e63e4ee0577eb0797d339494d801d41d042b7c0e0351e99972d17d1e9f waves-dex-extension-2.3.5.zip
89910c480de95279f82b2bcdc08211fed05f4fc37d152fcd4622c580634d8caa waves-dex-extension_2.3.5_all.deb
deabf967a36bb1ca5c1844c7f25bc0f061c4a452deaf49506c5fbddca7c2d99e waves-dex-extension-testnet_2.3.5_all.deb
a031f939b4384ee44c67b9ae66d86b7d972f319dca1a2f002e2d054212d47fb1 waves-dex-extension-stagenet_2.3.5_all.deb