Skip to content

Releases: LFDT-web3j/web3j

v1.0.4

10 Nov 23:07
Compare
Choose a tag to compare
  1. Solidity generator: fixed issue where no-arg constructor functions were not being generated correctly - see #11
  2. Added logic to test for file existence with wallet tools before asking for password.
  3. Fixed bug in wallet file generator where 12 hour clocks we being used in filename.

v1.0.3

10 Nov 04:48
Compare
Choose a tag to compare

Added web3j command line tools.

See http://docs.web3j.io/command_line.html for further information.

v1.0.2

08 Nov 06:35
Compare
Choose a tag to compare
  1. Added Transfer class for simplifying Ether transactions in line with existing Contract class for working with smart contracts.
  2. Created command line tools for managing wallets.

v1.0.1

04 Nov 10:50
Compare
Choose a tag to compare

Addresses issue with unlocking accounts with Parity when no duration parameter is specified, see #8

v1.0.0

04 Nov 04:00
Compare
Choose a tag to compare
  1. Ethereum Wallet support
  2. Refinements to smart contract wrapper generator
  3. Core documentation written

v0.7.0

01 Nov 11:27
Compare
Choose a tag to compare

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

28 Oct 00:38
Compare
Choose a tag to compare
  1. Incorporated nonce into transactions being signed via Geth/Parity nodes
  2. Created EIP-20 standard token integration test
  3. Created Greeter integration test
  4. Addressed bug where function encoder wouldn't process "0x" properly if return arguments were expected
  5. Created Credentials container for account credentials
  6. Added additional smart contract source code
  7. Created Smart Contract documentation section
  8. Created troubleshooting documentation section
  9. Updates to transaction documentation
  10. Cleaned up layout of source files for other documentation files.
  11. Bumped version.

v0.5.5

24 Oct 21:41
Compare
Choose a tag to compare

Release notes

  • Support for handling empty strings returned from smart contracts.