Skip to content

chore: improve sei-chain maintenance path#3564

Open
otjdiepluong wants to merge 1 commit into
sei-protocol:mainfrom
otjdiepluong:maint/20260609154239
Open

chore: improve sei-chain maintenance path#3564
otjdiepluong wants to merge 1 commit into
sei-protocol:mainfrom
otjdiepluong:maint/20260609154239

Conversation

@otjdiepluong

Copy link
Copy Markdown

Summary:

  • Add or tighten focused edge-case tests or type assertions in mod_test.go, evmrpc/test.go related to CI, Docker, Kubernetes, build tooling, release automation; avoid docs-only changes and broad refactors.
  • Keep the change narrow so it is straightforward to review.

Notes:

  • I kept this scoped to the relevant implementation and tests.

@cursor

cursor Bot commented Jun 9, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Test-only change to mod_test.go; no runtime or dependency behavior is modified.

Overview
Adds TestIsBannedModule, a table-driven unit test for the existing isBannedModule helper used by the go.mod / go.sum banned-dependency checks.

It covers exact upstream paths, major-version suffixes (e.g. ibc-go/v6), prefix-only paths that must not be banned (e.g. tm-db), empty input, and unrelated modules—locking in the intended matching behavior without changing production code.

Reviewed by Cursor Bugbot for commit 244866d. Bugbot is set up for automated code reviews on this repo. Configure here.

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