Releases: OriginTrail/dkg-engine
OriginTrail Freedom release v3.0.9
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
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
- Reduced number of Blockchain requests
OriginTrail Vostok release v2.0.57
- Optimize event connection query (#945)
- Use arangojs v6.10.0
OriginTrail Vostok release v2.0.56
- expand parameters
OriginTrail Vostok release v2.0.55
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
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
The 3.0.6 release brings hot fix for event listener.
OriginTrail Vostok release v2.0.54
The 2.0.54 release brings hot fix for event listener.
OriginTrail Vostok release v2.0.53
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.