mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
sc-transcation-pool refactor (#9228)
* Use TransactionPool trait * sc-transaction-pool-primitives * sc-transaction-pool-api * TP * bye sc_transaction_graph * fix line widths * fix import errors * fix import errors * fix import errors 🤦🏾♂️ * fix import errors 🤦🏾♂️🤦🏾♂️🤦🏾♂️ * remove sp-keyring
This commit is contained in:
@@ -40,7 +40,7 @@ sp-core = { path = "../../../primitives/core", version = "3.0.0"}
|
||||
sp-keystore = { path = "../../../primitives/keystore", version = "0.9.0"}
|
||||
sp-keyring = { path = "../../../primitives/keyring", version = "3.0.0"}
|
||||
sp-api = { path = "../../../primitives/api", version = "3.0.0"}
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool", version = "3.0.0"}
|
||||
sc-transaction-pool-api = { path = "../../../client/transaction-pool/api", version = "3.0.0"}
|
||||
sp-timestamp = { path = "../../../primitives/timestamp", version = "3.0.0"}
|
||||
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.9.0"}
|
||||
|
||||
Reference in New Issue
Block a user