Version 0.8.9 (Mainnet & Testnet)
In this release:
- Fixed transactions sometimes not being placed back to utx after rollback
New settings:
- In
waves.synchronization.utx-synchronizer
,network-tx-cache-size
andnetwork-tx-cache-time
define timeouts in order for transactions from network not to be processed multiple times, default values are1000000
and10s
API Changes:
/transactions/sign
method for offline creation/signing of transaction of any type/transactions/broadcast
method to broadcast any json-formed transaction
Upgrade notes:
When updating from version 0.8.8, there's no need to delete blockchain or state files, just update executables. If you are updating from earlier versions, please be sure to read 0.8.8 release notes.