Diener workspacify

Signed-off-by: alvicsam <alvicsam@gmail.com>
This commit is contained in:
alvicsam
2023-08-25 11:05:17 +02:00
parent 8ba894c0bc
commit f441a5fc93
422 changed files with 5044 additions and 4598 deletions
+11 -11
View File
@@ -17,18 +17,18 @@ codec = { package = "parity-scale-codec", version = "3.6.1" }
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
futures = "0.3.21"
log = "0.4.17"
frame-system-rpc-runtime-api = { version = "4.0.0-dev", path = "../../../../frame/system/rpc/runtime-api" }
sc-rpc-api = { version = "0.10.0-dev", path = "../../../../client/rpc-api" }
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../../client/transaction-pool/api" }
sp-api = { version = "4.0.0-dev", path = "../../../../primitives/api" }
sp-block-builder = { version = "4.0.0-dev", path = "../../../../primitives/block-builder" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockchain" }
sp-core = { version = "21.0.0", path = "../../../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" }
frame-system-rpc-runtime-api = { path = "../../../../frame/system/rpc/runtime-api" }
sc-rpc-api = { path = "../../../../client/rpc-api" }
sc-transaction-pool-api = { path = "../../../../client/transaction-pool/api" }
sp-api = { path = "../../../../primitives/api" }
sp-block-builder = { path = "../../../../primitives/block-builder" }
sp-blockchain = { path = "../../../../primitives/blockchain" }
sp-core = { path = "../../../../primitives/core" }
sp-runtime = { path = "../../../../primitives/runtime" }
[dev-dependencies]
sc-transaction-pool = { version = "4.0.0-dev", path = "../../../../client/transaction-pool" }
sc-transaction-pool = { path = "../../../../client/transaction-pool" }
tokio = "1.22.0"
assert_matches = "1.3.0"
sp-tracing = { version = "10.0.0", path = "../../../../primitives/tracing" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" }
sp-tracing = { path = "../../../../primitives/tracing" }
substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" }