Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
The purpose of this PR is to upgrade the Lumera module to version v1.0.1 across the codebase, updating import paths and go.mod dependencies accordingly.
- Upgrade github.com/LumeraProtocol/lumera from v0.4.5 to v1.0.1
- Update import paths to include the new v1 endpoints for action and supernode modules
- Adjust GitHub workflows to set GOPRIVATE for github.com/LumeraProtocol/lumera, fixing a checksum issue
Reviewed Changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/system/go.mod | Updated Lumera dependency version |
| tests/system/e2e_cascade_test.go | Adjusted import path for action module to v1 |
| supernode/services/cascade/helper.go | Updated action types import to use new v1 path |
| supernode/services/cascade/adaptors/mocks/lumera_mock.go | Updated mocks imports to use v1 paths |
| supernode/services/cascade/adaptors/lumera.go | Updated import paths for both action and supernode modules |
| sdk/adapters/lumera/adapter.go | Updated import paths for action and supernode modules |
| pkg/testutil/lumera.go | Updated test utility imports to use v1 paths |
| pkg/lumera/modules/supernode/supernode_mock.go | Updated supernode mocks import to v1 |
| pkg/lumera/modules/supernode/interface.go | Updated supernode interface import to v1 |
| pkg/lumera/modules/supernode/impl.go | Updated supernode implementation import to v1 |
| pkg/lumera/modules/action_msg/impl.go | Updated action_msg implementation import to v1 |
| pkg/lumera/modules/action/interface.go | Updated action interface import to v1 |
| pkg/lumera/modules/action/impl.go | Updated action implementation import to v1 |
| pkg/lumera/modules/action/action_mock.go | Updated action mocks import to v1 |
| go.mod | Upgraded lumera version and adjusted replace directive |
| .github/workflows/tests.yml | Added GOPRIVATE config for Lumera dependency in various test steps |
| .github/workflows/build&relase.yml | Added GOPRIVATE config to fix the Lumera module checksum issue |
j-rafique
approved these changes
May 16, 2025
This file contains hidden or 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
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.
No description provided.