-
```
super(org.web3j.abi.datatypes.DynamicArray(userList),new org.web3j.abi.datatypes.DynamicArray(ipList),new);
```
this 2 have same error
```
The constructor DynamicArray(List) is undefined
```…
-
- [x] The mockito message in the stacktrace have useful information, but it didn't help
- [x] The problematic code (if that's possible) is copied here;
Note that some configuration are imposs…
-
# Setup the plugin with Gradle 8.0.1 returning error
An exception occurred applying plugin request [id: 'org.web3j.solidity', version: '0.4.0']
> Failed to apply plugin 'org.web3j.solidity'.
…
-
I am working on converting my contract.sol to contract.java by using web3j. Web3j has been installed by using
`curl -L get.web3j.io | sh` and web3j --version shows
```
Version: 1.4.1
Build tim…
-
## The Problems
I have a [multiproject](https://github.com/mslinn/web3j-scala/blob/multi/build.sbt) that I am struggling to make work with `sbt-ghpages` and SBT 0.13.16. The subprojects are called `r…
-
I have a multi-module maven project where I want to generate java wrappers from .sol files, to achieve this I'm using web3j's maven plugin. Here are the (relevant sections of the) poms:
main `pom.x…
-
Idea: Is this lib current? web3j-eea-sample-project\lib\eea-4.3.0-SNAPSHOT-all.jar
It doesn't contain the package: org.web3j.humanstandardtoken
Steps to reproduce:
- fetch master
- copy in gr…
-
web3j-2.1.0-extension 依赖的web3j版本是2.1.0
DfsSDK 依赖的web3j的版本是2.1.0
目前web3j最新的版本是3.1.1
BCOS依赖的是2.1.0,太老了
希望博主尽快更新,保持BCOS更新的速度,这样,开源软件才能获得活跃度
长期不更新,很难有好的活跃度。
-
An error occurred when generating the solidity corresponding java wrapper class through web3j-maven-plugin: [ERROR] Failed to get solidity version from server
running cmd : mvn web3j:generate-sourc…
-
When I do the command -
web3j wallet import private-key
it fails saying
No TypeConverter registered for java.util.Optional of field java.util.Optional org.web3j.console.wallet.subcommands.Wallet…