Skip to content

Commit

Permalink
Merge 764db56 into 8ed2fbc
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Jul 10, 2019
2 parents 8ed2fbc + 764db56 commit edef173
Show file tree
Hide file tree
Showing 27 changed files with 4,246 additions and 735 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->

## [2.0.0-alpha]

### Added

- Sending of locally signed transactions as ``BatchRequest`` (#2708)
- Automatic increason of the nonce for locally signed transactions (#2796)

### Changed

- Pull request & issue templates updated
- Supported node versions changed (#2820)

### Fixed

- ``hexToNumberString`` prefix validation (#2184)
- Draft implementation of the EIP-1193 improved (#2856, #2862, #2854)
- Documentation typo (#2806)
- Contract method parameter handling fixed (#2815)
- ``isBigNumber`` export fixed (#2835)
- ``SyncingSubscription`` fixed (#2833)
- ``getBlock`` types fixed (#2819)
- Transaction confirmation workflow fixed for parity (#2847)
- ``WebsocketProvider`` event handling fixed (#2711)
- ``WebsocketProvider`` memory leak fixed (#2851)

## [Unreleased]

## [2.0.0-alpha]
## [2.0.0-alpha.1]



16 changes: 12 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "web3",
"namespace": "ethereum",
"version": "1.0.0-beta.55",
"version": "2.0.0-alpha",
"description": "Ethereum JavaScript API wrapper repository",
"license": "LGPL-3.0",
"engines": {
"node": "<8.0.0 <12.0.0"
},
"main": "./packages/web3/src/index.js",
"directories": {
"doc": "./doc"
Expand Down Expand Up @@ -81,7 +84,7 @@
"@babel/preset-env": "^7.4.4",
"@babel/runtime": "^7.4.2",
"@types/bn.js": "^4.11.5",
"@types/node": "^11.13.0",
"@types/node": "^12.6.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
Expand Down
Loading

0 comments on commit edef173

Please sign in to comment.