@@ -72,7 +72,6 @@ subspace-farmer-components = { opt-level = 3 }
72
72
subspace-proof-of-space = { opt-level = 3 }
73
73
twox-hash = { opt-level = 3 }
74
74
uint = { opt-level = 3 }
75
- wasmi = { opt-level = 3 }
76
75
x25519-dalek = { opt-level = 3 }
77
76
yamux = { opt-level = 3 }
78
77
zeroize = { opt-level = 3 }
@@ -89,31 +88,32 @@ codegen-units = 1
89
88
# Reason: We need to patch substrate dependency of snowfork and frontier libraries to our fork
90
89
# TODO: Remove when we are using upstream substrate instead of fork
91
90
[patch ."https://github .com/paritytech/substrate .git" ]
92
- frame-benchmarking = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
93
- frame-support = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
94
- frame-system = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
95
- sc-client-db = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
96
- sc-consensus = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
97
- sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
98
- sc-network = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
99
- sc-network-common = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
100
- sc-network-sync = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
101
- sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
102
- sc-service = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
103
- sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
104
- sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
105
- sp-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
106
- sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
107
- sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
108
- sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
109
- sp-core = { version = " 7.0.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
110
- sp-database = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
111
- sp-externalities = { version = " 0.13.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
112
- sp-state-machine = { version = " 0.13.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
113
- sp-std = { version = " 5.0.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
114
- sp-storage = { version = " 7.0.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
115
- sp-trie = { version = " 7.0.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
116
- sp-inherents = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
117
- sp-io = { version = " 7.0.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
118
- sp-runtime = { version = " 7.0.0" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
119
- substrate-prometheus-endpoint = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 88bb945975301f9b29bad96dc4590c33f1029eae" }
91
+ frame-benchmarking = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
92
+ frame-support = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
93
+ frame-system = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
94
+ sc-client-db = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
95
+ sc-consensus = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
96
+ sc-client-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
97
+ sc-network = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
98
+ sc-network-common = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
99
+ sc-network-sync = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
100
+ sc-rpc = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
101
+ sc-service = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
102
+ sc-transaction-pool = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
103
+ sc-transaction-pool-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
104
+ sc-utils = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
105
+ sp-api = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
106
+ sp-block-builder = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
107
+ sp-blockchain = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
108
+ sp-consensus = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
109
+ sp-core = { version = " 21.0.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
110
+ sp-database = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
111
+ sp-externalities = { version = " 0.19.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
112
+ sp-state-machine = { version = " 0.28.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
113
+ sp-std = { version = " 8.0.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
114
+ sp-storage = { version = " 13.0.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
115
+ sp-trie = { version = " 22.0.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
116
+ sp-inherents = { version = " 4.0.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
117
+ sp-io = { version = " 23.0.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
118
+ sp-runtime = { version = " 24.0.0" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
119
+ substrate-prometheus-endpoint = { version = " 0.10.0-dev" , git = " https://github.com/subspace/substrate" , rev = " 28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
0 commit comments