@@ -23,33 +23,33 @@ rlp = "0.5"
2323rustc-hex = " 2.1.0"
2424tokio = { version = " 1.18.2" , features = [" sync" ] }
2525
26- prometheus-endpoint = { package = " substrate-prometheus-endpoint" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
27- sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
28- sc-network = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
29- sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
30- sc-service = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
31- sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
32- sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
33- sp-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
34- sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
35- sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
36- sp-core = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
37- sp-io = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
38- sp-runtime = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
39- sp-storage = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
26+ prometheus-endpoint = { package = " substrate-prometheus-endpoint" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
27+ sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
28+ sc-network = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
29+ sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
30+ sc-service = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
31+ sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
32+ sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
33+ sp-api = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
34+ sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
35+ sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
36+ sp-core = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
37+ sp-io = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
38+ sp-runtime = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
39+ sp-storage = { version = " 6.0.0" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
4040
4141fc-db = { version = " 2.0.0-dev" , path = " ../db" }
4242fc-rpc-core = { version = " 1.1.0-dev" , path = " ../rpc-core" }
4343fp-rpc = { version = " 3.0.0-dev" , path = " ../../primitives/rpc" }
4444fp-storage = { version = " 2.0.0-dev" , path = " ../../primitives/storage" }
4545
4646[dev-dependencies ]
47- beefy-primitives = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
47+ beefy-primitives = { version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
4848frontier-template-runtime = { path = " ../../template/runtime" }
49- sc-block-builder = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
50- sc-client-db = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
51- sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
52- substrate-test-runtime-client = { version = " 2.0.0" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
49+ sc-block-builder = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
50+ sc-client-db = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
51+ sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
52+ substrate-test-runtime-client = { version = " 2.0.0" , git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.24 " }
5353tempfile = " 3.3.0"
5454
5555[features ]
0 commit comments