Skip to content

Releases: web3/web3.js

web3.js 1.0.0-beta.55

09 May 12:41
3e44279
Compare
Choose a tag to compare
web3.js 1.0.0-beta.55 Pre-release
Pre-release

Documentation

We have added some new examples to the Module API documentation.

Feel free to open a GitHub issue with your feedback about the new Module API.

web3-bzz

The web3-bzz module got removed because the used swarm-js dependency is no longer maintained and outdated. We recommend using erebos as alternative.

Issues

web3.js 1.0.0-beta.54

02 May 21:38
24c95c4
Compare
Choose a tag to compare
web3.js 1.0.0-beta.54 Pre-release
Pre-release

Web3 Module API Documentation

The Module API gives you the possibility to create your own custom Web3 Module with JSON-RPC methods, subscriptions, or contracts.

The Web3 standard modules are a good example of the API the core does provide.

Fixed Issues

Other Improvements

I've updated the error handling of the underlying socket connections for the IpcProvider and the WebsocketProvider.

web3.js 1.0.0-beta.53

30 Apr 10:17
ba56358
Compare
Choose a tag to compare
web3.js 1.0.0-beta.53 Pre-release
Pre-release

This release contains several bug fixes and some new modules and methods.

Compare view beta.52 - beta.53

We have currently an open discussion about the coming stable release of Web3.js.
Feel free to join the discussion here.

New Modules

Thanks for adding the Management API modules Minner, TxPool, Admin, and Debug @princesinha19. The newly added modules are standalone modules which means you have to install and import them separately.

Please read the documentation for further details.

New Methods

Fixed Issues

web3.js 1.0.0-beta.52

04 Apr 17:11
bb7827d
Compare
Choose a tag to compare
web3.js 1.0.0-beta.52 Pre-release
Pre-release

This release contains several bug fixes and some other improvements.

web3.eth.getAccounts()

I've extended the functionality of the getAccounts method. It will now first check if there are unlocked local accounts and if there are existing local unlocked accounts it will then return them instead of sending the eth_accounts JSON-RPC request to the node.

Documentation

I've added additional information to the documentation regarding the contract module and updated the code examples. We have started to rewrite the documentation and to extend it with live examples here. Thanks to @OFRBG who created the base structure!

Demo GIF

Fixed Issues

#2527 #2499 #2444 #2465 #2611 #2612 #2601 #2411 #2607 #2614 #2602 #1681 #1204 #1015 #2534 #2514 #2494 #2490 #2383 #2647

web3.js 1.0.0-beta.51

28 Mar 14:12
14a65eb
Compare
Choose a tag to compare
web3.js 1.0.0-beta.51 Pre-release
Pre-release

Breaking Change

Instead of transforming numbers to string values do we return now the BigNumber object we get from the AbiCoder. This breaking change does only have an impact on your contracts of your DApp.

Local Transaction Signing

I've fixed all issues regarding the signing of transactions. Web3.js is now using the ethereumjs-tx package for it. Thanks to the ethereumjs team!

WebKit and Gecko CORS errors

I've fixed the CORS error we had with WebKit and Gecko based browsers.

Fixed Issues

#2587 #2591 #2553 #2583 #1021 #1517 #1074 #1169 #2033 #1793 #1126 #1134 #2578 #2569 #2563 #2571 #2570 #2565 #2558 #2559 #1802 #2551 #2554 #2555 #2539 #2532 #2350

web3.js 1.0.0-beta.50

20 Mar 11:03
Compare
Choose a tag to compare
web3.js 1.0.0-beta.50 Pre-release
Pre-release

This release will fix the contract event subscriptions filter property handling and the returned version of the web3.version property.

Issues

web3.js 1.0.0-beta.49

19 Mar 14:44
Compare
Choose a tag to compare
web3.js 1.0.0-beta.49 Pre-release
Pre-release

This release fixes some issues, improves the architecture and increased the QA.

Issues

#2503, #2508, #2484, #2488, #2507, #2441, #2500, #2418, #2502, #2501, #2482, #2469, #2467, #2457

Transaction Confirmation Workflow

The transaction confirmation workflow for a HTTP connection and the chain re-org handling with a socket connection got improved. Be aware to configure your Web3 instance correctly in your development environment.

web3.js 1.0.0-beta.48

05 Mar 18:40
Compare
Choose a tag to compare
web3.js 1.0.0-beta.48 Pre-release
Pre-release

This release contains smaller patch fixes regarding the provider handling, the decoding of event logs and for the contract method return values.

Closed issues:

web3.js 1.0.0-beta.47

03 Mar 11:24
Compare
Choose a tag to compare
web3.js 1.0.0-beta.47 Pre-release
Pre-release

Issues

I've closed a lot of issues and improved the stability of the Web3.js project.

The following issues got closed with this release:
#2329 #2364 #2356 #2378 #1998 #1255 #2300 #2431 #2183 #2266 #2424 #2374 #2382 #2396 #2401 #2341 #2365 #2368 #2369 #2375 #2377 #2381

Accounts module improvements

I've refactored the eth-accounts module and do now provide the new possibility to customize the signing process of the Eth modules. You can now pass your own custom TransactionSigner class over the module options of Web3 and Eth. Closer details are explained in the documentation and the reason why the refactoring happened is described in this PR.

AbiCoder.decodeLog improvements

I've also improved the decodeLog method in the eth-abi module which will be used for the contract event logs. We have an open issue where we discuss the EventLog object interface the decodeLog method is returning. Feel free to join this and many other discussions here on GitHub.

web3.js 1.0.0-beta.46

09 Feb 12:15
Compare
Choose a tag to compare
web3.js 1.0.0-beta.46 Pre-release
Pre-release
v1.0.0-beta.46

release commit