github web3/web3.js 0.7.0
Release 0.7.0

latest releases: v4.10.0, v4.9.0, v4.8.0...
9 years ago

this realease contains breaking changes

  • breaking encoding/decoding of solidity type string (behaves exactly the same as bytes before)
  • breaking bytes/bytesXX are no longer being decoding/encoding automatically
  • non ascii strings, strings that are not properly terminated && strings having internal /x00 are now properly encoded/decoded.
  • support for eth_sendRawTransaction
  • simplified internal implementation of events
  • events do not require to explicitly call watch any more to start watching for changes. Instead a callback can be used when filter is being created.
  • filtering allEvents from given contract is available by calling myContract.allEvents
  • cleanup: removed unused karma tests and dependencies

Don't miss a new web3.js release

NewReleases is sending notifications on new releases.