Julius Lauterbach
Julius Lauterbach
could you provide your whole pom? Maybe you're missing something Also, yould you try to use a newer version of web3j core? I just tried 4.10.3 and it worked fine...
@creazyCode additionally you could enhance your pom by generating the Java wrapper on every mvn build like @fcorneli did it here: https://github.com/hyperledger/web3j-maven-plugin/issues/14#issuecomment-368566575 afterwards you can adjust your solidity contracts as...
I'm currently facing the same issue while synching a private besu blockchain..
same issue here with web3j-core 4.12.2 web3j-unit 4.12.2 web3j-maven-plugin 4.12.1 
Hi @aceppaluni, looks good :) thanks for your effort Let me know when its merged and added to a new release version. Afterwards I can test it in an application...
And sometimes there is existing code in a project which you cant change that easy :) But without really using it, the generated class wont compile. Or if I dont...
Hey @gtebrean, I had feared that :D Keeping it generic is a good way, I will also think about it in a quite minute. Okay, my workaround was to deploy...
additional info, used gas provider constructor: public DynamicEIP1559GasProvider(Web3j web3j, long chainId) { this(web3j, chainId, Priority.NORMAL); } so no priority or customMultiplier explicitly specified