updated lumera version#212
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
33609ee to
ffdd516
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Lumera protocol dependency from v1.7.2 to v1.8.0 across all modules, upgrades Go to version 1.25.1, and includes associated dependency updates. The changes also improve error handling in the verification flow and fix API compatibility issues.
Key changes:
- Updated Lumera protocol dependency from v1.7.2 to v1.8.0
- Upgraded Go version from 1.24.1 to 1.25.1
- Fixed error handling in configuration verification
- Updated protobuf serialization to use standard JSON encoding
Reviewed Changes
Copilot reviewed 9 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/system/go.mod | Updated Go version and dependencies for system tests |
| go.mod | Updated main module dependencies including Lumera and Cosmos SDK |
| cmd/sncli/go.mod | Updated CLI module dependencies |
| supernode/verifier/verifier.go | Fixed error return in checkSupernodeExists |
| supernode/cmd/start.go | Improved error handling in config verification |
| sdk/action/client.go | Fixed fee calculation with proper rounding |
| pkg/lumera/modules/action_msg/helpers.go | Changed from protojson to standard JSON encoding |
| cmd/sncli/cli/cmd_get_status.go | Updated field names for API compatibility |
| Makefile | Automated Lumera version detection from go.mod |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
5aba294 to
00fb457
Compare
No description provided.