Skip to content

Releases: hyperledger-web3j/web3j-cli

v4.5.6

12 Nov 12:45
Compare
Choose a tag to compare

Release of version 4.5.6:

390b4fd build: ensure version before deployment
9f9c888 Merge pull request #13 from AlexandrouR/validateParams
ccea58b when using web3j new and import the input will be validated after each entry.
116b98a Merge pull request #11 from josh-richardson/add-fund-wallet
0857c4c Address PR comments, remove java11 method
7397e3f Merge branch 'add-fund-wallet' of github.com:josh-richardson/web3j-cli into add-fund-wallet
9fb9cb2 Works with the currently deployed faucet
2638695 Adds better error handling, token auth
88ddd13 Adds better error handling, token auth
142df41 Sends seed and nonce successfully, need to add better error checking and token-based auth
ae3eedf Adds basic wallet funder
b77e64d Merge pull request #8 from AlexandrouR/addShadowJar
eec4e5a Merge pull request #5 from cfelde/master
eb002e1 Merge pull request #6 from cfelde/command-options
8e84752 Merge pull request #7 from AlexandrouR/newLine
3c7192c Merge pull request #9 from cfelde/FixProjectVisitor
63e03ce build: fix quote in travis.yml
1c8cfc5 Merge pull request #10 from AlexandrouR/minorFixes
89b91fc first letter of the class name is capitalized even if the project name is not.
81c8a42 build: run build on pull requests
41bdc63 Ensure ProjectVisitor handles all subfolders correctly.
caa80b3 Added shadowJar as a dependency when creating a new project
90c7564 wait for gradle wrapper to finish and the output "project created"
9092105 Standardize options structure
b585d6d Apply spotless Java on test
9c6c5d9 Handle tilde when used in root path

v4.5.5

05 Oct 18:36
Compare
Choose a tag to compare

Release of version 4.5.5:

20e0df8 Merge remote-tracking branch 'origin/master' into release/4.5.5
2f4325b Merge pull request #4 from AlexandrouR/windowsPatch
dbef99b changed replaceAll with replace
35e0e87 Escape dot
169374f Merge branch 'master' into release/4.5.5
e2fe8ac Merge pull request #3 from AlexandrouR/windowsPatch
8448f67 Merge branch 'master' into release/4.5.5
f8fa643 build: distTar and distZip
20e5932 Escape dot
8c9a9e2 release: zip and tar versions to github
25fa5d0 build(travis): handle stages sequential
5e250e7 remove matrix and skip check
97438e2 Merge pull request #1 from AlexandrouR/consolePatch
dd9b251 build: .gitignore java vscode
86c6bb6 Fixed bug where the gradle wrapper jar is not copied from the console jar.

v4.5.4

27 Sep 10:33
Compare
Choose a tag to compare

Release of version 4.5.5:

9f61b2e build: use a version to release
0dc38fc Create README.rst
990bfe9 build: store variables using encrypted travis ci
d37be0f build: fix jacocoTestReport task name
e554a8b Automate release builds with travis
fedb92b Switch to using junit5 and gradle 5
cdc1d16 Web3j new and import small functionalliy change (#1046)