Skip to content

chipingress: enable StreamEvents method #1377

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

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

pkcll
Copy link
Contributor

@pkcll pkcll commented Jul 12, 2025

pkcll added 6 commits July 11, 2025 09:39
    This commit separates the chipingress package into an independent Go module
    to enable better dependency management and independent versioning.

    **New Module Structure:**
    - Create pkg/chipingress/go.mod with module path github.com/smartcontractkit/chainlink-common/pkg/chipi
ngress

    **Main Module Updates:**
    - Add chipingress as explicit dependency in require block
    - Move CloudEvents dependencies to indirect section (now pulled via chipingress)

    **Benefits:**
    - Independent versioning of chipingress module
    - Cleaner dependency separation and reduced coupling
    - Enhanced modularity for potential standalone usage
    - Isolated testing and development workflow
- Remove local replace directive for chipingress module
- Update chipingress dependency to use tagged version v1.0.0
- Enable proper Go module versioning for chipingress
- Maintain backward compatibility with existing import paths
Base automatically changed from INFOPLAT-2656-separate-chipingress-module to main July 15, 2025 13:29
Copy link

This PR is stale because it has been open 30 days with no activity.
Remove the stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant