@@ -19,56 +19,56 @@ rand = "0.8.5"
19
19
20
20
# substrate wasm
21
21
parity-scale-codec = { version = " 3.6.1" , default-features = false }
22
- frame-benchmarking = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
23
- frame-executive = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
24
- frame-support = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
25
- frame-system = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
26
- frame-system-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
27
- frame-system-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
28
- frame-try-runtime = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
29
- sp-api = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
30
- sp-core = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
31
- sp-io = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
32
- sp-runtime = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
33
- sp-std = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
22
+ frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
23
+ frame-executive = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
24
+ frame-support = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
25
+ frame-system = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
26
+ frame-system-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
27
+ frame-system-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
28
+ frame-try-runtime = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
29
+ sp-api = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
30
+ sp-core = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
31
+ sp-io = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
32
+ sp-runtime = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
33
+ sp-std = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
34
34
sp-session = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
35
- sp-weights = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
35
+ sp-weights = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
36
36
sp-offchain = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
37
37
scale-info = { version = " 2.10.0" , default-features = false , features = [
38
38
" derive" ,
39
39
] }
40
- sp-keystore = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
41
- sp-keyring = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
42
- sp-version = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
40
+ sp-keystore = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
41
+ sp-keyring = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
42
+ sp-version = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
43
43
chrono = { version = " 0.4.24" }
44
44
pretty_assertions = { version = " 1.3.0" }
45
45
smallvec = " 1.11.0"
46
46
numtoa = " 0.2.4"
47
47
enumflags2 = " 0.7.7"
48
48
serde = { version = " 1.0" , default-features = false }
49
- serial_test = { default-features = false , version = ' 0.9.0' }
49
+ serial_test = { version = " 0.9.0" , default-features = false }
50
50
51
51
# substrate pallets
52
- pallet-aura = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
53
- pallet-authorship = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
54
- pallet-balances = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
55
- pallet-collective = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
56
- pallet-democracy = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
57
- pallet-multisig = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
58
- pallet-preimage = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
59
- pallet-scheduler = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
60
- pallet-session = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
61
- pallet-sudo = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
62
- pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
63
- pallet-transaction-payment = {default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
64
- pallet-transaction-payment-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
65
- pallet-treasury = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
66
- pallet-utility = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
52
+ pallet-aura = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
53
+ pallet-authorship = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
54
+ pallet-balances = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
55
+ pallet-collective = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
56
+ pallet-democracy = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
57
+ pallet-multisig = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
58
+ pallet-preimage = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
59
+ pallet-scheduler = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
60
+ pallet-session = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
61
+ pallet-sudo = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
62
+ pallet-timestamp = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
63
+ pallet-transaction-payment = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
64
+ pallet-transaction-payment-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
65
+ pallet-treasury = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
66
+ pallet-utility = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
67
67
68
68
# polkadot
69
69
polkadot-cli = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
70
70
polkadot-parachain-primitives = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
71
- polkadot-runtime-common = {git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
71
+ polkadot-runtime-common = {git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
72
72
polkadot-primitives = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
73
73
polkadot-service = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
74
74
@@ -85,15 +85,15 @@ cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-
85
85
cumulus-relay-chain-minimal-node = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
86
86
cumulus-relay-chain-rpc-interface = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
87
87
88
- cumulus-pallet-aura-ext = {git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
89
- cumulus-pallet-parachain-system = {git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
90
- cumulus-pallet-session-benchmarking = {git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
91
- cumulus-primitives-aura = {git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
92
- cumulus-primitives-core = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
88
+ cumulus-pallet-aura-ext = {git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
89
+ cumulus-pallet-parachain-system = {git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
90
+ cumulus-pallet-session-benchmarking = {git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
91
+ cumulus-primitives-aura = {git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
92
+ cumulus-primitives-core = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
93
93
cumulus-primitives-parachain-inherent = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
94
- cumulus-primitives-timestamp = {git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
95
- pallet-collator-selection = {git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
96
- parachain-info = {git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
94
+ cumulus-primitives-timestamp = {git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
95
+ pallet-collator-selection = {git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
96
+ parachain-info = {git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
97
97
98
98
# client
99
99
derive_more = " 0.99.17"
@@ -119,7 +119,7 @@ sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "
119
119
sc-client-db = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
120
120
sc-consensus = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
121
121
sc-consensus-manual-seal = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
122
- sc-executor = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
122
+ sc-executor = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
123
123
sc-keystore = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
124
124
sc-network = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
125
125
sc-network-common = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
@@ -132,19 +132,19 @@ sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", branch = "r
132
132
sc-tracing = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
133
133
sc-transaction-pool = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
134
134
sc-transaction-pool-api = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
135
- sp-block-builder = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
136
- sp-blockchain = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
135
+ sp-block-builder = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
136
+ sp-blockchain = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
137
137
sp-consensus = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
138
- sp-consensus-aura = { default-features = false , git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
138
+ sp-consensus-aura = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
139
139
sp-inherents = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
140
- sp-rpc = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
140
+ sp-rpc = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
141
141
sp-timestamp = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
142
142
sp-transaction-pool = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
143
143
sp-wasm-interface = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
144
144
substrate-build-script-utils = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
145
145
substrate-frame-rpc-system = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
146
146
substrate-prometheus-endpoint = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
147
- substrate-test-runtime-client = { git = " https://github.com/paritytech/polkadot-sdk" , default-features = false , branch = " release-polkadot-v1.1.0" }
147
+ substrate-test-runtime-client = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" , default-features = false }
148
148
try-runtime-cli = { git = " https://github.com/paritytech/polkadot-sdk" , branch = " release-polkadot-v1.1.0" }
149
149
150
150
[profile .release ]
0 commit comments