Skip to content

Commit

Permalink
Encointer pallet to master branch, compatible with polkadot-v0.9.28
Browse files Browse the repository at this point in the history
  • Loading branch information
echevrier committed Nov 9, 2022
1 parent c0d7bb2 commit 8816c5c
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 46 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ encointer-api-client-extension = { path = "./encointer-api-client-extension" }
encointer-node-notee-runtime = { path = "../runtime" }

# encointer deps
encointer-primitives = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
encointer-ceremonies-assignment = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-balances = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-ceremonies = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-communities = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-scheduler = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
encointer-primitives = { git = "https://github.com/encointer/pallets", branch = "master" }
encointer-ceremonies-assignment = { git = "https://github.com/encointer/pallets", branch = "master" }
pallet-encointer-balances = { git = "https://github.com/encointer/pallets", branch = "master" }
pallet-encointer-ceremonies = { git = "https://github.com/encointer/pallets", branch = "master" }
pallet-encointer-communities = { git = "https://github.com/encointer/pallets", branch = "master" }
pallet-encointer-scheduler = { git = "https://github.com/encointer/pallets", branch = "master" }

# scs deps
substrate-api-client = { git = "https://github.com/scs/substrate-api-client.git", branch = "polkadot-v0.9.28" }
Expand Down
4 changes: 2 additions & 2 deletions client/encointer-api-client-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ serde_json = { version = "1.0.79"}
serde = { features = ["derive"], version = "1.0.132" }

# encointer deps
encointer-primitives = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
encointer-ceremonies-assignment = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
encointer-primitives = { git = "https://github.com/encointer/pallets", branch = "master" }
encointer-ceremonies-assignment = { git = "https://github.com/encointer/pallets", branch = "master" }

# scs deps
substrate-api-client = { git = "https://github.com/scs/substrate-api-client.git", branch = "polkadot-v0.9.28"}
Expand Down
16 changes: 8 additions & 8 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/pari
# encointer dependencies
encointer-node-notee-runtime = { path = "../runtime" }

pallet-encointer-ceremonies-rpc = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28"}
pallet-encointer-ceremonies-rpc-runtime-api = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28"}
pallet-encointer-communities-rpc = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28"}
pallet-encointer-communities-rpc-runtime-api = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28"}
pallet-encointer-bazaar-rpc = {git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28"}
pallet-encointer-bazaar-rpc-runtime-api = {git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28"}
encointer-balances-tx-payment-rpc-runtime-api = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
encointer-balances-tx-payment-rpc = { git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-ceremonies-rpc = { git = "https://github.com/encointer/pallets", branch = "master"}
pallet-encointer-ceremonies-rpc-runtime-api = { git = "https://github.com/encointer/pallets", branch = "master"}
pallet-encointer-communities-rpc = { git = "https://github.com/encointer/pallets", branch = "master"}
pallet-encointer-communities-rpc-runtime-api = { git = "https://github.com/encointer/pallets", branch = "master"}
pallet-encointer-bazaar-rpc = {git = "https://github.com/encointer/pallets", branch = "master"}
pallet-encointer-bazaar-rpc-runtime-api = {git = "https://github.com/encointer/pallets", branch = "master"}
encointer-balances-tx-payment-rpc-runtime-api = { git = "https://github.com/encointer/pallets", branch = "master" }
encointer-balances-tx-payment-rpc = { git = "https://github.com/encointer/pallets", branch = "master" }

# CLI-specific dependencies
try-runtime-cli = { version = "0.10.0-dev", optional = true, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.28" }
Expand Down
22 changes: 11 additions & 11 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ scale-info = { version = "2.1.1", default-features = false, features = ["derive"
serde = { features = ["derive"], optional = true, version = "1.0.136" } # added by encointer

# encointer deps
encointer-primitives = { default-features = false, git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
encointer-balances-tx-payment = { default-features = false, git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
encointer-balances-tx-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-balances = { default-features = false, git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-bazaar = { default-features = false, git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-bazaar-rpc-runtime-api = { default-features = false, git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-ceremonies = { default-features = false, git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-ceremonies-rpc-runtime-api = { default-features = false, git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-communities = { default-features = false, git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-communities-rpc-runtime-api = { default-features = false, git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
pallet-encointer-scheduler = { default-features = false, git = "https://github.com/encointer/pallets", branch = "polkadot_v0.9.28" }
encointer-primitives = { default-features = false, git = "https://github.com/encointer/pallets", branch = "master" }
encointer-balances-tx-payment = { default-features = false, git = "https://github.com/encointer/pallets", branch = "master" }
encointer-balances-tx-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/encointer/pallets", branch = "master" }
pallet-encointer-balances = { default-features = false, git = "https://github.com/encointer/pallets", branch = "master" }
pallet-encointer-bazaar = { default-features = false, git = "https://github.com/encointer/pallets", branch = "master" }
pallet-encointer-bazaar-rpc-runtime-api = { default-features = false, git = "https://github.com/encointer/pallets", branch = "master" }
pallet-encointer-ceremonies = { default-features = false, git = "https://github.com/encointer/pallets", branch = "master" }
pallet-encointer-ceremonies-rpc-runtime-api = { default-features = false, git = "https://github.com/encointer/pallets", branch = "master" }
pallet-encointer-communities = { default-features = false, git = "https://github.com/encointer/pallets", branch = "master" }
pallet-encointer-communities-rpc-runtime-api = { default-features = false, git = "https://github.com/encointer/pallets", branch = "master" }
pallet-encointer-scheduler = { default-features = false, git = "https://github.com/encointer/pallets", branch = "master" }

# substrate deps
pallet-aura = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.28" }
Expand Down

0 comments on commit 8816c5c

Please sign in to comment.