Skip to content

OriginTrail Mainnet Release v6.0.18

Compare
Choose a tag to compare
@NZT48 NZT48 released this 06 Nov 17:02
· 1998 commits to v6/release/mainnet since this release
719b189

Description

The 6.0.18 release brings several noteworthy improvements aiming to fix issues when the ot-node submits erroneous transactions, which will reduce the number of failed transactions on the blockchain. The transaction timeout is increased to 120 seconds from 50s. Additional error handling has been added to commits and proofs commands, and a patch has been added to ensure nodes do not send empty proofs. The commit and proof retries have been improved and the gas is increased properly between retries. Removed a redundant service agreement record update in the operational database. The telemetry service has been upgraded to a module.

🌟 Improvements

  • Increased txs polling timeout to 120 seconds (#2741)
  • Added error handling for commits/proofs commands (#2741)
  • Added check if calculated proof isn't empty (#2741)
  • Improved commits/proofs commands retries (#2741)
  • Removed duplicated SA record update in the operational db (#2741)
  • Fallback RPC provider (#2749)
  • KA Validation fix (#2761)
  • Additional logs (#2761)

🧰 Maintenance

  • Transform telemetry service to module (#2737)

#TraceOn