Skip to content
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

refactor(v8): make internal/ public #1038

Merged
merged 5 commits into from
Apr 9, 2024
Merged

Conversation

Reecepbcups
Copy link
Member

@Reecepbcups Reecepbcups commented Mar 30, 2024

closes #869

Summary

Many teams (including myself) have needed internal logic. This is useful to share for docker, file writers, etc. for test interaction. Since this is a testing framework, I feel it is valid to do so vs copy pasting (bad UX). Some private methods were also make public for external usage without the parent wrapper logic (883f747).

  • mocktesting
  • testutil
  • dockerutil
  • blockdb

TODO:

Backport to v7 manually

Copy link

vercel bot commented Mar 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
interchaintest-docs ⬜️ Ignored (Inspect) Visit Preview Apr 9, 2024 8:45pm

@Reecepbcups Reecepbcups changed the title refactor: make actions internal/ public refactor(v8): make actions internal/ public Mar 30, 2024
@Reecepbcups Reecepbcups changed the title refactor(v8): make actions internal/ public refactor(v8): make internal/ public Mar 30, 2024
@Reecepbcups Reecepbcups marked this pull request as ready for review March 30, 2024 22:02
@Reecepbcups Reecepbcups requested a review from a team as a code owner March 30, 2024 22:02
@Reecepbcups Reecepbcups enabled auto-merge (squash) March 30, 2024 22:02
@Reecepbcups Reecepbcups merged commit 99bcbc1 into main Apr 9, 2024
19 checks passed
@Reecepbcups Reecepbcups deleted the reece/make-internal-public branch April 9, 2024 20:59
Reecepbcups added a commit that referenced this pull request Apr 28, 2024
Reecepbcups added a commit that referenced this pull request May 1, 2024
* migrate internal/ to outside (ref #1038)

* mv: blockdb & mocktesting back into internal/

* internal/ version
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.

(v7) make functions and packages public
2 participants