Skip to content

Commit

Permalink
Move test-contracts to contracts/test
Browse files Browse the repository at this point in the history
Needed for workspace optimizer as we are now using test contract
binaries with tests
  • Loading branch information
JakeHartnell committed Sep 15, 2023
1 parent 5e64f30 commit d936210
Show file tree
Hide file tree
Showing 57 changed files with 42 additions and 42 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ members = [
"contracts/proposal/*",
"contracts/pre-propose/*",
"contracts/staking/*",
"contracts/test/*",
"contracts/voting/*",
"packages/*",
"test-contracts/*",
"ci/*",
]
exclude = ["ci/configs/", "wasmvm/libwasmvm"]
Expand Down Expand Up @@ -105,12 +105,12 @@ dao-pre-propose-single = { path = "./contracts/pre-propose/dao-pre-propose-singl
dao-proposal-condorcet = { path = "./contracts/proposal/dao-proposal-condorcet", version = "2.2.0" }
dao-proposal-multiple = { path = "./contracts/proposal/dao-proposal-multiple", version = "2.2.0" }
dao-proposal-single = { path = "./contracts/proposal/dao-proposal-single", version = "2.2.0" }
dao-proposal-sudo = { path = "./test-contracts/dao-proposal-sudo", version = "2.2.0" }
dao-proposal-hook-counter = { path = "./test-contracts/dao-proposal-hook-counter", version = "2.2.0" }
dao-test-custom-factory = { path = "./test-contracts/dao-test-custom-factory", version = "*" }
dao-proposal-sudo = { path = "./contracts/test/dao-proposal-sudo", version = "2.2.0" }
dao-proposal-hook-counter = { path = "./contracts/test/dao-proposal-hook-counter", version = "2.2.0" }
dao-test-custom-factory = { path = "./contracts/test/dao-test-custom-factory", version = "*" }
dao-testing = { path = "./packages/dao-testing", version = "2.2.0" }
dao-voting = { path = "./packages/dao-voting", version = "2.2.0" }
dao-voting-cw20-balance = { path = "./test-contracts/dao-voting-cw20-balance", version = "2.2.0" }
dao-voting-cw20-balance = { path = "./contracts/test/dao-voting-cw20-balance", version = "2.2.0" }
dao-voting-cw20-staked = { path = "./contracts/voting/dao-voting-cw20-staked", version = "2.2.0" }
dao-voting-cw4 = { path = "./contracts/voting/dao-voting-cw4", version = "2.2.0" }
dao-voting-cw721-roles = { path = "./contracts/voting/dao-voting-cw721-roles", version = "*" }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d936210

Please sign in to comment.