-
### Implementation ideas
This issue proposes adding a versioning system to the JSON RPC API that would allow us to slowly deprecate older API methods (adding is trivial) so as to give users apt time …
-
## Problem Definition
I have a local valid Kusama RPC in the form of `wss://kusama.some.domain`.
The endpoint is fine and other tools can connect fine. Rotki however returns:
```
kusama failed t…
-
**Describe the bug**
The error `MetaMask - RPC Error: execution reverted` will occasionally occur when trying to remove on-chain group members.
**To Reproduce**
Steps to reproduce the behavior:
…
-
Hi, I'd like to make use of Signals, which are supported in recent versions of zeebe/Camunda.
The way I understand this could be achieved by updating zeebe-grpc with uptodate protospecs, or handlin…
-
NeuronInfo RPC currently reports stake values like follows:
```
NeuronInfoLite(hotkey='5DfZR9qRhv2C7JT2fxJ2dLUX1QPZYQwwA5D3NGGUBW3RLsXW', coldkey='5CvaAT12X8nJBczNDm6QoqFgDrsWhtzkr4F5wdnD8yYz326C', u…
-
`cast client`
```
Error:
error sending request for url (http://localhost:8545/)
Context:
- Error #0: error sending request for url (http://localhost:8545/)
- Error #1: client error (SendReq…
-
## Crate
relayer-cli
## Summary of Bug
RPC endpoints do not support some means of authentication.
The first is http based user/password in the url, for instance `https://:@url:port`. T…
-
Say you have the following handler:
```python
async def takes_a_moment(self) -> str:
await asyncio.sleep(1)
return "hello world"
```
I adapted the `test_recursive_rpc_cal…
-
### Issues
I noticed that the amount of RPC call to the node is more than I have expected. I created 5 integration to index the data, and the amount of rpc call made to the node is proportionally to…
-
### What problem does your feature solve?
With the launch of Soroban, we are looking to create a unified RPC across Stellar and Soroban. Note that this issue is intended to cover exclusively the work…