@@ -29,6 +29,7 @@ members = [
29
29
" pallets/admin-utils" ,
30
30
" pallets/collective" ,
31
31
" pallets/registry" ,
32
+ " primitives/*" ,
32
33
" runtime" ,
33
34
" support/tools" ,
34
35
" support/macros" ,
@@ -82,6 +83,7 @@ quote = "1"
82
83
proc-macro2 = { version = " 1" , features = [" span-locations" ] }
83
84
thiserror = " 1.0"
84
85
walkdir = " 2"
86
+ approx = " 0.5"
85
87
86
88
subtensor-macros = { path = " support/macros" }
87
89
@@ -138,7 +140,7 @@ sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", tag
138
140
sp-blockchain = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
139
141
sp-consensus = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" }
140
142
sp-consensus-aura = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
141
- sp-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" }
143
+ sp-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
142
144
sp-genesis-builder = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
143
145
sp-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
144
146
sp-inherents = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
@@ -166,32 +168,32 @@ sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk.git", tag
166
168
substrate-prometheus-endpoint = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2409" , default-features = false }
167
169
168
170
# Frontier
169
- fp-evm = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
170
- fp-rpc = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
171
- fp-self-contained = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false , features = [
171
+ fp-evm = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
172
+ fp-rpc = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
173
+ fp-self-contained = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false , features = [
172
174
" serde" ,
173
175
] }
174
- fp-account = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
175
- fc-storage = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
176
- fc-db = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
177
- fc-consensus = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
178
- fp-consensus = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
179
- fp-dynamic-fee = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
180
- fc-api = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
181
- fc-rpc = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
182
- fc-rpc-core = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
183
- fc-mapping-sync = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
176
+ fp-account = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
177
+ fc-storage = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
178
+ fc-db = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
179
+ fc-consensus = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
180
+ fp-consensus = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
181
+ fp-dynamic-fee = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
182
+ fc-api = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
183
+ fc-rpc = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
184
+ fc-rpc-core = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
185
+ fc-mapping-sync = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
184
186
185
187
# Frontier FRAME
186
- pallet-base-fee = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
187
- pallet-dynamic-fee = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
188
- pallet-ethereum = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
189
- pallet-evm = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
190
- pallet-evm-chain-id = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
191
- pallet-evm-precompile-modexp = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
192
- pallet-evm-precompile-sha3fips = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
193
- pallet-evm-precompile-simple = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
194
- pallet-hotfix-sufficients = { git = " https://github.com/gztensor /frontier" , rev = " b8e3025 " , default-features = false }
188
+ pallet-base-fee = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
189
+ pallet-dynamic-fee = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
190
+ pallet-ethereum = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
191
+ pallet-evm = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
192
+ pallet-evm-chain-id = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
193
+ pallet-evm-precompile-modexp = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
194
+ pallet-evm-precompile-sha3fips = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
195
+ pallet-evm-precompile-simple = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
196
+ pallet-hotfix-sufficients = { git = " https://github.com/opentensor /frontier" , rev = " 635bdac882 " , default-features = false }
195
197
196
198
# DRAND
197
199
pallet-drand = { path = " pallets/drand" , default-features = false }
0 commit comments