@@ -23,62 +23,61 @@ cp-scheduler-credit = { path = '../../primitives/scheduler-credit', version = '0
23
23
cp-cess-common = { path = ' ../../primitives/common' , version = ' 0.1.0' , default-features = false }
24
24
cp-enclave-verify = { path = ' ../../primitives/enclave-verify' , version = ' 0.1.0' , default-features = false }
25
25
pallet-oss = { path = ' ../oss' , version = ' 0.7.0' , default-features = false }
26
- pallet-rrsc = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/CESSProject/substrate.git" , branch = " cess-polkadot-v0.9.36" }
27
- pallet-grandpa = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/CESSProject/substrate.git" , branch = " cess-polkadot-v0.9.36" }
28
- pallet-session = { version = " 4.0.0-dev" , default-features = false , features = [" historical" ], git = " https://github.com/CESSProject/substrate.git" , branch = " cess-polkadot-v0.9.36" }
29
- cessp-consensus-rrsc = { version = " 0.10.0-dev" , default-features = false , git = " https://github.com/CESSProject/substrate.git" , branch = " cess-polkadot-v0.9.36" }
26
+ pallet-rrsc = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/CESSProject/substrate" , branch = " cess-polkadot-v0.9.42" }
27
+ pallet-grandpa = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/CESSProject/substrate" , branch = " cess-polkadot-v0.9.42" }
28
+ # cessp-consensus-rrsc = { version = "0.10.0-dev", default-features = false, git = "https://github.com/CESSProject/substrate", branch = "cess-polkadot-v0.9.42" }
30
29
31
30
# substrate pallet
32
- pallet-scheduler = { version = ' 4.0.0-dev' , git = ' https://github.com/CESSProject/substrate.git ' , branch = " cess-polkadot-v0.9.36 " , default-features = false }
33
- # sc-network = { version = "0.10.0-dev", git = "https://github.com/CESSProject/substrate.git ", branch = "cess-polkadot-v0.9.36 " }
31
+ pallet-scheduler = { version = ' 4.0.0-dev' , git = ' https://github.com/CESSProject/substrate' , branch = " cess-polkadot-v0.9.42 " , default-features = false }
32
+ # sc-network = { version = "0.10.0-dev", git = "https://github.com/CESSProject/substrate", branch = "cess-polkadot-v0.9.42 " }
34
33
35
34
[dependencies .frame-benchmarking ]
36
35
default-features = false
37
- git = ' https://github.com/CESSProject/substrate.git '
38
- branch = " cess-polkadot-v0.9.36 "
36
+ git = ' https://github.com/CESSProject/substrate'
37
+ branch = " cess-polkadot-v0.9.42 "
39
38
version = ' 4.0.0-dev'
40
39
optional = true
41
40
42
41
[dependencies .frame-support ]
43
42
default-features = false
44
- git = ' https://github.com/CESSProject/substrate.git '
45
- branch = " cess-polkadot-v0.9.36 "
43
+ git = ' https://github.com/CESSProject/substrate'
44
+ branch = " cess-polkadot-v0.9.42 "
46
45
version = ' 4.0.0-dev'
47
46
48
47
[dependencies .frame-system ]
49
48
default-features = false
50
- git = ' https://github.com/CESSProject/substrate.git '
51
- branch = " cess-polkadot-v0.9.36 "
49
+ git = ' https://github.com/CESSProject/substrate'
50
+ branch = " cess-polkadot-v0.9.42 "
52
51
version = ' 4.0.0-dev'
53
52
54
53
[dependencies .sp-io ]
55
54
default-features = false
56
- git = ' https://github.com/CESSProject/substrate.git '
57
- branch = " cess-polkadot-v0.9.36 "
55
+ git = ' https://github.com/CESSProject/substrate'
56
+ branch = " cess-polkadot-v0.9.42 "
58
57
version = ' 7.0.0'
59
58
60
59
[dependencies .sp-std ]
61
60
default-features = false
62
- git = ' https://github.com/CESSProject/substrate.git '
63
- branch = " cess-polkadot-v0.9.36 "
61
+ git = ' https://github.com/CESSProject/substrate'
62
+ branch = " cess-polkadot-v0.9.42 "
64
63
version = ' 5.0.0'
65
64
66
65
[dependencies .pallet-balances ]
67
66
default-features = false
68
- git = ' https://github.com/CESSProject/substrate.git '
69
- branch = " cess-polkadot-v0.9.36 "
67
+ git = ' https://github.com/CESSProject/substrate'
68
+ branch = " cess-polkadot-v0.9.42 "
70
69
version = ' 4.0.0-dev'
71
70
72
71
[dependencies .sp-core ]
73
72
default-features = false
74
- git = ' https://github.com/CESSProject/substrate.git '
75
- branch = " cess-polkadot-v0.9.36 "
73
+ git = ' https://github.com/CESSProject/substrate'
74
+ branch = " cess-polkadot-v0.9.42 "
76
75
version = ' 7.0.0'
77
76
78
77
[dependencies .sp-runtime ]
79
78
default-features = false
80
- git = ' https://github.com/CESSProject/substrate.git '
81
- branch = " cess-polkadot-v0.9.36 "
79
+ git = ' https://github.com/CESSProject/substrate'
80
+ branch = " cess-polkadot-v0.9.42 "
82
81
version = ' 7.0.0'
83
82
84
83
# local dependencies
@@ -100,18 +99,16 @@ version = '0.7.0'
100
99
# dev dependencies
101
100
[dev-dependencies ]
102
101
pallet-cess-staking = { path = ' ../staking' , version = ' 4.0.0-dev' , default-features = false }
103
- frame-support-test = { git = ' https://github.com/CESSProject/substrate.git' , branch = " cess-polkadot-v0.9.36" , version = ' 3.0.0' }
104
- pallet-scheduler = { git = ' https://github.com/CESSProject/substrate.git' , branch = " cess-polkadot-v0.9.36" , version = ' 4.0.0-dev' }
105
- pallet-timestamp = { git = ' https://github.com/CESSProject/substrate.git' , branch = " cess-polkadot-v0.9.36" , version = ' 4.0.0-dev' }
106
- sp-staking = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/CESSProject/substrate.git" , branch = " cess-polkadot-v0.9.36" }
107
- sp-npos-elections = { version = " 4.0.0-dev" , git = " https://github.com/CESSProject/substrate.git" , branch = " cess-polkadot-v0.9.36" }
108
- frame-election-provider-support = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/CESSProject/substrate.git" , branch = " cess-polkadot-v0.9.36" }
109
- pallet-session = { version = " 4.0.0-dev" , default-features = false , features = [
110
- " historical" ,
111
- ], git = " https://github.com/CESSProject/substrate.git" , branch = " cess-polkadot-v0.9.36" }
112
- pallet-bags-list = { version = " 4.0.0-dev" , git = " https://github.com/CESSProject/substrate.git" , branch = " cess-polkadot-v0.9.36" }
102
+ frame-support-test = { git = ' https://github.com/CESSProject/substrate' , branch = " cess-polkadot-v0.9.42" , version = ' 3.0.0' }
103
+ pallet-scheduler = { git = ' https://github.com/CESSProject/substrate' , branch = " cess-polkadot-v0.9.42" , version = ' 4.0.0-dev' }
104
+ pallet-timestamp = { git = ' https://github.com/CESSProject/substrate' , branch = " cess-polkadot-v0.9.42" , version = ' 4.0.0-dev' }
105
+ sp-staking = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/CESSProject/substrate" , branch = " cess-polkadot-v0.9.42" }
106
+ sp-npos-elections = { version = " 4.0.0-dev" , git = " https://github.com/CESSProject/substrate" , branch = " cess-polkadot-v0.9.42" }
107
+ frame-election-provider-support = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/CESSProject/substrate" , branch = " cess-polkadot-v0.9.42" }
108
+ pallet-session = { version = " 4.0.0-dev" , default-features = false , git = " https://github.com/CESSProject/substrate" , branch = " cess-polkadot-v0.9.42" }
109
+ pallet-bags-list = { version = " 4.0.0-dev" , git = " https://github.com/CESSProject/substrate" , branch = " cess-polkadot-v0.9.42" }
113
110
pallet-scheduler-credit = { version = " 0.1.0" , default-features = false , path = ' ../scheduler-credit' }
114
- pallet-preimage = { version = " 4.0.0-dev" , default-features = false , git = ' https://github.com/CESSProject/substrate.git ' , branch = " cess-polkadot-v0.9.36 " }
111
+ pallet-preimage = { version = " 4.0.0-dev" , default-features = false , git = ' https://github.com/CESSProject/substrate' , branch = " cess-polkadot-v0.9.42 " }
115
112
116
113
[features ]
117
114
default = [" std" ]
0 commit comments