yarn web3 1.0.0-beta.35
web3.js 1.0.0-beta.35

latest releases: 4.15.1-dev.1b367e6.0, 4.15.1-dev.471c12b.0, 4.15.1-dev.8c55cb0.0...
6 years ago

This adds support for the stateMutability property fo solidity 0.5.0, and some minor fixes.

Breaking change:

The HTTP provider now accepts an options object, instead of timeout and headers parameters:

var options = {
    timeout: 20000, // milliseconds,
    headers: [{name: 'Access-Control-Allow-Origin', value: '*'},{...}]
};
var http = new Web3HttpProvider('http://localhost:8545', options);

Don't miss a new web3 release

NewReleases is sending notifications on new releases.