@@ -19,47 +19,49 @@ name = "polkadot-bulletin-chain"
1919clap = { version = " 4.2.5" , features = [" derive" ] }
2020futures = { version = " 0.3.21" , features = [" thread-pool" ]}
2121
22- frame-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
23- pallet-im-online = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
24- sc-cli = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
25- sc-client-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
26- sc-consensus = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
27- sc-consensus-babe = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
28- sc-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
29- sc-consensus-grandpa-rpc = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
30- sc-executor = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
31- sc-network = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
32- sc-offchain = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
33- sc-rpc = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
34- sc-service = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
35- sc-statement-store = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
36- sc-telemetry = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
37- sc-transaction-pool = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
38- sc-transaction-pool-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
39- sp-consensus-babe = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
40- sp-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
41- sp-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
42- sp-inherents = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
43- sp-io = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
44- sp-keyring = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
45- sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
46- sp-timestamp = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
47- sp-transaction-storage-proof = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367" }
22+ frame-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
23+ pallet-im-online = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
24+ sc-cli = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
25+ sc-client-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
26+ sc-consensus = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
27+ sc-consensus-babe = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
28+ sc-consensus-beefy = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
29+ sc-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
30+ sc-consensus-grandpa-rpc = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
31+ sc-executor = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
32+ sc-network = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
33+ sc-offchain = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
34+ sc-rpc = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
35+ sc-service = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
36+ sc-statement-store = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
37+ sc-telemetry = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
38+ sc-transaction-pool = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
39+ sc-transaction-pool-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
40+ sp-consensus-babe = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
41+ sp-consensus-beefy = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
42+ sp-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
43+ sp-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
44+ sp-inherents = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
45+ sp-io = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
46+ sp-keyring = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
47+ sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
48+ sp-timestamp = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
49+ sp-transaction-storage-proof = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860" }
4850
4951# These dependencies are used for the node's RPCs
5052serde_json = { version = " 1.0.132" , default-features = true }
5153jsonrpsee = { version = " 0.24.3" , features = [" server" ] }
52- sc-basic-authorship = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367 " }
53- sc-rpc-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367 " }
54- sp-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367 " }
55- sp-block-builder = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367 " }
56- sp-blockchain = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367 " }
57- sp-genesis-builder = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367 " }
58- substrate-frame-rpc-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367 " }
54+ sc-basic-authorship = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860 " }
55+ sc-rpc-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860 " }
56+ sp-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860 " }
57+ sp-block-builder = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860 " }
58+ sp-blockchain = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860 " }
59+ sp-genesis-builder = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860 " }
60+ substrate-frame-rpc-system = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860 " }
5961
6062# These dependencies are used for runtime benchmarking
61- frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367 " }
62- frame-benchmarking-cli = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367 " }
63+ frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860 " }
64+ frame-benchmarking-cli = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860 " }
6365
6466# Local Dependencies
6567polkadot-bulletin-chain-runtime = { version = " 0.1.0-dev" , path = " ../runtime" }
@@ -68,7 +70,7 @@ polkadot-bulletin-chain-runtime = { version = "0.1.0-dev", path = "../runtime" }
6870try-runtime-cli = { optional = true , version = " 0.42" }
6971
7072[build-dependencies ]
71- substrate-build-script-utils = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 436b4935b52562f79a83b6ecadeac7dcbc1c2367 " }
73+ substrate-build-script-utils = { git = " https://github.com/paritytech/polkadot-sdk.git" , rev = " 161e7f4d8b9b6908694d0ccc9bd0ef4a1674e860 " }
7274
7375[features ]
7476default = []
0 commit comments