Skip to content

Releases: hyperledger/web3j

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.