CHAMI Rachid

Results 238 comments of CHAMI Rachid

@BarBozz `web3j:5.0.0` was a mistake release. The latest version of web3j currently is `4.8.4` where tuples are supported to some extent. @MajdT51 and @lukoyanov The current generator still don't support...

@kristianstoinov try the latest release please and see. If it's still not working, then nobody picked it up so far.

I am checking the history of commits. There are multiple commits which touch on tuples. Howverr, we need a new web3j-cli release using latest master to see if this is...

@davida5 did you change the following line: https://github.com/web3j/web3j-cli/blob/45c2e095c6fed724b7ab32d97bbd03b6cfea91ae/build.gradle#L22 to: ``` web3jVersion = '4.9.1' ``` ?

Awesome. I will open an issue under [web3j-cli](https://github.com/web3j/web3j-cli) to create a new release.

Thanks. Something like: ``` Credentials credentials = Credentials.create("0x1234"); byte[] msg = "hello".getBytes(); Sign.SignatureData signature = Sign.signMessage(msg, credentials.getEcKeyPair()); ``` Where we show people how to create credentials, how to use them...

@mohamedelshami What do you think if we open a tracking issue for these documentation issues. So that if someone picks up documentation, then, they will already have a list of...

@rampatra Can you please try again and let us know if the issue still persists ?