-
Using VSCode 1.86.2
**What activity failed**
I can't get the plugin to obey any of the formatter settings. It looks like it's using the default "infer" state as I can get assignments to align, …
-
**Describe the bug**
I have encountered an issue after upgrading from OpenShift 4.12.x to OpenShift 4.14.x. Following the upgrade, as the updated nodes were brought back online, I noticed that certai…
-
If I create a `MoneroWalletFull` with server URI without port like `https://monerod.slvit.us`, the fetch requests are going to be look like `https://monerod.slvit.us:0/json_rpc` and fail.
To work a…
-
## Context
The current validation of inputs happens inside the router helper function, and the schema validation is done against either the parsed query or the parsed body depending on the type of Op…
-
### What problem does your feature solve?
typeseafe programmatic reference to the rpc interface
### What would you like to see?
public package like `github.com/stellar/soroban-tools/rpc` for …
-
像BRPC的服务框架,支持自定义url的映射,如
```cpp
if (server.AddService(&queue_svc,
brpc::SERVER_DOESNT_OWN_SERVICE,
"/v1/queue/start => start,"
…
-
When transcoding REST to a gRPC upstream, by default, all bad requests return a `500` instead a `400`. The final error and status code can be rewritten in an HTTP middleware, but the error messages do…
hperl updated
1 month ago
-
I have a set of Service that must be used after login. I issue jwt to client so they can identify themselves. And I also got a AuthService which issue this token. So how do I setup my rpc server and c…
-
Hello,
I can’t sync electrs. Every time I launch the program, after a variable time between 10 minutes and an hour, the sync gets stuck and I receive this error:
```
Error: electrs failed
Caus…
-
I think it makes sense that if `rollup-boost` is a middleware sidecar for proposer op-node/op-geth we can reuse the same JWT token we receive from proposer op-node to send the requests to proposer op-…