Skip to content

Releases: web3/web3.js

Release 0.3.5

05 May 13:42
Compare
Choose a tag to compare

fixed abi encoding #182, #187

Release 0.3.4

29 Apr 12:12
Compare
Choose a tag to compare
  • new method eth.hashrate
  • filters 'from' && 'to' accept 'latest', 'pending' block numbers

Release 0.3.3

26 Apr 08:53
Compare
Choose a tag to compare

Fixed critical issue reported in #182

Release 0.3.2

24 Apr 08:43
Compare
Choose a tag to compare
  • fixed fixed size bytes encoding and decoding

Release 0.3.1

23 Apr 08:08
Compare
Choose a tag to compare

Made it possible to use pending, latest and earliest as strings in the following functions as parameter 1:

  • web3.eth.getBlock
  • web3.eth.getUncle
  • web3.eth.getBlockTransactionCount
  • web3.eth.getBlockUncleCount
  • web3.eth.getTransactionFromBlock

Release 0.3.0

22 Apr 14:46
Compare
Choose a tag to compare
  • refactored solidity param encoding/decoding.
  • refactored contract functions/events
  • minor fixes to shh and eth filter topics

Release 0.2.8

16 Apr 11:16
Compare
Choose a tag to compare

changes

  • fixed web3.shh.post issue
  • handling errors on httprequest provider
  • filter.watch is getting all logs after creation

Release 0.2.7

11 Apr 09:42
Compare
Choose a tag to compare
  • updated README.md
  • fixed regexp lookahead issue in go jsre (otto)

Release 0.2.6

09 Apr 22:17
Compare
Choose a tag to compare
  • repository renamed to web3.js
  • web3 is in global namaspace
  • other minor bug fixes

Release 0.2.4

02 Apr 14:32
Compare
Choose a tag to compare

Changes since 0.2.3

  • web3.eth.getBlockTransactionCount accepts pending/latest/earliest params