Releases: wavesplatform/gowaves
Releases · wavesplatform/gowaves
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
chainId
field to allbroadcast
requests
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
transactionHeightById
andtransactionById
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/headers
methods 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
key
andmatches
query parameters of/addresses/data
method added to REST API client - Fixed math context issue in Ride's
LogBigInt
function - Fixed issue with a complexity calculation in some cases of
invoke
function 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.
Improved Synchronisation Release
In this release
- Improved synchronisation on receiving a key-block that reference to not the last micro-block.
- Fixed issue of invalid signature generation for some micro-blocks.
- RIDE function to take list element by index implemented for RIDE v5.
- Less excessive logging, most of expected error messages moved to DEBUG level.
Bug fix release
In the release
- Fixed non-critical complexity discrepancy for few RIDE functions
- Fixed invalid script failure on invalid asset ID in Transfer script action
- Fixed an absence of sender's public key bytes while asset script validation
Please, update your MainNet nodes.