-
## Summary
Support client certificates as a method to identify the relay to RPC/gRPC/Websocket endpoints. This improved system security and stability by allowing the usage of private RPC endpoints …
-
### Checklist
- [X] I have searched through the AstroNvim documentation
- [X] I have searched through the existing issues of this project
- [X] I have searched the existing issues of plugins related …
-
### What should be done?
After [this PR](https://github.com/0xPolygonMiden/miden-client/pull/409) is merged, the `miden-client` will now have a WASM-compatible rpc client. As noted in [this comment](…
-
We are using external secret operator in GKE (GCP k8s), it works seamlessly fine as expected.
GCP secret manger has this feature of secret versioning which is not adhered by External secrets operator…
-
### Specification
In the case of `vaults clone` we have a unary call. The call will be active for the duration of the cloning process which in the background is a compound operation of complex stream…
-
- getTransactions
https://github.com/nervosnetwork/ckb-light-client?tab=readme-ov-file#get_transactions
difference is the returning data, light client will return a full transaction struct
https:/…
-
## Network Testnet Connection
### Description
After running the arch-cli init command, and changing the config file 'testnet' section to connect to a testnet rpc...
I am unable to deploy a smar…
-
My client is written like this:
```c++
bool complete = false;
void rpc_cont_func(void *context, void *_tag) { complete = true; }
void client_thread() {
while (true) {
// timer start
r…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/DataLinkDC/dinky/issues?q=is%3Aissue) and found no similar issues.
### What happened
Dinky版本:dinky-release-1…
-
Currently, changes in the RPC protocol require either very careful versioning, or you will run into the issue that some RPC methods will just break in a very silent/annoying way over time as you evolv…