discussions Search Results · repo:paritytech/jsonrpsee language:Rust
Filter by
21 results
(83 ms)21 results
inparitytech/jsonrpsee (press backspace or delete to remove)The language qualifier is not supported when searching discussions. Try searching for issues instead?
:
Hi, I m new to the JSON-RPC standard.
I found this library really useful to set up a microservice. However, I wonder if there s a standard way to do a health
check on the server without creating a special ...
unmaykr-aftermathposted
on Nov 11, 2024- 2
:
I need to pass a query params so I can do localhost:5050/account_balance?contract_address=0x123 but dont know how to
define a placeholder for this params when creating the endpoint, is this posible?:
...
fabrobles92posted
on Oct 30, 2024- 1
:
In #1456 I was able to get either a client or a server set up on a duplex stream. Yay.
But the ClientBuilder seems to be oriented only around being a client. Similarly the server API (that I use in that ...
AArnottposted
on Sep 18, 2024- 2
:
The request and notification structs are defined as:
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct Request a {
/// JSON-RPC version.
pub jsonrpc: TwoPointZero,
/// Request ID
#[serde(borrow)] ...
AArnottposted
on Sep 18, 2024- 1
:
I have a tokio::io::DuplexStream and need to establish an RPC server on it. This is not a WebSocket or HTTP connection.
As a DuplexStream, there is no clearly defined message boundary, so the protocol ...
AArnottposted
on Sep 17, 2024- 4
:
Hi everyone! I m at the beginning of working on a crypto miner and to start I m working on making a crate that
implements this protocol.
Do I need to bring serde into my project to create a sturct from ...
Redhawk18posted
on Jul 23, 2024- 9
:
Hey, I d like to add duration metrics to an existing RPC server (which is based mostly at one of the examples here,
apparently https://github.com/ChainSafe/forest/blob/e8420e42ad7b453c3ec72bbf62bdac692e00bc44/src/rpc/mod.rs#L380). ...
LesnyRumcajsposted
on Aug 1, 2024- 0
:
I was looking at the specification https://www.jsonrpc.org/specification
And I am not able to find what kind of specification this crate implement?
vincenzopalazzoposted
on Jul 13, 2024- 1
:
I have followed the jsonrpsee guide for adding rate limiting middleware to my server. When I make an API call to it from
postman they are all succeeding despite allowing only 1 call every 15 seconds. I ...
jakerumblesposted
on Jun 18, 2024- 6
:
Is there a way to compress something through this crate, im trying to compress at request for upload, want to use http
layering but seems cant modify headers in here, what should be the path?
carlosvdrposted
on May 27, 2024- 3