Releases: LFDT-web3j/web3j
Releases · LFDT-web3j/web3j
v1.0.4
- Solidity generator: fixed issue where no-arg constructor functions were not being generated correctly - see #11
- Added logic to test for file existence with wallet tools before asking for password.
- Fixed bug in wallet file generator where 12 hour clocks we being used in filename.
v1.0.2
- Added Transfer class for simplifying Ether transactions in line with existing Contract class for working with smart contracts.
- Created command line tools for managing wallets.
v1.0.1
Addresses issue with unlocking accounts with Parity when no duration parameter is specified, see #8
v1.0.0
- Ethereum Wallet support
- Refinements to smart contract wrapper generator
- Core documentation written
v0.7.0
The revised smart contract wrappers are now live! These wrappers support all common operations for working with smart contracts:
- Construction and deployment
- Invoking transactions and events
- Calling constant methods
v0.6.0
- Incorporated nonce into transactions being signed via Geth/Parity nodes
- Created EIP-20 standard token integration test
- Created Greeter integration test
- Addressed bug where function encoder wouldn't process "0x" properly if return arguments were expected
- Created Credentials container for account credentials
- Added additional smart contract source code
- Created Smart Contract documentation section
- Created troubleshooting documentation section
- Updates to transaction documentation
- Cleaned up layout of source files for other documentation files.
- Bumped version.
v0.5.5
Release notes
- Support for handling empty strings returned from smart contracts.