Skip to content

Releases: hyperledger/web3j

v1.0.8

29 Nov 06:56
Compare
Choose a tag to compare
  1. Fixed #21 where multiple String values being returned by functions were not being decoded correctly.
  2. Added Infura support to command line tools wallet.
  3. Fixed async issue where RuntimeExceptions were not being captured on certain calls.

v1.0.7-android

22 Nov 04:07
Compare
Choose a tag to compare

See v1.0.7 for release notes.

v1.0.7

22 Nov 03:52
Compare
Choose a tag to compare
  1. Updates to support new Geth Transaction Receipt fields added in 1.5 release.
  2. Creation of a dedicated Infura client that manages Infura TLS certificates for you. So no more certificate imports!
  3. Enhanced smart contract wrapper API to support multiple return values, such as those from a Solidity struct. See #18.

v1.0.6-android

16 Nov 08:56
Compare
Choose a tag to compare

See v1.0.6 for release notes.

v1.0.6

16 Nov 08:55
Compare
Choose a tag to compare

A couple of updates:

  • Update to smart contract wrapper API - gas price & limit are now required upon contract object instantiation.
  • Fixed potential issue for working with zero prefixed Ethereum addresses & public keys.

v1.0.5-android

14 Nov 21:31
Compare
Choose a tag to compare

web3j's first Android release!

Note:

  • The binary was built using jdk1.7.0_40 with target and source compatibility set to version 1.6
  • The code generator uses JavaPoet which requires JDK 7+. Therefore for generating smart contract wrappers please use the command line tools that come as part of the 1.0.5 web3j distribution. All code generated is JDK 6+ compatible.

v1.0.5

14 Nov 12:13
Compare
Choose a tag to compare

Updated code generator to generate Android/Java 1.6 compatible smart contract wrappers.

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.