Releases: wavesplatform/gowaves
Releases · wavesplatform/gowaves
Version 0.11.1 (Tooling Pre-Release 2)
In this release
This release introduces the commit utility. It allows you to create a CommitToGeneration transaction and pipe it to the convert utility for signing.
./commit -height <PERIOD_START_HEIGHT> -private-key <PRIVATE_KEY_BASE58> | ./convert -private-key <PRIVATE_KEY_BASE58> -to-jsonNOTE: The node itself is still in an early testing phase and is not intended for production use.
Version 0.11.0 (Feature 25 Tooling Pre-Release)
In this release
This release primarily provides tools and libraries with support for Feature 25 "Deterministic Finality and Ride V9".
The node itself is still in an early testing phase and is not intended for production use.
- The
convertutility now supports signing and broadcasting the new transaction type 19CommitToGeneration.
Version 0.10.6 (Features 20 and 21)
In the release
- Support for Feature 20 "Capped XTN Buy-back and DAO Amounts"
- Support for Feature 21 "XTN Buy-back Cessation"
- REST API rate limiter is on by default and can be configured by new node CLI parameter
- REST API Client adds
chainIdfield to allbroadcastrequests
Full Changelog: v0.10.5...v0.10.6
Version 0.10.5 (Feature 19 "Block Reward Distribution")
In this release
- Support for Feature 19 "Block Reward Distribution" (WEP-14)
- Ride compiler implemented
- REST API improvements
- Fixed issue with Ride functions
transactionHeightByIdandtransactionById
Version 0.10.4
In this release
- Support for Feature 18 "Consensus and MetaMask updates"
- REST API Client cleanup to match the current state of Waves node REST API
- Wallet utility updated, new option to import seeds in Scala format added.
- Fixed issue with size check of bytes strings in Ride
Version 0.10.3
In this release
- Numerous fixes to the REST API client
- Fixed validation of payments in a nested invoke call
- Added gRPC server reflection, Postman and other tools can get gRPC schema from the node
Version 0.10.2
In this release
- Improved compatibility of Eth API with latest Metamask versions
blocks/headersmethods added to REST APItransactions/broadcast/API method fixed- REST API client improvements and fixes
- Various validation issues fixed
- Blockchain import speed improvements
Version 0.10.1
In this release
- Support for
keyandmatchesquery parameters of/addresses/datamethod added to REST API client - Fixed math context issue in Ride's
LogBigIntfunction - Fixed issue with a complexity calculation in some cases of
invokefunction failure
Zegema Compatibility Release
In the release
- Full consensus compatibility with Waves 1.4.x Zegema
- Support for Ethereum transaction and API
- RIDE v6 support
Update notes
This release brings a new version of state storage. Please, re-import or re-synchronise node's state from scratch.
Jumeirah Compatibility Release
In the release
- Full consensus compatibility with Waves 1.3.x Jumeirah
- dApp-to-dApp invocation
- RIDE v5 support
Update notes
This release brings a new version of state storage. Please, re-import or re-synchronise node's state from scratch.