Sambhav Dave

Results 11 comments of Sambhav Dave

I am learning Web3 with Flutter. I tried to call `sendTransaction` method of the web3client, but I am getting this error: `flutter: RPCError: got code -32700 with msg "Invalid signature...

> @mr-possible I am also facing the same issue. Did you get any solutions? No, I haven't got any fix for this. I have been trying to resolve this for...

@IJSK10 Can you provide a screenshot of: 1. Ganache showing any of your private keys (I watched tonnes of videos showing the private keys but they were not in hexadecimal...

> * Yeah for me also its showing hexadecimal values > ![image](https://user-images.githubusercontent.com/100117024/253297742-9d6cb5ee-a33b-46bc-9c4b-e7a72a7242c6.png) > * Android emulator > * Windows os > * I created credentials both using `client.credentialsfromprivatekey("cfd3f6c108a29b40bd09d8b151282cd8552a9bc25d54dca8858ef24060af79c4")`, and `Ethprivatekeyfromhex("0xcfd3f6c108a29b40bd09d8b151282cd8552a9bc25d54dca8858ef24060af79c4")`,...

@IJSK10 I managed to solve this issue. I didn't change anything extra-ordinary, but I think we need to pass the chain id as well while calling `sendTransaction` method. Please have...

> @IJSK10 I managed to solve this issue. I didn't change anything extra-ordinary, but I think we need to pass the chain id as well while calling `sendTransaction` method. Please...

But does that mean after 90 days Truffle and Ganache won't be available to use or what? I didn't quite understand the word 'sunset'. Can someone please explain to me...

Can this issue be closed now because of [https://github.com/testng-team/testng/pull/2677](https://github.com/testng-team/testng/pull/2677) ?

@netmikey, Is this a good practice to provide description to tests in the manner mentioned? Can we simply not do something like what is given below? FYI, I am using...