@@ -12,7 +12,7 @@ sdk-dsn = { path = "dsn" }
12
12
sdk-substrate = { path = " substrate" }
13
13
sdk-farmer = { path = " farmer" }
14
14
15
- subspace-proof-of-space = { git = " https://github.com/subspace/subspace" , rev = " 56a84505ad02a5cc5c3458b7b9322cf1fcf6a10f " }
15
+ subspace-proof-of-space = { git = " https://github.com/subspace/subspace" , rev = " 729e03cb506a558390b92162179cbcfc198816e3 " }
16
16
17
17
# The only triple tested and confirmed as working in `jemallocator` crate is `x86_64-unknown-linux-gnu`
18
18
[target .'cfg(all(target_arch = "x86_64", target_vendor = "unknown", target_os = "linux", target_env = "gnu"))' .dev-dependencies ]
@@ -23,9 +23,8 @@ console-subscriber = "0.1"
23
23
24
24
[features ]
25
25
default = [" all" ]
26
- all = [" executor" , " eth-relayer " , " core-payments" , " core-evm" ]
26
+ all = [" executor" , " core-payments" , " core-evm" ]
27
27
executor = [" sdk-node/executor" ]
28
- eth-relayer = [" sdk-node/eth-relayer" ]
29
28
core-payments = [" sdk-node/core-payments" ]
30
29
core-evm = [" sdk-node/core-evm" ]
31
30
@@ -43,7 +42,7 @@ tracing = "0.1"
43
42
tracing-futures = " 0.2"
44
43
tracing-subscriber = " 0.3"
45
44
46
- subspace-farmer-components = { git = " https://github.com/subspace/subspace" , rev = " 56a84505ad02a5cc5c3458b7b9322cf1fcf6a10f " }
45
+ subspace-farmer-components = { git = " https://github.com/subspace/subspace" , rev = " 729e03cb506a558390b92162179cbcfc198816e3 " }
47
46
48
47
# The list of dependencies below (which can be both direct and indirect dependencies) are crates
49
48
# that are suspected to be CPU-intensive, and that are unlikely to require debugging (as some of
@@ -102,42 +101,41 @@ subspace-farmer-components = { opt-level = 3 }
102
101
subspace-proof-of-space = { opt-level = 3 }
103
102
twox-hash = { opt-level = 3 }
104
103
uint = { opt-level = 3 }
105
- wasmi = { opt-level = 3 }
106
104
x25519-dalek = { opt-level = 3 }
107
105
yamux = { opt-level = 3 }
108
106
zeroize = { opt-level = 3 }
109
107
110
108
# Reason: We need to patch substrate dependency of snowfork libraries to our fork
111
109
# TODO: Remove when we are using upstream substrate instead of fork
112
110
[patch ."https://github .com/paritytech/substrate .git" ]
113
- frame-benchmarking = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
114
- frame-support = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
115
- frame-system = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
116
- sc-client-db = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
117
- sc-consensus = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
118
- sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
119
- sc-network = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
120
- sc-network-common = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
121
- sc-network-sync = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
122
- sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
123
- sc-service = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
124
- sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
125
- sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
126
- sp-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
127
- sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
128
- sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
129
- sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
130
- sp-core = { version = " 7 .0.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
131
- sp-database = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
132
- sp-externalities = { version = " 0.13 .0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
133
- sp-state-machine = { version = " 0.13 .0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
134
- sp-std = { version = " 5 .0.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
135
- sp-storage = { version = " 7 .0.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
136
- sp-trie = { version = " 7 .0.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
137
- sp-inherents = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
138
- sp-io = { version = " 7 .0.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
139
- sp-runtime = { version = " 7 .0.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
140
- substrate-prometheus-endpoint = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae " }
111
+ frame-benchmarking = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
112
+ frame-support = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
113
+ frame-system = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
114
+ sc-client-db = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
115
+ sc-consensus = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
116
+ sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
117
+ sc-network = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
118
+ sc-network-common = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
119
+ sc-network-sync = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
120
+ sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
121
+ sc-service = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
122
+ sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
123
+ sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
124
+ sp-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
125
+ sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
126
+ sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
127
+ sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
128
+ sp-core = { version = " 21 .0.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
129
+ sp-database = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
130
+ sp-externalities = { version = " 0.19 .0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
131
+ sp-state-machine = { version = " 0.28 .0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
132
+ sp-std = { version = " 8 .0.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
133
+ sp-storage = { version = " 13 .0.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
134
+ sp-trie = { version = " 22 .0.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
135
+ sp-inherents = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
136
+ sp-io = { version = " 23 .0.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
137
+ sp-runtime = { version = " 24 .0.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
138
+ substrate-prometheus-endpoint = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f " }
141
139
142
140
[workspace ]
143
141
resolver = " 2"
0 commit comments