Skip to content

Releases: web3/web3.js

v1.7.5

01 Aug 13:24
02895cb
Compare
Choose a tag to compare

1.7.5

Changed

  • Replace xhr2-cookies deps to cross-fetch for web3-providers-http (#5085)

Added

  • Documentation details about maxFeePerGas and maxPriorityFeePerGas (#5121)
  • Added createAccessList types in web3.eth (#5146)

Fixed

  • Improving AbstractProvider interface (#5150)
  • Fix typos in web3-eth-accounts.rst & TESTING.md (#5047)
  • Fix remove wallet using an index when an account address and address lowercase are equal (#5049)
  • Improve README.md & Fix typos (#4848)
  • Add optional hex formatting parameter for getTransactionrReceipt (#5153)
  • Fix transactionRoot -> transactionsRoot in BlockHeader (#5083)
  • Fix Promise in Accounts.signTransaction() throwing errors that cannot be caught (#4724)
  • Fixed unit tests & removed dead code for web3-providers-http (#5228)

Security

  • Updated got lib version and fixed other libs using npm audit fix (#5178) (#5254)

v1.7.5-rc.1

19 Jul 13:19
195f01d
Compare
Choose a tag to compare
v1.7.5-rc.1 Pre-release
Pre-release

Fixed

  • Fixed unit tests & removed dead code for web3-providers-http (#5228) It fixed (#5235) and (#5236) Issues.

1.7.5-rc.0

15 Jul 20:31
2dcf142
Compare
Choose a tag to compare
1.7.5-rc.0 Pre-release
Pre-release

1.7.5-rc.0

Changed

  • Replace xhr2-cookies deps to cross-fetch for web3-providers-http (#5085)

Added

  • Documentation details about maxFeePerGas and maxPriorityFeePerGas (#5121)
  • Added createAccessList types in web3.eth (#5146)

Fixed

  • Improving AbstractProvider interface (#5150)
  • Fix typos in web3-eth-accounts.rst & TESTING.md (#5047)
  • Fix remove wallet using an index when an account address and address lowercase are equal (#5049)
  • Improve README.md & Fix typos (#4848)
  • Add optional hex formatting parameter for getTransactionrReceipt (#5153)
  • Fix transactionRoot -> transactionsRoot in BlockHeader (#5083)
  • Fix Promise in Accounts.signTransaction() throwing errors that cannot be caught (#4724)

Security

  • Updated got lib version and fixed other libs using npm audit fix (#5178) (#5254)

New Contributors

v1.7.4

21 Jun 15:48
77005c0
Compare
Choose a tag to compare

Fixed

  • Fix dead link in web3-eth.rst (#4916)
  • Fix web3-core-method throws on f.call = this.call when intrinsic is frozen (#4918) (#4938)
  • Fix static tuple encoding (#4673) (#4884)
  • Fix bug in handleRevert logic for eth_sendRawTransaction (#4902)
  • Fix resolve type of getBlock function (#4911)
  • Web3-utils BN fix (#5132)

Changed

  • Replace deprecated String.prototype.substr() (#4855)
  • Exporting AbiCoder as coder (#4937)
  • Github build workflow updated min build for node.js 12 and tests for 12, 14 and 16 (#5014)
  • Updated libraries using BN and the BN library (#5072)

Added

  • Exposing web3.eth.Contract.setProvider() as per public documentation (#4822) (#5001)
  • Improve npm script commands for development purposes (#4848)

Security

  • npm audit fix to address vulnerabilities and update libraries (#5014)

v1.7.4-rc.2

16 Jun 14:01
2113269
Compare
Choose a tag to compare
v1.7.4-rc.2 Pre-release
Pre-release
  • Web3-utils BN fix (#5132)

v1.7.4-rc.1

08 Jun 15:34
a286ab3
Compare
Choose a tag to compare
v1.7.4-rc.1 Pre-release
Pre-release

Changed

  • Updated libraries using BN and the BN library (#5072)

v1.7.4-rc.0

17 May 13:18
e3b2e8e
Compare
Choose a tag to compare
v1.7.4-rc.0 Pre-release
Pre-release

Fixed

  • Fix dead link in web3-eth.rst (#4916)
  • Fix web3-core-method throws on f.call = this.call when intrinsic is frozen (#4918) (#4938)
  • Fix static tuple encoding (#4673) (#4884)
  • Fix bug in handleRevert logic for eth_sendRawTransaction (#4902)
  • Fix resolve type of getBlock function (#4911)

Changed

  • Replace deprecated String.prototype.substr() (#4855)
  • Exporting AbiCoder as coder (#4937)
  • Github build workflow updated min build for node.js 12 and tests for 12, 14 and 16 (#5014)

Added

  • Exposing web3.eth.Contract.setProvider() as per public documentation (#4822) (#5001)
  • Improve npm script commands for development purposes (#4848)

Security

  • npm audit fix to address vulnerabilities and update libraries (#5014)

v1.7.3

08 Apr 00:17
f9bcad8
Compare
Choose a tag to compare

Fixed

  • Fixing build issue of 1.7.2

v1.7.3-rc.0

07 Apr 23:33
26d4e99
Compare
Choose a tag to compare
v1.7.3-rc.0 Pre-release
Pre-release

Fixed

  • Fixing build issue of 1.7.2

v1.7.2

07 Apr 20:02
2b2cd0f
Compare
Choose a tag to compare

Changed

  • Remove deprecated close event listener (#4825) (#4839)

Security

  • npm audit fix to update libraries (#4860)

Fixed

  • Fix jsonrpc payload and response types (#4743) (#4761)
  • Allowed more flexibility in typing the overly constrained provider.disconnect function (#4833)