-
Notifications
You must be signed in to change notification settings - Fork 75
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 Mainnet Prerelease v6.0.18 #2767
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OriginTrail Mainnet Release 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
Fix/transactions timeout
Branches leveling
OriginTrail Devnet Prerelease v6.0.17
OriginTrail Devnet Release v6.0.17
OriginTrail Testnet Prerelease v6.0.17
OriginTrail Testnet Release v6.0.17
…ovider Implemented Fallback RPC Provider
…on-bump Bumped version to 6.0.18
OriginTrail Devnet Prerelease v6.0.18
OriginTrail Devnet Release v6.0.18
Fixed error message check
OriginTrail Devnet Prerelease v6.0.18 - Hotfix 1
OriginTrail Devnet Release v6.0.18 - Hotfix 1
OriginTrail Testnet Prerelease v6.0.18
OriginTrail Testnet Release v6.0.18
OriginTrail Testnet Release v6.0.18
…fixed FallbackProvider initialization, added additional blockchain calls/txs logs
KA Validation fix + Provider init fix + Additional logs
OriginTrail Testnet Release v6.0.18 - Hotfix 3
OriginTrail Devnet Release v6.0.18 - Hotfix 3
OriginTrail Testnet Prerelease v6.0.18 - Hotfix 2
OriginTrail Testnet Release v6.0.18 - Hotfix 2
NZT48
requested review from
branarakic,
djordjekovac and
zeroxbt
as code owners
November 6, 2023 15:33
u-hubar
approved these changes
Nov 6, 2023
Mihajlo-Pavlovic
approved these changes
Nov 6, 2023
NZT48
changed the title
OriginTrail Mainnet Release v6.0.18
OriginTrail Mainnet Prerelease v6.0.18
Nov 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
🧰 Maintenance
#TraceOn