Skip to content

Commit

Permalink
use vendor contracts replace git contracts (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
atenjin committed Dec 18, 2020
1 parent 864b30f commit 3f71403
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions bin/europa/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ ec-service = { path = "../../../client/service" }
ec-cli = { path = "../../../client/cli" }

# vendor
pallet-contracts = { version = "2.0.0", git = "https://github.com/paritytech/substrate", branch = "master" }
#pallet-contracts = { version = "2.0.0", path = "../../../vendor/substrate/frame/contracts" }
#pallet-contracts = { version = "2.0.0", git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-contracts = { version = "2.0.0", path = "../../../vendor/substrate/frame/contracts" }

europa-runtime = { path = "../runtime" }
europa-executor = { path = "../executor" }
Expand Down
4 changes: 2 additions & 2 deletions bin/europa/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0", git = "https:/
pallet-sudo = { version = "2.0.0", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }

# vendor
pallet-contracts = { version = "2.0.0", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
#pallet-contracts = { version = "2.0.0", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-contracts-primitives = { version = "2.0.0", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
pallet-contracts-rpc-runtime-api = { version = "0.8.0", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
#pallet-contracts = { version = "2.0.0", default-features = false, path = "../../../vendor/substrate/frame/contracts" }
pallet-contracts = { version = "2.0.0", default-features = false, path = "../../../vendor/substrate/frame/contracts" }
#pallet-contracts-primitives = { version = "2.0.0", default-features = false, path = "../../../vendor/substrate/frame/contracts/common" }
#pallet-contracts-rpc-runtime-api = { version = "0.8.0" , default-features = false, path = "../../../vendor/substrate/frame/contracts/rpc/runtime-api" }

Expand Down

0 comments on commit 3f71403

Please sign in to comment.