George Tebrean

Results 57 comments of George Tebrean

tests are failing, please run gradle build locally and check what are the issues

> > tests are failing, please run gradle build locally and check what are the issues > > My build succeeds locally. Any advice? @gtebrean > > ``` > ~...

@kberezin-p6 it seems that a test failed in the pipe... please check org.web3j.protocol.scenarios.FastRawTransactionManagerIT > testTransactionPolling() FAILED

@kberezin-p6 I re run it but is still failing...we will also start to look at

Hi @Gojic, I know it is a long time but is this issue still available. The current version web3j-4.9.7 got some improvements on the log part. Could you let us...

@abd-ashraf Issue related to` java.util.concurrent.CompletableFuture` is because concurrency is not handled properly. To change the state of a smart contract you should deploy it first and after interact with is...

you can generate a wrapper class using the web3j cli: web3j generate solidity -b /path/to/.bin -a /path/to/.abi -o /path/to/src/main/java -p com.your.organisation.name https://docs.web3j.io/4.8.7/getting_started/deploy_interact_smart_contracts/ Hope this answers your question