Neeraj Kashyap

Results 113 issues of Neeraj Kashyap

![image](https://user-images.githubusercontent.com/8016073/146556516-1ab6f9ef-4318-498b-9b92-b496ec605e8a.png)

frontend
bug
good first issue

We could actually return a bunch of metadata about an address: 1. Is it a smart contract? On Ethereum? Polygon? 2. When was it deployed? 3. ABI from {Ether,Polygon}scan. 4....

When you copy-paste an ABI from Polygonscan or Etherscan, it gets pasted as a single line of JSON: ![image](https://user-images.githubusercontent.com/8016073/146554821-b7631fa2-83dd-4782-b36d-9a6169b0972c.png) It should get prettified (e.g. using `JSON.stringify(abi, null, 2)`) after verification....

frontend
good first issue

Currently, we only crawl method calls and events. But a user may legitimately want to know what the value of a member variable on a smart contract was at a...

crawlers

Main use case is for applications using node.js. Would be nice also to have browser support.

`NEXT_PUBLIC_MOONSTREAM_DB_URL` is a very scary name, and indicates a direct connection to the database. What this variable actually contains is the URL of the API that current returns the Moonstream...

frontend
infra
good first issue

It is causing problems for users who consume data through the API.

bug

Currently, as an example, callers can only filter `ethereum_blockchain` events using addresses. IT would be a good idea to also allow them to filter using subscription IDs. This was suggested...

backend

This test network should match the topology of the post-merge Ethereum mainnet - especially once shards exist. Shards - https://ethereum.org/en/eth2/shard-chains/

infra