web3j-maven-plugin icon indicating copy to clipboard operation
web3j-maven-plugin copied to clipboard

web3j Maven plugin

Results 37 web3j-maven-plugin issues
Sort by recently updated
recently updated
newest added

Is it possible to update this plugin to the latest stable version (4.6.0/4.6.1 or 5.0.0)?

![image](https://user-images.githubusercontent.com/38461516/121308061-33880780-c933-11eb-82f5-64c39e99e1fe.png) my solidity file: pragma solidity ^0.8.0;

org.json.simple.JSONArray cannot be cast to java.lang.String I am getting above Exception when I use this plugin using mvn web3j:generate-sources import: Entry[import from realm ClassRealm[maven.api, parent: null]] ----------------------------------------------------- at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:199)...

# _Issue_title_ Generate Java proxies from external Truffle project ## _Issue_description_ I have a truffle project that has a contract that extends OpenZeppelin's ERC1155. (Which I deploy to Ganache) ````...

Plugin currently only supports through solc 0.8.9.

We are using web3j since quite some time now, but since today somewhat around noon, the build fails because your [internal service that holds the solidity versions](https://internal.services.web3labs.com/api/solidity/versions/) is down. How...

I am not able to generate the Java Wrapper of my solidity token contract because of importing openzeppelin contracts into my contract. ``` org.web3j web3j-maven-plugin 4.5.11 generate-sources generate-sources com.token.model src/java/com/token/generated...

When deploying a smart contract using the auto-generated deploy method, a legacy transaction is created. Considering that contract depoyments typically consume a lot of gas, it would be preferrable to...

After using the plugin to generate Java wrapper from `DocumentRegistry.sol` file, I try to `deploy` contract like this: ``` public static void main(final String[] args) throws Exception { final String...

I am unable to use the plugin, since it cannot access the `Bintray` repository (mentioned in https://github.com/web3j/web3j-maven-plugin/blob/master/pom.xml). I am receiving the following error in `maven`: ``` Error: Failed to execute...