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

Remove circuit module #7715

Merged
merged 4 commits into from
Dec 18, 2024
Merged

Remove circuit module #7715

merged 4 commits into from
Dec 18, 2024

Conversation

ikalyak
Copy link
Contributor

@ikalyak ikalyak commented Dec 17, 2024

Description

closes: #7700


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against the correct branch (see CONTRIBUTING.md).
  • Linked to GitHub issue with discussion and accepted design, OR link to spec that describes this work.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/).
  • Added relevant godoc comments.
  • Provide a conventional commit message to follow the repository standards.
  • Include a descriptive changelog entry when appropriate. This may be left to the discretion of the PR reviewers. (e.g. chores should be omitted from changelog)
  • Re-reviewed Files changed in the GitHub PR explorer.
  • Review SonarCloud Report in the comment section below once CI passes.

@gjermundgaraba
Copy link
Contributor

gjermundgaraba commented Dec 17, 2024

Hey @ikalyak, thanks for the PR. Not entirely sure the background for this. It would be helpful if you added some context on why you think the circuit module should be removed.

@ikalyak
Copy link
Contributor Author

ikalyak commented Dec 17, 2024

@gjermundgaraba hello, this #7700

Copy link
Member

@damiannolan damiannolan left a comment

Choose a reason for hiding this comment

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

Awesome thanks @ikalyak! Could you also remove it from the 08-wasm/testing/simapp?

I think we can keep it in the root ./simapp which we build docker images from in case its even needed for some e2e testing.

@gjermundgaraba the idea was to keep the simapp used for unit testing library as lightweight/trim as possible as circuit isn't a strict requirement for sdk apps.
There may also be other modules that could be removed but I haven't gone through it in depth.

@ikalyak ikalyak requested a review from srdtrk as a code owner December 18, 2024 10:45
Copy link
Member

@damiannolan damiannolan left a comment

Choose a reason for hiding this comment

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

Thank you @ikalyak!

@damiannolan damiannolan added this pull request to the merge queue Dec 18, 2024
auto-merge was automatically disabled December 18, 2024 11:42

Pull Request is not mergeable

auto-merge was automatically disabled December 18, 2024 11:42

Pull Request is not mergeable

auto-merge was automatically disabled December 18, 2024 11:42

Pull Request is not mergeable

auto-merge was automatically disabled December 18, 2024 11:43

Pull Request is not mergeable

auto-merge was automatically disabled December 18, 2024 11:44

Pull Request is not mergeable

auto-merge was automatically disabled December 18, 2024 11:44

Pull Request is not mergeable

auto-merge was automatically disabled December 18, 2024 11:44

Pull Request is not mergeable

auto-merge was automatically disabled December 18, 2024 11:44

Pull Request is not mergeable

auto-merge was automatically disabled December 18, 2024 11:44

Pull Request is not mergeable

auto-merge was automatically disabled December 18, 2024 11:44

Pull Request is not mergeable

auto-merge was automatically disabled December 18, 2024 11:44

Pull Request is not mergeable

Merged via the queue into cosmos:main with commit 39d8547 Dec 18, 2024
78 of 79 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.

Potentially remove circuit module from testing simapp
4 participants