Skip to content

web3.js 1.0.0-beta.37

Pre-release
Pre-release
Compare
Choose a tag to compare
@nivida nivida released this 08 Dec 16:39
1d9f6c0

This is a small patch build to fix two critical issues:

  • Severall documenation fixes
  • Issue #2093 fixed (web3.utils.sha3 doesn't take a BN type argument) @nujabes403
  • Issues #1916 and #2065 fixed @gnidan
  • The keepAlive property of the HttpProvider is now an option that can be passed to the provider on construction. @gnidan