Aaryamann Challani

Results 27 issues of Aaryamann Challani

Hi, Usecase: Connect to websocket server, send subscription payload, and wait for replies ```rust while let Some(msg) = socket.recv().await { match msg { Msg::Text(msg) => println!("{}", decode_msg_to_json(msg.as_bytes().to_vec())), Msg::Binary(msg) => {...

Having the method property of the Request class [link](https://github.com/cloudflare/workers-types/blob/079e2557c90217b60e4d88459a80e49a5305740e/index.d.ts#L825) as a string could open up issues where the user tests for lowercase methods/methods that do not exist.

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.0.0 Kubernetes provider version: v2.3.2 Kubernetes version: 1.20.8-gke.900 ``` ### Affected Resource(s) - kubernetes_deployment ### Terraform Configuration Files ```hcl...

bug
acknowledged

Uses Mathjax to render LaTeX style math

## Background ### Interep Interep is an Identity protocol which allows trustless verification of the reputation of a given "peer". This reputation is derived from one or more metrics on...

To make the credentials generated by RLN more compatible with Semaphore, we need to update the secret generation to include generation of the `identity_trapdoor` and `identity_nullifier` as mentioned in Semaphore's...

In https://github.com/Rate-Limiting-Nullifier/rln_circuits/pull/2 the rln circuit has been updated to include the `rln_identifier` in calculation of the `external_nullifier` Below is a list of functions that need to be updated - -...

## Background Tracking this issue based on https://github.com/vacp2p/zerokit/pull/67#discussion_r1019377045. ## Problem The roots generated by `FullMerkleTree` and `OptimalMerkleTree` should be the same. ## Acceptance Criteria - [ ] The test at...

track:zerokit

## Problem The rln-wasm crate does not have the api to initialise a tree with a given set of leaves, or to set leaves in a batch from a provided...