Skip to content

Commit

Permalink
Remove unneeded files
Browse files Browse the repository at this point in the history
  • Loading branch information
tasiov committed Mar 14, 2024
1 parent 27abe35 commit 74abf03
Show file tree
Hide file tree
Showing 69 changed files with 28 additions and 28,446 deletions.
4 changes: 4 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[alias]
wasm = "build --lib --release --target wasm32-unknown-unknown"
wasm-debug = "build --target wasm32-unknown-unknown"
unit-test = "test --lib -- --nocapture"
43 changes: 0 additions & 43 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,49 +9,6 @@ homepage = "https://stargaze.zone"
repository = "https://github.com/public-awesome/marketplace"
license = "BUSL-1.1"

[workspace.dependencies]
stargaze-fair-burn = { version = "1.0.2", features = ["library"] }
stargaze-royalty-registry = { version = "0.1.0", features = ["library"] }
sg-marketplace = { path = "contracts/marketplace", features = ["library"] }
sg-marketplace-common = { path = "packages/sg-marketplace-common" }
sg-index-query = { version = "0.1.1" }
sg721-base = { version = "2.1.0", features = ["library"] }
sg721 = { version = "2.1.0", features = ["library"] }
vending-factory = { version = "2.1.0", features = ["library"] }
vending-minter = { version = "2.1.0", features = ["library"] }
base-minter = { version = "2.1.0", features = ["library"] }
base-factory = { version = "2.1.0", features = ["library"] }
sg1 = "2.1.0"
sg2 = "2.1.0"
sg4 = "2.1.0"
sg-controllers = "2.1.0"
sg-std = "2.1.0"
cosmwasm-schema = "1.2.1"
cosmwasm-std = "1.2.1"
cosmwasm-storage = "1.2.1"
cw-address-like = "1.0.4"
cw-storage-macro = "0.16.0"
cw-storage-plus = "0.16.0"
cw-controllers = "0.16.0"
cw2 = "0.16.0"
cw20 = "0.16.0"
cw721 = "0.16.0"
cw721-base = { version = "0.16.0", features = ["library"] }
cw-utils = "0.16.0"
schemars = "0.8.11"
semver = "1.0.16"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
thiserror = "1.0.31"
anyhow = "1.0.41"
regex = "1.8.3"

# dev-dependencies
cw-multi-test = "0.16.0"
sg-multi-test = "2.1.0"
test-suite = "2.1.0"
mockall = "0.11.4"
cute = "0.3.0"

[profile.release.package.sg-marketplace]
codegen-units = 1
incremental = false
Expand Down
46 changes: 23 additions & 23 deletions contracts/reserve-auction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,28 @@ library = []

[dependencies]
sg-marketplace-common = { version = "1.1.0" }
stargaze-fair-burn = { workspace = true }
cosmwasm-schema = { workspace = true }
cosmwasm-std = { workspace = true }
cw-storage-macro = { workspace = true }
cw-storage-plus = { workspace = true }
cw-utils = { workspace = true }
cw2 = { workspace = true }
cw721 = { workspace = true }
cw721-base = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true }
sg-std = { workspace = true }
sg1 = { workspace = true }
sg721-base = { workspace = true }
thiserror = { workspace = true }
stargaze-fair-burn = { version = "1.0.2", features = ["library"] }
cosmwasm-schema = "1.2.1"
cosmwasm-std = "1.2.1"
cw-storage-macro = "0.16.0"
cw-storage-plus = "0.16.0"
cw-utils = "0.16.0"
cw2 = "0.16.0"
cw721 = "0.16.0"
cw721-base = { version = "0.16.0", features = ["library"] }
schemars = "0.8.11"
serde = { version = "1.0.145", default-features = false, features = ["derive"] }
sg-std = "2.1.0"
sg1 = "2.1.0"
sg721-base = { version = "2.1.0", features = ["library"] }
thiserror = "1.0.31"

[dev-dependencies]
cw-multi-test = { workspace = true }
sg-multi-test = { workspace = true }
sg2 = { workspace = true }
sg721 = { workspace = true }
vending-minter = { workspace = true }
anyhow = { workspace = true }
test-suite = { workspace = true }
regex = { workspace = true }
cw-multi-test = "0.16.0"
sg-multi-test = "2.1.0"
sg2 = "2.1.0"
sg721 = { version = "2.1.0", features = ["library"] }
vending-minter = { version = "2.1.0", features = ["library"] }
anyhow = "1.0.41"
test-suite = "2.1.0"
regex = "1.8.3"
76 changes: 0 additions & 76 deletions justfile

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stargazezone/marketplace-contracts",
"name": "@stargazezone/marketplace",
"version": "0.1.0",
"private": true,
"main": "./dist/index.js",
Expand Down
36 changes: 0 additions & 36 deletions scripts/download-core-artifacts.sh

This file was deleted.

37 changes: 0 additions & 37 deletions scripts/download-launchpad-artifacts.sh

This file was deleted.

9 changes: 0 additions & 9 deletions typescript/.prettierrc.js

This file was deleted.

6 changes: 0 additions & 6 deletions typescript/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions typescript/packages/e2e-tests/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions typescript/packages/e2e-tests/configs/chain_config.json

This file was deleted.

27 changes: 0 additions & 27 deletions typescript/packages/e2e-tests/configs/test_accounts.json

This file was deleted.

11 changes: 0 additions & 11 deletions typescript/packages/e2e-tests/jest.config.ts

This file was deleted.

33 changes: 0 additions & 33 deletions typescript/packages/e2e-tests/package.json

This file was deleted.

Loading

0 comments on commit 74abf03

Please sign in to comment.