soham

Results 96 comments of soham

> nvm is a sourced shell function, so nvm.sh needs to be sourced to make it available. I tried doing `arch -x86_64 source ~/.nvm/nvm.sh` but it gives error "can't find...

It might be obvious but just to mention, unchecked array access can be deadly if user inputs reach the array index, basically attacker could have the contract read a value...

In macOS it's still a problem as of Version 5.7.0, there is no option to hide/disable the keybase icon in the menu bar. Given that this issue is open for...

I tried doing the following twice, it works. ``` $ ./parity --config config.toml db reset 64 ``` Like if I had to remove 100 blocks, then I'd have to remove...

I could reproduce this problem. I think the problem is at [this line](https://github.com/ethers-io/ethers.js/blob/master/packages/contracts/src.ts/index.ts#L1007). ```ts const provider = new ethers.providers.InfuraProvider('goerli'); const temp = new ethers.Contract('0x5EfBce3BD50ef9498771d77969B60e2AcAe97f9B', [ { "anonymous": false, "inputs": [...

`could not detect network` and `timeout` are related to node/backend, either the node is not reachable or does not respond in time. I think the error `missing revert data in...

I tried to reproduce but the logs are once per event. What backend are you using? It could be an edge case for some network. Is this your custom contract,...

If you have three listeners created for the same filter, it is expected the callback to be triggered three times right? The output makes sense to me. What output are...

Are you facing this problem with `WebSocketProvider` specifically? Can you check if the same code with `JsonRpcProvider` works fine?

I just tried to reproduce using https://meganode.nodereal.io, seems to work with plain ethers.js. Are you still facing this issue? How are you running the hardhat script and how is the...