Skip to content

Version 2.3.1.3

Compare
Choose a tag to compare
@vsuharnikov vsuharnikov released this 12 Mar 17:04
· 281 commits to master since this release
9b14e5d

In this release

Changes:

  • Matcher requires two extensions installed on NODE;
  • NODE 1.2.17 support.

See below for more information.

Migration

  1. Update the NODE
  2. Install grpc-server on NODE
    Note: Matcher needs only BlockchainUpdates from grpc-server, please do not enable GRPCServerExtension.
  3. Update Matcher Extension
  4. Update NODE configuration, add:
    waves {
      extensions += "com.wavesplatform.events.BlockchainUpdates"
      # grpc.host = "0.0.0.0" # Uncomment if Node and Matcher installed on different servers
      blockchain-updates.grpc-port = 6881
    }
  5. Remove the NODE state and re-import blockchain (why?)
  6. Update Matcher Server configuration:
    1. Specify the host and port of Blockchain Updates extension:
      waves.dex.waves-blockchain-client.blockchain-updates-grpc.target = "NODE_host:6881"
    2. Remove waves.dex.exchange-transaction-broadcast, now it retries attempts by default, see below

Changes

  • Support of NODE 1.2.17;
  • Matcher Server now depends on Matcher and Blockchain Updates (a part of grpc-server) extensions:
    • The Blockchain Updates extension provides a real-time stream of blockchain changes;
  • We made huge efforts to provide the better WebSockets stream (the docs will be available soon!) with less balance glitches during rollbacks and forging new blocks;
  • Solved some situations which led to invalid transactions (thus revoked on Blockchain) and mistakenly canceled orders;
  • Improved error descriptions in some cases;
  • Updated dependencies, including the better library for LevelDB which solves possible DB crashes;
  • The documentation is updated;
  • And a lot of other changes.

SHA256 Checksums

eefd6bc9b5fa8390eddaf302e017fe8956204fb0884d2e7a196d9dc8d082902f waves-dex-2.3.1.3.zip
296b5db77a8919799cbc0aec88e147b0025c38db9bfe3f00b082c36f84ed4b19 waves-dex_2.3.1.3_all.deb
121404809998b33d5a7b1a49f60e4cda6079b3b917ce0b575888b438b743a053 waves-dex-extension-2.3.1.3.zip
fe3ac26a582fb5590ec5995447615f309db9990c5cfae230580783ab44846538 waves-dex-extension_2.3.1.3_all.deb
2c218bafc562bc58345f1eb743b10f4cc8485d3b0de54ddc699b22d63f636b82 waves-dex-extension-testnet_2.3.1.3_all.deb
553d4a67289c7002fcf79ef0af0ff2374cf92c2dd7704e4884109ca6bd5383f3 waves-dex-extension-stagenet_2.3.1.3_all.deb