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

* Refactored v1/v010 contracts to be in the same path #1126

Merged
merged 7 commits into from
Sep 11, 2022

Commits on Sep 5, 2022

  1. * Refactored v1/v010 contracts to be in the same path

    * Refactored test contract path - fuck having random contracts in the go module rather than with the other contracts, and refactored most of the hard coded paths so it's easier to move around. Still need to do some work here, but for now I mostly want to see that test pass and shit
    * Deleted schema package (the one in our cw1.0 repo is the same, no need to keep this here)
    Cashmaney committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    fdb2907 View commit details
    Browse the repository at this point in the history
  2. Forgot one

    Cashmaney committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    32e2e9e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    632f62b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/cosmwasm-v1' into refactored-tes…

    …t-contracts
    
    # Conflicts:
    #	x/compute/internal/keeper/test_common.go
    Cashmaney committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    cfa439b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Testing passing locally -

    Moved all the paths to be defined in test_common.go
    Cashmaney committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    531730d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d6901 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Another old contract path

    Cashmaney committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    1d3582f View commit details
    Browse the repository at this point in the history