Skip to content

Releases: wavesplatform/gowaves

Version 0.11.1 (Tooling Pre-Release 2)

31 Mar 14:57
v0.11.1
6f6bc8b

Choose a tag to compare

Pre-release

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-json

NOTE: 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)

24 Mar 07:42
v0.11.0

Choose a tag to compare

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 convert utility now supports signing and broadcasting the new transaction type 19 CommitToGeneration.

Version 0.10.6 (Features 20 and 21)

15 Jun 14:36
v0.10.6
df50e74

Choose a tag to compare

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 all broadcast requests

Full Changelog: v0.10.5...v0.10.6

Version 0.10.5 (Feature 19 "Block Reward Distribution")

23 May 08:49
v0.10.5
e53aedd

Choose a tag to compare

In this release

  • Support for Feature 19 "Block Reward Distribution" (WEP-14)
  • Ride compiler implemented
  • REST API improvements
  • Fixed issue with Ride functions transactionHeightById and transactionById

Version 0.10.4

03 Mar 10:41
v0.10.4
39a4229

Choose a tag to compare

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

14 Dec 11:06
v0.10.3
d2fc4e3

Choose a tag to compare

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

20 Oct 06:18
v0.10.2
4ea0b32

Choose a tag to compare

In this release

  • Improved compatibility of Eth API with latest Metamask versions
  • blocks/headers methods added to REST API
  • transactions/broadcast/ API method fixed
  • REST API client improvements and fixes
  • Various validation issues fixed
  • Blockchain import speed improvements

Version 0.10.1

10 Aug 12:49
v0.10.1
56259d4

Choose a tag to compare

In this release

  • Support for key and matches 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

02 Aug 07:48
v0.10.0
43178ac

Choose a tag to compare

In the release

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

16 Jun 08:57
f595426

Choose a tag to compare

In the release

Update notes

This release brings a new version of state storage. Please, re-import or re-synchronise node's state from scratch.