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