-
Hi, while reading the codes of this repo, I noticed there was another project: (https://github.com/blockworks-foundation/lite-rpc/tree/main) which was very similar to this project written in Rust.
Ma…
-
I've attached a video.
This is reproducible with [meteorite](github.com/somatic-labs/meteorite), which ICF funded teams require a license to use.
This is a separate issue from #4411
https://…
-
File "/Users/.../.venv/lib/python3.12/site-packages/bxsolana/provider/ws.py", line 7, in
from . import jsonrpc_patch # noqa: F401, Used for side-effect patching
^^^^^^^^^^^^^^^^^^^^^^^^^…
-
Hi, does DustDDS support any RPC / request-response mechanism, e.g., as in the [DDS-RPC spec](https://www.omg.org/spec/DDS-RPC/1.0/PDF)? If not, are you considering providing any such feature in the f…
-
Seeing the following errors on `odyssey-testnet-rpc2` and this requires some attention and deep dive.
```
24-11-10 15:11:01.755 ERRO !! Fatal error occurred, app died️ unexpectedly !! err="create com…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### What happened?
We're having trouble querying denoms that contain slashes, like ibc or tokenfactory.
https://g…
-
The current design of the extension RPC server has it piggy backing off the general worker gRPC server. The lifetime mismatch between individual workers and this server causes issues during job host t…
jviau updated
15 hours ago
-
### 你的问题 | 使用场景
描述你遇到的问题,或使用场景(询问框架能否满足此类需求)
突然一直报错,重启也会报错
Rpc invocation timeout[responseCommand TIMEOUT]!
[Processor-Executor-common-1-8] ERROR com.iohao.game.bolt.broker.server.processo…
-
#### Description
https://github.com/sonic-net/sonic-sairedis/pull/1409 contained in latest HEAD is causing RPC build failure.
make ENABLE_SYNCD_RPC=y target/docker-syncd-brcm-dnx-rpc.gz
mkd…
-
Currently, most (if not all) of the functions included in the RPC trait are correlated 1:1 with the node RPC endpoints.
However, it might be better if the trait functions were specifically suited for…