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

Move wasm-bindings code out of app #1673

Merged
merged 12 commits into from
Jun 6, 2022
Merged

Move wasm-bindings code out of app #1673

merged 12 commits into from
Jun 6, 2022

Conversation

vuong177
Copy link
Contributor

@vuong177 vuong177 commented Jun 5, 2022

Closes: #1667

What is the purpose of the change

  • Refactor /app/wasm to /wasmbindings

Testing and Verifying

This change is a trivial rework / code cleanup without any test coverage.

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes? no
  • Is a relevant changelog entry added to the Unreleased section in CHANGELOG.md? no
  • How is the feature or change documented? not applicable

@github-actions github-actions bot added the C:app-wiring Changes to the app folder label Jun 5, 2022
@vuong177 vuong177 marked this pull request as ready for review June 6, 2022 11:05
@vuong177 vuong177 requested a review from a team June 6, 2022 11:05
Copy link
Member

@p0mvn p0mvn left a comment

Choose a reason for hiding this comment

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

utACK - skimmed, LGTM. Thanks for the change @vuong177

## What is the purpose of the change

Fixes `make format`, needed `mvdan.cc` added to tools directory.

## Brief Changelog

* Add mvdan.cc/gofumpt to tools folder
* Restrict it to only run on `app/ x/ ante/`, it has this annoying problem that it cannot run on the entire root folder because it reads the `.git` folder. It inherits the problem from `gofmt` that it cannot ignore a particular directory.

## Testing and Verifying

This change is a trivial rework / code cleanup without any test coverage.

## Documentation and Release Note

  - Does this pull request introduce a new feature or user-facing behavior changes? no
  - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? no
  - How is the feature or change documented? Should land into contributing.md once its here
Copy link
Member

@ValarDragon ValarDragon left a comment

Choose a reason for hiding this comment

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

LGTM, but needs a breaking change changelog entry (API break!)

Thanks for making this!

* Delete unused simulator code

* Add hourly epochs to the x/epochs DefaultGenesis

* Add changelog

* Delete the unused x/gamm/simulation folder

* Fix epochs module tests for updated DefaultGenesis
@github-actions github-actions bot added C:x/epochs C:x/gamm Changes, features and bugs related to the gamm module. C:x/mint C:x/txfees Type:build labels Jun 6, 2022
@vuong177 vuong177 merged commit 1a00f91 into osmosis-labs:main Jun 6, 2022
@vuong177 vuong177 deleted the vuong/refactor-wasmbinding branch June 6, 2022 23:16
@vuong177
Copy link
Contributor Author

vuong177 commented Jun 7, 2022

Thanks for your reviews !

@github-actions github-actions bot mentioned this pull request Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:app-wiring Changes to the app folder C:x/epochs C:x/gamm Changes, features and bugs related to the gamm module. C:x/mint C:x/txfees
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move wasm-bindings code out of app
5 participants