Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OriginTrail Testnet Release v6.0.17 #2748

Merged
merged 11 commits into from
Nov 3, 2023
Merged

Conversation

u-hubar
Copy link
Member

@u-hubar u-hubar commented Nov 3, 2023

Description

The 6.0.17 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)

🧰 Maintenance

Transform telemetry service to module (#2737)

#TraceOn

djordjekovac and others added 11 commits October 5, 2023 09:28
OriginTrail Mainnet Prerelease v6.0.16
* Transform telemtry-service to module

* Remove old telemetry files

* Remove unneeded logging

* Add telemetry module migration

* Add telemetry module enabled check before startin it

* Add ot-telemetry config

* Rename telemetry migration class and file

* Remove async from startTelemetryModule

* Rename telemetry-service to ot-telemetry

* Refine migration to only update user configuration telemetry settings

* Remove old telemetry configuration

* Fix version

* Use getModuleConfiguration to get implementation config

* Refactor sendTelemetryData to return a boolean for response success

* Remove unneeded enable field

* Fix onEvenetRecived -> onEventReceived typo

* Fix ot-telemetry configuration for testnet and mainnet

* Add unit test

* Use getModuleConfiguration without argument

* Revert package-lock changes

* Update tests

* Update tests

* Format files using Prettier

* Set better name for test

---------

Co-authored-by: Mihajlo Pavlovic <[email protected]>
Co-authored-by: Mihajlo Pavlovic <[email protected]>
Co-authored-by: Nikola Todorovic <[email protected]>
…g when proof is empty, removed duplicated SA record update, increased tx polling timeout to 120 seconds
OriginTrail Devnet Prerelease v6.0.17
OriginTrail Testnet Prerelease v6.0.17
@u-hubar u-hubar added bug Something isn't working improvement Improvements or enhancements to existing features release New release v6 Issue or development for OT-node version 6 labels Nov 3, 2023
@u-hubar u-hubar self-assigned this Nov 3, 2023
@NZT48 NZT48 merged commit bb9ef43 into v6/release/testnet Nov 3, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working improvement Improvements or enhancements to existing features release New release v6 Issue or development for OT-node version 6
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants