-
Notifications
You must be signed in to change notification settings - Fork 592
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
vuong177
merged 12 commits into
osmosis-labs:main
from
notional-labs:vuong/refactor-wasmbinding
Jun 6, 2022
Merged
Move wasm-bindings code out of app #1673
vuong177
merged 12 commits into
osmosis-labs:main
from
notional-labs:vuong/refactor-wasmbinding
Jun 6, 2022
Commits on Jun 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cdde1f6 - Browse repository at this point
Copy the full SHA cdde1f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25eb879 - Browse repository at this point
Copy the full SHA 25eb879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d38bf5 - Browse repository at this point
Copy the full SHA 7d38bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f314b8 - Browse repository at this point
Copy the full SHA 0f314b8View commit details
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 323388b - Browse repository at this point
Copy the full SHA 323388bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c80b5ea - Browse repository at this point
Copy the full SHA c80b5eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9a51cf - Browse repository at this point
Copy the full SHA e9a51cfView commit details -
## 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
Configuration menu - View commit details
-
Copy full SHA for d80c2af - Browse repository at this point
Copy the full SHA d80c2afView commit details -
Delete unused simulator code (#1671)
* 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
Configuration menu - View commit details
-
Copy full SHA for f21e29e - Browse repository at this point
Copy the full SHA f21e29eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6957bd - Browse repository at this point
Copy the full SHA a6957bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a498db7 - Browse repository at this point
Copy the full SHA a498db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd6d135 - Browse repository at this point
Copy the full SHA bd6d135View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.