Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

web3.js 1.2.3

Choose a tag to compare

@nivida nivida released this 14 Nov 15:33
· 1225 commits to 1.x since this release

We have improved with this release the TypeScript type definitions, we applied a fix for the OOG (out-of-gas) error issue, and we added a missing polyfill to the web3.min.js file.

Fixed

  • Fix perfect gas usage causes tx to error (#3175)
  • Fix regenerator runtime error in web3.min.js (#3155)
  • Fix TS types for eth.subscribe syncing, newBlockHeaders, pendingTransactions (#3159)
  • Improve web3-eth-abi decodeParameters error message (#3134)