github wavesplatform/Waves v1.1.8
Version 1.1.8 (Mainnet + Testnet)

latest releases: v1.5.4, v1.5.3, v1.5.2...
4 years ago

In this release

Dedicated discarded transaction queue

When the node appends a new key block which references one of older microblocks (not the most recent one), it will now store transactions from discarded microblock(s) in a dedicated queue. If it is this node's turn to mine the new block, the miner will first attempt to pack transactions from this queue into the new microblock. This change will improve the reliability of the network, because transaction ordering will be preserved across microforks, which implies that "dependent" transactions will less likely be discarded.

This change also affects the way miner mines key blocks. If NG is activated, the miner will never attempt to include any transactions in the key block. Actually, this was the default behavior since the beginning of NG, but in this release we have removed max-transactions-in-key-block setting.

REST API Improvements

  • Swagger UI version has been updated. Besides new looks, this update brings a fixes XSS vulnerability (see #2693). We have also updated API schema with proper request and response model definitions.
  • Fixed an issue which resulted in an "Error is unknown" response when broadcasting transactions

This is a maintenance release, however we encourage all miners to update due to improvements in the way dependent transactions are handled. There's no need to rebuild state when upgrading from 1.1.x.

SHA256 Checksums

f5e5daf1cb2aa1de3449134e471dec2acbb8be2499c4cb694b7da9c5bbc9aa63  grpc-server-1.1.8.tgz
cba7847ccc4bd76608642bb617da434534198cbb54c1cb446defd795764916af  grpc-server-testnet-1.1.8.tgz
c718393d313564a18c6d23de8bbf3660826e939a535b7c6391e0a8317f94b013  grpc-server-testnet_1.1.8_all.deb
5b90422798e08b4e1589ce87c8a475dc82d820dd87a06758ac4ba2f7da5d1f5c  grpc-server_1.1.8_all.deb
9387d10e5468acf9c8e6426b0e5dba98d3adef4e7e80f9758a6db537a6269346  waves-all-1.1.8.jar
36d7228457109dcd37d55fd9f9a2ec6f1608bb1d4f50fe50a145fb84e588c4c9  waves-testnet_1.1.8_all.deb
cb30a2e0e89d0cefd17c78e98d8bd0736b688b275f0e9cea8c5b8f945aec276b  waves_1.1.8_all.deb

Don't miss a new Waves release

NewReleases is sending notifications on new releases.