Skip to content

Version 1.4.19 (Mainnet + Testnet)

Compare
Choose a tag to compare
@waves-jenkins waves-jenkins released this 23 Oct 09:20
· 4 commits to version-1.4.x since this release
82f19d8

In this release

NOTE: this release is for Mainnet and Testnet only. For the latest Stagenet release, please see v1.5.0

RIDE Runner

The headline feature of this release is RIDE Runner, a new standalone RIDE Runner application designed for running RIDE contracts without a node (e.g. in a unit test or as a part of a backend service). See README for more details.

New and improved

  • It's now possible to partially override the blockchain state in /utils/script/evaluate requests. An optional state request field can hold an object of the following structure:
    {
      "accounts": {
        "3PHEK5eM2RTwnrhWMzNxsAPANMoxamFH1GX": {
          "regularBalance": 100000000,
          "assetBalances": {
            "2thsACuHmzDMuNezPM32wg9a3BwUzBWDeSKakgz3cw21": 1000
          }
        }
      }
    }
    With these overrides during the evaluation, the regular balance of 3PHEK5eM2RTwnrhWMzNxsAPANMoxamFH1GX would be assumed to be 1 WAVES, and the amoun of 2thsACuHmzDMuNezPM32wg9a3BwUzBWDeSKakgz3cw21 on this address would be 0.00001.
  • Added Public Key field to /addresses/scriptInfo/{address} and GetScript responses.
  • Fix permissions change during DEB package upgrade.
  • Fixed paser to properly handle comments inside a tuple type.
  • Fixed decompiler to properly handle strings with escape characters.

Update notes

This is an optional release. There's no need to rebuild the state when upgrading from 1.4.18.

SHA256 Checksums

ca6a9b88d690863f7373b36c7f7bd1f65ba11cd423d9a09c112a95a7ed8512c1  waves-grpc-server_1.4.19_all.deb
8e77e76b1d399be255f070f783b4008b0931f0e009eeb111b08d08c999cdf72e  waves_1.4.19_all.deb
26906969f67a3f8aa8551625acbfddf0f80a7d8834d34b4f59dff71281042e17  waves-grpc-server-testnet_1.4.19_all.deb
e7dd1120c9bb94a3d027e939da394d4ede9c1dcb94c4f8d5e4784b08bab557d8  waves-testnet_1.4.19_all.deb
7e456d2859c97d01f0e85990b6e2da0063e0145b3e8787df8d382dcf091bfdc9  waves-all-1.4.19.jar
7501dc6997be7024a5450925ceae746541704f4e2e707e4468a4e86faccdfc9a  waves-grpc-server-1.4.19.tgz
34c38676eb6994db53ae27f05785d322364836467625c63e2ed5ea4b11bd0561  waves-ride-runner-all-1.4.19.jar
6ff2296dac7ae8db346321e93772dbd336432d52febcc8f22994be931f83d7bd  waves-ride-runner_1.4.19_all.deb