Sambhav Dave
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 >  > * 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...
hey @baev , can we merge this?