Satyam Kulkarni

Results 19 comments of Satyam Kulkarni

I would love on this issue @Praful932

Thanks @maneprajakta

Solved this issue, was because of my database name, apparently it can't be `ID`

Yes, it failed with database name `ID` and not when I changed it to `ObjId`

oh, my bad, yes i was referring to table name, sorry, it just slept out of my mind

I am trying to add `eth_newFilter`, but facing a issue - If we have enable `eth_newFilter`, we need to be able to verify the filter id that we receive, to...

@ncitron what do you think?

> That's a good point @sk1122. Is it possible to check filter validity ourselves? No, as they are generated [randomly](https://github.com/ethereum/go-ethereum/blob/master/rpc/subscription.go#L48), there is no way to verify them based on filter...

we can check if `eth_getFilterChanges` returns an error, if it returns an error meaning that `id` wasn't registered on nodes (execution node can withheld that data though), else means that...

but for this, we will need to implement `eth_getFilterChanges`, which returns list of logs if Id is valid, we can just use `eth_getLogs` verification code for verifying this logs