yarn web3 0.7.0
Release 0.7.0

latest releases: 4.10.0, 4.9.1-dev.9086b98.0, 4.9.1-dev.b63af9f.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 release

NewReleases is sending notifications on new releases.