Skip to content

use plugin-kit go module to register to massa station rather than hello world plugin pkg#336

Merged
fleandrei merged 1 commit intomainfrom
update_plugin_registration_dependance
Oct 3, 2025
Merged

use plugin-kit go module to register to massa station rather than hello world plugin pkg#336
fleandrei merged 1 commit intomainfrom
update_plugin_registration_dependance

Conversation

@fleandrei
Copy link
Contributor

@fleandrei fleandrei commented Oct 1, 2025

No description provided.

@fleandrei fleandrei requested a review from Copilot October 1, 2025 10:49
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the plugin registration mechanism to use the official plugin-kit Go module from massa station instead of the hello world plugin package. The changes modernize the plugin architecture by adopting the standard plugin-kit interface and updating Go toolchain requirements.

  • Replaces hello world plugin dependency with official plugin-kit module
  • Updates Go version to 1.24.6 (removing separate toolchain specification)
  • Fixes string formatting in error message

Reviewed Changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.

File Description
plugin/int/api/api.go Updates import and function call to use plugin-kit instead of hello world plugin
plugin/go.mod Removes hello world plugin dependency and adds plugin-kit, updates Go version
plugin/int/server/manager.go Fixes error message formatting to prevent potential issues

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@fleandrei fleandrei requested a review from peterjah October 1, 2025 14:00
@fleandrei fleandrei merged commit 8398a35 into main Oct 3, 2025
34 of 36 checks passed
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.

3 participants