-
At some point, you start to check logs to find errors and then you see some strange things that lead you to non-existent bugs...
## Current Behavior
I saw `processing rpc request {"method": "s…
-
https://github.com/monero-project/monero/issues/8954#issuecomment-2394093863
Optimize RPC commands: - monerod
a. Restrict external access
b. Remove unnecessary commands
c. Optimize subaccount/subad…
-
After clicking the "Add Receiving Address" button, a message will appears:
`JSON-RPC error: RPC error response: RpcError { code: -19, message: "Wallet file not specified (must request wallet RPC th…
-
### General Info
- [ ] I would like to propose new mod
- [ ] I would like to propose new quests
- [ ] I would like to propose changes
- [X] I would like to propose another thing
### Suggestion Descr…
-
During syncing we see the batches stage getting stuck and beyond that it makes no progress. The pattern appears as the image below:
![telegram-cloud-photo-size-5-6188431868307815870-y](https://git…
-
When an error occurs while calling different RPC methods, the returned error code is always the same (-32000).
As a result, one must rely on the error message, which is not the best practice. To s…
-
`rpc.devnet.atleta.network`
-
### 📚 The doc issue
It has been a while these tutorials have been updated. Since there are not active developments on these, we should verify the scripts in the tutorials are still working as expec…
-
Are there any plan to implement shared memory RPC? It would further improve performance by eliminating the copies involved in writing/reading data through socket when the two (or more) processes are r…
-
A lot of the RPC batch operations (like in pool_prices.py) are making synchronous calls in loops. They should instead be called async.