Version 0.17.4 RC2 (Testnet)
Pre-release
Pre-release
In This Release
This is the Release Candidate for the upcoming Mainnet Release.
Node:
- When Waves directory is not defined explicitly in a config file or via system property, default paths will include network-specific suffixes, e.g. waves-mainnet or waves-devnet. For custom networks, suffix contains base16-encoded network byte (e.g. waves-custom-FF).
- Protobuf/gRPC schemes have been updated.
- Command-line interface for node and tools has been improved. Use
waves --help
for mainnet nodes installed from DEB package andjava -jar waves-all.jar --help
when running a fat jar. - UTX pool will now pack at least one transaction into a microblock, even if it takes very long to validate. This will prevent miners from mining empty blocks under heavy load.
- UTX cleanup will run just once when height changes, not every time a key block is received from multiple peers.
RIDE:
- Decompiler now outputs
match-case
structure - RIDE Api updates, including:
lastIndexOf
functions addedtoString
functions added forAddress
structureextractWithErrorMessage
function removedvalueWithErrorMessage
function renamed tovalueOrErrorMessage
- updated
AssetInfo
structure now containsassetId
field and itstotalAmount
field was renamed toquantity
Update Notes
When updating from any previous version, node owners need to perform one of these actions:
- rebuild from scratch
- import a blockchain snapshot or use
blockchain.dat
from http://blockchain.testnet.wavesnodes.com/
more on this in the docs
SHA256 Checksums
f6d40c32315577b09d99def454810a75b840ed21b6a7bbfa30441168f5852237 waves-all-0.17.4.jar
b5fa6c5fcbbf031ae40efad88c9f0ab82d7aedc46475578c4d434d7cbfb74726 waves-testnet_0.17.4_all.deb
57f0cf6a76083b1bb2964f3c5baef9293afe9598c96c142a151d0c451a2b069b grpc-server-0.17.4.zip