Skip to content

Commit 055feee

Browse files
committed
Set polkadot-sdk rev
1 parent b4aec97 commit 055feee

File tree

6 files changed

+1876
-1785
lines changed

6 files changed

+1876
-1785
lines changed

Cargo.lock

Lines changed: 1780 additions & 1689 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -19,47 +19,47 @@ name = "polkadot-bulletin-chain"
1919
clap = { version = "4.2.5", features = ["derive"] }
2020
futures = { version = "0.3.21", features = ["thread-pool"]}
2121

22-
frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git" }
23-
pallet-im-online = { git = "https://github.com/paritytech/polkadot-sdk.git" }
24-
sc-cli = { git = "https://github.com/paritytech/polkadot-sdk.git" }
25-
sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk.git" }
26-
sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk.git" }
27-
sc-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git" }
28-
sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git" }
29-
sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git" }
30-
sc-executor = { git = "https://github.com/paritytech/polkadot-sdk.git" }
31-
sc-network = { git = "https://github.com/paritytech/polkadot-sdk.git" }
32-
sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk.git" }
33-
sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git" }
34-
sc-service = { git = "https://github.com/paritytech/polkadot-sdk.git" }
35-
sc-statement-store = { git = "https://github.com/paritytech/polkadot-sdk.git" }
36-
sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk.git" }
37-
sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk.git" }
38-
sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk.git" }
39-
sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git" }
40-
sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git" }
41-
sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git" }
42-
sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk.git" }
43-
sp-io = { git = "https://github.com/paritytech/polkadot-sdk.git" }
44-
sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk.git" }
45-
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git" }
46-
sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git" }
47-
sp-transaction-storage-proof = { git = "https://github.com/paritytech/polkadot-sdk.git" }
22+
frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
23+
pallet-im-online = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
24+
sc-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
25+
sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
26+
sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
27+
sc-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
28+
sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
29+
sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
30+
sc-executor = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
31+
sc-network = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
32+
sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
33+
sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
34+
sc-service = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
35+
sc-statement-store = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
36+
sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
37+
sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
38+
sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
39+
sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
40+
sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
41+
sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
42+
sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
43+
sp-io = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
44+
sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
45+
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
46+
sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
47+
sp-transaction-storage-proof = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
4848

4949
# These dependencies are used for the node's RPCs
5050
serde_json = { version = "1.0.132", default-features = true }
5151
jsonrpsee = { version = "0.24.3", features = ["server"] }
52-
sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk.git" }
53-
sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk.git" }
54-
sp-api = { git = "https://github.com/paritytech/polkadot-sdk.git" }
55-
sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk.git" }
56-
sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk.git" }
57-
sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk.git" }
58-
substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk.git" }
52+
sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
53+
sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
54+
sp-api = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
55+
sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
56+
sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
57+
sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
58+
substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
5959

6060
# These dependencies are used for runtime benchmarking
61-
frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git" }
62-
frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk.git" }
61+
frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
62+
frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
6363

6464
# Local Dependencies
6565
polkadot-bulletin-chain-runtime = { version = "0.1.0-dev", path = "../runtime" }
@@ -68,7 +68,7 @@ polkadot-bulletin-chain-runtime = { version = "0.1.0-dev", path = "../runtime" }
6868
try-runtime-cli = { optional = true, git = "https://github.com/paritytech/try-runtime-cli.git" }
6969

7070
[build-dependencies]
71-
substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk.git" }
71+
substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892" }
7272

7373
[features]
7474
default = []

pallets/relayer-set/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
1414
log = "0.4.17"
1515
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
1616

17-
polkadot-sdk-frame = { git = "https://github.com/paritytech/polkadot-sdk.git", default-features = false, features = [
17+
polkadot-sdk-frame = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892", default-features = false, features = [
1818
"experimental",
1919
"runtime",
2020
] }

pallets/transaction-storage/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
1818
log = "0.4.17"
1919
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
2020

21-
polkadot-sdk-frame = { git = "https://github.com/paritytech/polkadot-sdk.git", default-features = false, features = [
21+
polkadot-sdk-frame = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892", default-features = false, features = [
2222
"experimental",
2323
"runtime",
2424
] }
25-
sp-transaction-storage-proof = { git = "https://github.com/paritytech/polkadot-sdk.git", default-features = false }
25+
sp-transaction-storage-proof = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892", default-features = false }
2626

2727
[features]
2828
default = ["std"]

pallets/validator-set/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
1010
log = "0.4.17"
1111
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
1212

13-
polkadot-sdk-frame = { git = "https://github.com/paritytech/polkadot-sdk.git", default-features = false, features = [
13+
polkadot-sdk-frame = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892", default-features = false, features = [
1414
"experimental",
1515
"runtime",
1616
] }
17-
sp-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", default-features = false }
18-
pallet-session = { git = "https://github.com/paritytech/polkadot-sdk.git", default-features = false, features = [
17+
sp-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892", default-features = false }
18+
pallet-session = { git = "https://github.com/paritytech/polkadot-sdk.git", rev = "0e09ad448bce27fcd255370cc2827ea5d2cf3892", default-features = false, features = [
1919
"historical",
2020
] }
2121

0 commit comments

Comments
 (0)