Arijit Das

Results 11 issues of Arijit Das

Fixes: GraphQL-578 * Add GraphQL schema validation Endpoint. (cherry picked from commit df1c7c9ff014c67686809eab6375a88ca40a3ca4) --- This change is [](https://reviewable.io/reviews/dgraph-io/dgraph/6473) Docs Preview: [](https://dgraph-7d6d881162-94185.surge.sh)

area/graphql

The cluster started with `make kind-cluster-create` isn't fully deleted by `make clean kind-cluster-clean`. i.e., these set of steps will give an error: * `make kind-cluster-create` * `make clean kind-cluster-clean` *...

kind/chore
kind/documentation

`make clean kind-cluster-clean` deletes the following compose files, which shouldn't be deleted: * single/kustomize/akash-node/docker-image.yaml * single/kustomize/akash-provider/docker-image.yaml Source: https://github.com/ovrclk/akash/tree/master/_run/single

**Describe the bug** Unmarshaling arrays items to a request struct for JSON RPC 2 doesn't work. https://github.com/gorilla/rpc/blob/27d3316e212c1acd2a8cb7d0df8a9173d974cbed/v2/json2/server.go#L164 Here since `args` is passed as a pointer it fails to Unmarshall. **Versions**...

bug

## Issue summary The metrics listed below outline all the metrics published in Substrate. Gossamer should use this list to track similar metrics. To view all Substrate metrics and view...

Epic
S-telemetry

I have implemented go-fil-markets. Implementation: https://github.com/ChainSafe/go-fil-markets-interface I am able to start a deal but the client is not able to transfer data to the miner. Getting the following error. ```...

## Issue summary - We should pass separate context for every IO request instead of passing the context that is stored in the struct. - https://github.com/ChainSafe/gossamer/pull/1791#discussion_r732754681 ## Other information and...