Skip to content

Commit

Permalink
move test-utils into new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Oct 6, 2023
1 parent bebb1f7 commit 28dbbc1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 169 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@ semver = { version = "1.0.18" }
anyhow = { version = "1.0.72" }
thiserror = { version = "1.0.37" }

# families
ibcx-test-utils = { version = "0.1.1" }

# local dependencies
ibcx-airdrop = { path = "contracts/airdrop" }
ibcx-core = { path = "contracts/core" }
ibcx-periphery = { path = "contracts/periphery" }

ibcx-utils = { path = "packages/utils" }
ibcx-test-utils = { path = "packages/test-utils" }
ibcx-math = { path = "packages/math" }
ibcx-pool = { path = "packages/pool" }
ibcx-interface = { path = "packages/interface" }
23 changes: 0 additions & 23 deletions packages/test-utils/Cargo.toml

This file was deleted.

90 changes: 0 additions & 90 deletions packages/test-utils/src/app.rs

This file was deleted.

7 changes: 0 additions & 7 deletions packages/test-utils/src/lib.rs

This file was deleted.

47 changes: 0 additions & 47 deletions packages/test-utils/src/querier.rs

This file was deleted.

Binary file removed packages/test-utils/src/querier.wasm
Binary file not shown.

0 comments on commit 28dbbc1

Please sign in to comment.