feat(rpc): add compression to JSON-RPC (#12352)

This commit is contained in:
Ayodeji Akinola
2024-11-13 00:12:45 +01:00
committed by GitHub
parent 8221e5bd54
commit 3c56686000
6 changed files with 195 additions and 12 deletions

View File

@ -17,10 +17,11 @@ http.workspace = true
jsonrpsee-http-client.workspace = true
pin-project.workspace = true
tower.workspace = true
tower-http = { workspace = true, features = ["full"] }
tracing.workspace = true
[dev-dependencies]
reqwest.workspace = true
tokio = { workspace = true, features = ["macros"] }
jsonrpsee = { workspace = true, features = ["server"] }
http-body-util.workspace=true