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.4.0 Hotfix 5 #3191

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

Mihajlo-Pavlovic
Copy link
Collaborator

  • OriginTrail Devnet Prerelease v6.4.0 Hotfix 4 (OriginTrail Devnet Prerelease v6.4.0 Hotfix 4 #3185)

  • OriginTrail Mainnet Prerelease v6.1.1 (OriginTrail Mainnet Prerelease v6.1.1 #2853)

  • Upp sharding table migration enabled

  • Update event insert in chunks

  • version bump

  • Add migration for makring staking events as processed

  • Updated migration executor added mark staking events as processed migration

  • Updated migration added await on get latest block

  • Updated migration for all contracts

  • Migration updated


This reverts commit d7cd260, reversing changes made to 491baf8.

  • Fix

  • Fix/handle state finalized events (Fix/handle state finalized events #3184)

  • Fix getKnowledgeAssetLocatorFromParanetId call in handleStateFinalizedEvents

  • Version bump

  • Correct version

  • Add more fixes

  • Fix contract call getKnowledgeAssetLocatorFromParanetId

  • Fix getKnowledgeAssetLocatorFromParanetId

  • Add check on state finalized to confirm that paranet repo exists

  • Fix getKALocator from Paranet ID in handling state finalized

  • Fix package lock



  • OriginTrail Devnet Prerelease v6.4.0 Hotfix 5 (OriginTrail Devnet Prerelease v6.4.0 Hotfix 5 #3188)

  • OriginTrail Mainnet Prerelease v6.1.1 (OriginTrail Mainnet Prerelease v6.1.1 #2853)

  • Upp sharding table migration enabled

  • Update event insert in chunks

  • version bump

  • Add migration for makring staking events as processed

  • Updated migration executor added mark staking events as processed migration

  • Updated migration added await on get latest block

  • Updated migration for all contracts

  • Migration updated


This reverts commit d7cd260, reversing changes made to 491baf8.

  • Fix

  • Fix/handle state finalized events (Fix/handle state finalized events #3184)

  • Fix getKnowledgeAssetLocatorFromParanetId call in handleStateFinalizedEvents

  • Version bump

  • Correct version

  • Add more fixes

  • Fix contract call getKnowledgeAssetLocatorFromParanetId

  • Fix getKnowledgeAssetLocatorFromParanetId

  • Add check on state finalized to confirm that paranet repo exists

  • Fix getKALocator from Paranet ID in handling state finalized

  • Fix package lock




Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

* OriginTrail Devnet Prerelease v6.4.0 Hotfix 4 (#3185)

* OriginTrail Mainnet Prerelease v6.1.1 (#2853)

* Upp sharding table migration enabled

* Update event insert in chunks

* version bump

* Add migration for makring staking events as processed

* Updated migration executor added mark staking events as processed migration

* Updated migration added await on get latest block

* Updated migration for all contracts

* Migration updated

---------



* Revert "OriginTrail Devnet Prerelease v6.2.0 Hotfix 10"

* Revert "Merge pull request #2965 from OriginTrail/revert-2964-v6/develop"

This reverts commit d7cd260, reversing
changes made to 491baf8.

* Fix

* Fix/handle state finalized events (#3184)

* Fix getKnowledgeAssetLocatorFromParanetId call in handleStateFinalizedEvents

* Version bump

* Correct version

* Add more fixes

* Fix contract call getKnowledgeAssetLocatorFromParanetId

* Fix getKnowledgeAssetLocatorFromParanetId

* Add check on state finalized to confirm that paranet repo exists

* Fix getKALocator from Paranet ID in handling state finalized

* Fix package lock

---------



---------





* OriginTrail Devnet Prerelease v6.4.0 Hotfix 5 (#3188)

* OriginTrail Mainnet Prerelease v6.1.1 (#2853)

* Upp sharding table migration enabled

* Update event insert in chunks

* version bump

* Add migration for makring staking events as processed

* Updated migration executor added mark staking events as processed migration

* Updated migration added await on get latest block

* Updated migration for all contracts

* Migration updated

---------



* Revert "OriginTrail Devnet Prerelease v6.2.0 Hotfix 10"

* Revert "Merge pull request #2965 from OriginTrail/revert-2964-v6/develop"

This reverts commit d7cd260, reversing
changes made to 491baf8.

* Fix

* Fix/handle state finalized events (#3184)

* Fix getKnowledgeAssetLocatorFromParanetId call in handleStateFinalizedEvents

* Version bump

* Correct version

* Add more fixes

* Fix contract call getKnowledgeAssetLocatorFromParanetId

* Fix getKnowledgeAssetLocatorFromParanetId

* Add check on state finalized to confirm that paranet repo exists

* Fix getKALocator from Paranet ID in handling state finalized

* Fix package lock

---------



* Fix/add syncing paranets at blockchain check (#3187)

* Add getParanetsBlockchains to repository module manager

* Add check paranets synced at blockchain in event listener

* Version bump

---------





---------

Co-authored-by: djordjekovac <djordje.kovacevic@origin-trail.com>
Co-authored-by: NZT48 <nikolaztodorovic26@gmail.com>
Co-authored-by: Branimir Rakic <33914812+branarakic@users.noreply.github.com>
@Mihajlo-Pavlovic Mihajlo-Pavlovic merged commit 43927a2 into v6/release/testnet Jun 7, 2024
3 checks passed
@Mihajlo-Pavlovic Mihajlo-Pavlovic changed the title OriginTrail Devnet Release v6.4.0 Hotfix 5 (#3189) (#3190) OriginTrail Testnet Release v6.4.0 Hotfix 5 Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant