Skip to content

Releases: OriginTrail/dkg-engine

OriginTrail Freedom release v3.0.9

02 Oct 08:45
3f035b2

Choose a tag to compare

This release adds additional flexibility when sending transactions to Ethereum regarding the appropriate gasPrice. From now on, a node can choose which transactions to publish based on the current average gas price on the network and its settings in the config file, and for which it should delay sending until the gas price becomes acceptable again.

Changelog:

  • Added the maximum allowed gas price for which the node will send transactions (max_allowed_gas_price in the config file.). The default value is set to 50 gWei
  • Added ‘urgent’ parameter, which will force the node to publish the transaction regardless of gas price, added to import and replication API calls
  • If the average gas price is higher than the ‘max_allowed_gas_price’, and the parameter urgent is not set, the node will wait for 30 minutes, and then try again

OriginTrail Vostok release v2.0.59

01 Oct 08:15
a03b29b

Choose a tag to compare

This release adds additional flexibility when sending transactions to Ethereum regarding the appropriate gasPrice. From now on, a node can choose which transactions to publish based on the current average gas price on the network and its settings in the config file, and for which it should delay sending until the gas price becomes acceptable again.

Changelog:

  • Added the maximum allowed gas price for which the node will send transactions (max_allowed_gas_price in the config file.). The default value is set to 50 gWei
  • Added ‘urgent’ parameter, which will force the node to publish the transaction regardless of gas price, added to import and replication API calls
  • If the average gas price is higher than the ‘max_allowed_gas_price’, and the parameter urgent is not set, the node will wait for 30 minutes, and then try again

OriginTrail Vostok release v2.0.58

19 Jul 16:21

Choose a tag to compare

  • Reduced number of Blockchain requests

OriginTrail Vostok release v2.0.57

08 Jul 13:05
53f565a

Choose a tag to compare

  • Optimize event connection query (#945)
  • Use arangojs v6.10.0

OriginTrail Vostok release v2.0.56

22 Jun 13:42
bd197ff

Choose a tag to compare

OriginTrail Vostok release v2.0.55

09 May 15:23
07307bc

Choose a tag to compare

The 2.0.55 release brings following updates:

  • Prevent remote control to crash during 'finalize' command.
  • Allow disabling auto-payouts (#935)

OriginTrail Freedom release v3.0.7

09 May 15:22
48c532c

Choose a tag to compare

The 3.0.7 release brings following updates:

  • Prevent remote control to crash during 'finalize' command.
  • Use latest Kadence from v5 branch which includes fix for the Hashcash.
  • Use Churn plugin to filter invalid connections.
  • Allow disabling auto-payouts (#935)

OriginTrail Freedom release v3.0.6

16 Apr 12:09
d8c0570

Choose a tag to compare

The 3.0.6 release brings hot fix for event listener.

OriginTrail Vostok release v2.0.54

16 Apr 11:55
65843d8

Choose a tag to compare

The 2.0.54 release brings hot fix for event listener.

OriginTrail Vostok release v2.0.53

15 Apr 14:46
77f9761

Choose a tag to compare

The v2.0.53 release brings couple for last Vostok release:

  • Increase update check period.
  • Fix listener script.
  • Fix upgrading the container when certs are in /ot-node/ dir.
  • Support setting RPC URL using command line param.