Gaurav Sinha
Gaurav Sinha
My scenario is similar to the RabbitMQ microservice example (https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/examples/MicroserviceExample) We have a backend service/receiver that keeps checking an Azure queue for messages in batches of 10 and it starts...
The CCF infra has wrappers for COSE verification in C++ (built around t-cose), but these aren't currently exposed in the JS/TS API. Ask is to look at exposing that. There...
Is it possible to sign and verify detached messages? Looks like the support is there only for signing/verifying embedded messages.
With the classic APIs one can invoke `gov/kv/endpoints` to know the JS app endpoint details and `gov/kv/modules` to know the JS app modules. In the modern APIs `gov/service/javascript-app` is mapping...
For building a user experience around proposals we needed the following ability: 1. For open proposals show the yes/no vote status for each member that has voted till now. 2....
CCF network was being created on CACI with Azure File Share backed storage for the read-write ledger and snapshots directory. On taking a snapshot by submitting a trigger snapshot proposal...
When hosting the read only snapshot directory backed by a blobfuse2 mount point the cchost process seems to exit/crash after logging "All sanity checks passed". Need to debug this more....
In test runs where in new nodes want join a network that is in `Opening` state without any read only snapshots to seed them are failing. Most likely it could...
With `gov/service/javascript-app` the modification of endpoint schema from snake_case inputs to camelCase in output breaks validations logic we have. Eg js_module in the bundle is jsModule in the javascript-app ouptut....
At present after a DR the pre-DR nodes get reported as `Retired` in the `node/network/nodes` but they don't how up in `node/network/removable_nodes`. If we can have the nodes listed in...