-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
awaiting-user-inputRequire more info or input from userRequire more info or input from userenhancementa feature requesta feature request
Milestone
Description
At the moment auto-gen code is nested within user-written code, which makes it difficult to keep changes isolated and ensure build continuity.
I propose creating a separate "web3j-autogen" module which would contain all autogenerated code. Moreover, this module would only have the necessary inputs (e.g. *.abi, *.bin) files to build the source files from and won't store the generated source, instead bundling the generated class files into a separate artifact.
The various shell scripts also reference web3j that is installed on the system, which is not the version that is to be used. Moreover, when generating source then we need to use the current codebase, not the one installed via web3j.
Reactions are currently unavailable
Metadata
Metadata
Labels
awaiting-user-inputRequire more info or input from userRequire more info or input from userenhancementa feature requesta feature request