@@ -24,6 +24,7 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.113.0-pre" }
24
24
ckb-constant = { path = " ../util/constant" , version = " = 0.113.0-pre" }
25
25
jsonrpc-core = " 18.0"
26
26
serde_json = " 1.0"
27
+ jsonrpc-utils = { version = " 0.2.2" , features = [" server" , " macros" , " axum" ] }
27
28
ckb-jsonrpc-types = { path = " ../util/jsonrpc-types" , version = " = 0.113.0-pre" }
28
29
ckb-verification = { path = " ../verification" , version = " = 0.113.0-pre" }
29
30
ckb-verification-traits = { path = " ../verification/traits" , version = " = 0.113.0-pre" }
@@ -37,6 +38,7 @@ ckb-tx-pool = { path = "../tx-pool", version = "= 0.113.0-pre" }
37
38
ckb-memory-tracker = { path = " ../util/memory-tracker" , version = " = 0.113.0-pre" }
38
39
ckb-pow = { path = " ../pow" , version = " = 0.113.0-pre" }
39
40
ckb-indexer = { path = " ../util/indexer" , version = " = 0.113.0-pre" }
41
+ ckb-stop-handler = { path = " ../util/stop-handler" , version = " = 0.113.0-pre" }
40
42
itertools.workspace = true
41
43
tokio = " 1"
42
44
async-trait = " 0.1"
@@ -45,7 +47,7 @@ tokio-util = { version = "0.7.3", features = ["codec"] }
45
47
futures-util = { version = " 0.3.21" }
46
48
tower-http = { version = " 0.3.5" , features = [" timeout" ] }
47
49
async-stream = " 0.3.3"
48
- ckb-async-runtime = { path = " ../util/runtime" , version = " = 0.112 .0-pre" }
50
+ ckb-async-runtime = { path = " ../util/runtime" , version = " = 0.113 .0-pre" }
49
51
50
52
[dev-dependencies ]
51
53
reqwest = { version = " =0.11.20" , features = [" blocking" , " json" ] }
0 commit comments