@@ -113,7 +113,6 @@ expander = "2"
113113ahash = { version = " 0.8" , default-features = false }
114114regex = { version = " 1.11.1" , default-features = false }
115115
116-
117116frame-benchmarking = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
118117frame-benchmarking-cli = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
119118frame-executive = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
@@ -127,6 +126,7 @@ frame-metadata = { version = "20.0.0", default-features = false }
127126
128127pallet-proxy = { path = " pallets/proxy" , default-features = false }
129128pallet-utility = { path = " pallets/utility" , default-features = false }
129+ pallet-babe = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
130130pallet-aura = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
131131pallet-balances = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
132132pallet-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
@@ -143,11 +143,29 @@ pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot
143143pallet-transaction-payment-rpc-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
144144pallet-root-testing = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
145145
146+ # NPoS
147+ frame-election-provider-support = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
148+ pallet-authority-discovery = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
149+ pallet-authorship = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
150+ pallet-bags-list = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
151+ pallet-election-provider-multi-phase = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
152+ pallet-fast-unstake = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
153+ pallet-nomination-pools = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
154+ pallet-nomination-pools-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
155+ pallet-session = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
156+ pallet-staking = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
157+ pallet-staking-runtime-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
158+ pallet-staking-reward-fn = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
159+ pallet-staking-reward-curve = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
160+ pallet-offences = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
161+
146162sc-basic-authorship = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
147163sc-cli = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
148164sc-client-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
149165sc-consensus = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
150166sc-consensus-aura = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
167+ sc-consensus-babe = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
168+ sc-consensus-babe-rpc = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
151169sc-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
152170sc-consensus-grandpa-rpc = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
153171sc-chain-spec-derive = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
@@ -167,11 +185,16 @@ sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk.g
167185sc-network-sync = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
168186
169187sp-api = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
188+ sp-authority-discovery = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
170189sp-arithmetic = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
171190sp-block-builder = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
172191sp-blockchain = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
192+ sp-staking = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
173193sp-consensus = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
174194sp-consensus-aura = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
195+ sp-consensus-babe = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
196+ sp-consensus-slots = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
197+ sp-npos-elections = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
175198sp-consensus-grandpa = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
176199sp-genesis-builder = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
177200sp-core = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
@@ -200,34 +223,35 @@ substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-
200223cumulus-primitives-proof-size-hostfunction = { git = " https://github.com/paritytech/polkadot-sdk.git" , tag = " polkadot-stable2503-6" , default-features = false }
201224
202225# Frontier
203- fp-evm = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
204- fp-rpc = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
205- fp-self-contained = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
206- fp-account = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
207- fc-storage = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
208- fc-db = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
209- fc-consensus = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
210- fp-consensus = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
211- fp-dynamic-fee = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
212- fc-api = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
213- fc-rpc = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
214- fc-rpc-core = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
215- fc-aura = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
216- fc-mapping-sync = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
217- precompile-utils = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014" , default-features = false }
226+ fp-evm = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
227+ fp-rpc = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
228+ fp-self-contained = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
229+ fp-account = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
230+ fc-storage = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
231+ fc-db = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
232+ fc-consensus = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
233+ fp-consensus = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
234+ fp-dynamic-fee = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
235+ fc-api = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
236+ fc-rpc = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
237+ fc-rpc-core = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
238+ fc-aura = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
239+ fc-babe = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
240+ fc-mapping-sync = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
241+ precompile-utils = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844" , default-features = false }
218242
219243# Frontier FRAME
220- pallet-base-fee = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014 " , default-features = false }
221- pallet-dynamic-fee = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014 " , default-features = false }
222- pallet-ethereum = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014 " , default-features = false }
223- pallet-evm = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014 " , default-features = false }
224- pallet-evm-precompile-dispatch = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014 " , default-features = false }
225- pallet-evm-chain-id = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014 " , default-features = false }
226- pallet-evm-precompile-modexp = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014 " , default-features = false }
227- pallet-evm-precompile-sha3fips = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014 " , default-features = false }
228- pallet-evm-precompile-simple = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014 " , default-features = false }
229- pallet-evm-precompile-bn128 = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014 " , default-features = false }
230- pallet-hotfix-sufficients = { git = " https://github.com/opentensor/frontier" , rev = " c591df98c524e1599c45f93cf4685248088ac014 " , default-features = false }
244+ pallet-base-fee = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844 " , default-features = false }
245+ pallet-dynamic-fee = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844 " , default-features = false }
246+ pallet-ethereum = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844 " , default-features = false }
247+ pallet-evm = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844 " , default-features = false }
248+ pallet-evm-precompile-dispatch = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844 " , default-features = false }
249+ pallet-evm-chain-id = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844 " , default-features = false }
250+ pallet-evm-precompile-modexp = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844 " , default-features = false }
251+ pallet-evm-precompile-sha3fips = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844 " , default-features = false }
252+ pallet-evm-precompile-simple = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844 " , default-features = false }
253+ pallet-evm-precompile-bn128 = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844 " , default-features = false }
254+ pallet-hotfix-sufficients = { git = " https://github.com/opentensor/frontier" , rev = " 830e61f370d88f7ace1c5a5659dd58db75a19844 " , default-features = false }
231255
232256# DRAND
233257pallet-drand = { path = " pallets/drand" , default-features = false }
0 commit comments