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

Commits on Jun 5, 2022

  1. refactor wasmbing

    vuong177 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    cdde1f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25eb879 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d38bf5 View commit details
    Browse the repository at this point in the history
  4. README in wasmbinding

    vuong177 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    0f314b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. minor

    vuong177 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    323388b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c80b5ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9a51cf View commit details
    Browse the repository at this point in the history
  4. Fix make format (#1693)

    ## 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
    ValarDragon authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    d80c2af View commit details
    Browse the repository at this point in the history
  5. 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
    ValarDragon authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    f21e29e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6957bd View commit details
    Browse the repository at this point in the history
  7. update CHANGELOG

    vuong177 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a498db7 View commit details
    Browse the repository at this point in the history
  8. minor

    vuong177 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    bd6d135 View commit details
    Browse the repository at this point in the history