github wavesplatform/Waves v1.1.4
Version 1.1.4 (Mainnet + Testnet + Stagenet)

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

This release has been superseded by v1.1.5

Node Improvements

  • Improved /addresses/data/{address} now accepts the list of keys to retrieve values for. These keys can be specified as:
    • repeated query params in a GET request: key=first_key&key=second_key
    • JSON object with the keys field in a POST body: {"keys": ["first_key", "second_key"]}
    • multipart/form-data or application/x-www-form-urlencoded in a POST body.
      Please note that appropriate content types and param encoding is required.
  • A hard time limit has been imposed on UTX transaction validation duration. All transactions which are received from network or API and take longer than 5 seconds to validate are rejected. This rule is not a part of consensus and only affects unconfirmed transactions.
  • NFT list API endpoint has been fixed to return only tokens which are currently in posession of the specified address
  • Smart contract execution has been sped up thanks to Waves context reuse
  • gRPC Server can now be built on Windows hosts
  • Posting account data via /addresses/data has been deprecated and will be removed in one of the future releases. Please explicitly broadcast signed Data Transactions by POSTing to /transactions/broadcast instead.

Security Fix

This release fixes a security issue. If you have gRPC Server extension installed, please make sure to update it along with the node.

To avoid premature disclosure and allow some time for node owners to update, we will publish the fix to github on Monday, October 28 at 13:00 UTC. Binaries for this release were built from our private repo.

Update: the fix has been published and released as v1.1.5

Update Notes

There's no need to rebuild state if you are updating from 1.1.3.

SHA256 Checksums

7f04b4c47aebbe1f929bc34484cb759617d52fbde93603b2cc32229fa33f0cb7  grpc-server-1.1.4.tgz
f0932785b74d79dcb7fd924796909dc240a91f74eb01fba90303f86be1fe85ff  grpc-server-stagenet-1.1.4.tgz
8896a2c979f3475cf7ca3c64b4e741529e32fc56a43880cc311e13f31558378a  grpc-server-stagenet_1.1.4_all.deb
d56d04998504b8175e2b98cfcf169317ba0dbd439467a97fdbf577cb902cb6bf  grpc-server-testnet-1.1.4.tgz
35e68d9552ace23a9e714b225792b9fddab5532f3cc6b718955890393fa4ab75  grpc-server-testnet_1.1.4_all.deb
b3dd664e1e4fab9f0a0746e15d3d3aa1264b0c9f150b78adfd3ee51d1558d5b6  grpc-server_1.1.4_all.deb
a956535c39437168c7e04e8a2498abb3627caac437b1f1cbb6050e7382cc0b5d  waves-all-1.1.4.jar
5f1368913e2c105591569b0b39c8470feb2e3dc6fbaaf9aa5581af3c80476dd6  waves-stagenet_1.1.4_all.deb
035feb9f273913cb65cf760eabfeeaeb5611773cc88b6c0a79997d7bac9daa72  waves-testnet_1.1.4_all.deb
397ab384b0d51f250c963afb99590cea2565265e6e14d9b87c66e8e1f0d444d5  waves_1.1.4_all.deb

Don't miss a new Waves release

NewReleases is sending notifications on new releases.