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

Release - 2.0.0-alpha.1 #3006

Merged
merged 4 commits into from
Aug 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- BatchRequest error handling fixed for callbacks (#2993)
- ``reconnected`` event and reconnection timeout option added to WebsocketProvider (#2994)
- ``clearSubscriptions`` fixed (#3007)

## [Unreleased]

## [2.0.0-alpha.2]
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3",
"namespace": "ethereum",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "Ethereum JavaScript API wrapper repository",
"license": "LGPL-3.0",
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-core-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-core-helpers",
"namespace": "ethereum",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "Web3 core tools helper for sub packages. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-helpers",
"license": "LGPL-3.0",
Expand All @@ -21,9 +21,9 @@
"dependencies": {
"@babel/runtime": "^7.3.1",
"lodash": "^4.17.11",
"web3-core": "2.0.0-alpha",
"web3-eth-iban": "2.0.0-alpha",
"web3-utils": "2.0.0-alpha"
"web3-core": "2.0.0-alpha.1",
"web3-eth-iban": "2.0.0-alpha.1",
"web3-utils": "2.0.0-alpha.1"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
Expand All @@ -33,5 +33,5 @@
"dist",
"types/index.d.ts"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
14 changes: 7 additions & 7 deletions packages/web3-core-method/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-core-method",
"namespace": "ethereum",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "Handles the JSON-RPC methods. This package is also internally used by web3.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-method",
"license": "LGPL-3.0",
Expand All @@ -24,19 +24,19 @@
"eventemitter3": "3.1.0",
"lodash": "^4.17.11",
"rxjs": "^6.4.0",
"web3-core": "2.0.0-alpha",
"web3-core-helpers": "2.0.0-alpha",
"web3-core-subscriptions": "2.0.0-alpha",
"web3-utils": "2.0.0-alpha"
"web3-core": "2.0.0-alpha.1",
"web3-core-helpers": "2.0.0-alpha.1",
"web3-core-subscriptions": "2.0.0-alpha.1",
"web3-utils": "2.0.0-alpha.1"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
"dtslint": "0.4.2",
"web3-providers": "2.0.0-alpha"
"web3-providers": "2.0.0-alpha.1"
},
"files": [
"dist",
"types/index.d.ts"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
8 changes: 4 additions & 4 deletions packages/web3-core-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-core-subscriptions",
"namespace": "ethereum",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "Manages web3 subscriptions. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-subscriptions",
"license": "LGPL-3.0",
Expand All @@ -25,11 +25,11 @@
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
"dtslint": "0.4.2",
"web3-core-helpers": "2.0.0-alpha",
"web3-utils": "2.0.0-alpha"
"web3-core-helpers": "2.0.0-alpha.1",
"web3-utils": "2.0.0-alpha.1"
},
"files": [
"dist"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
10 changes: 5 additions & 5 deletions packages/web3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-core",
"namespace": "ethereum",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "Web3 core tools for sub packages. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core",
"license": "LGPL-3.0",
Expand All @@ -23,9 +23,9 @@
"@types/bn.js": "^4.11.4",
"@types/node": "^12.6.1",
"lodash": "^4.17.11",
"web3-core-method": "2.0.0-alpha",
"web3-providers": "2.0.0-alpha",
"web3-utils": "2.0.0-alpha"
"web3-core-method": "2.0.0-alpha.1",
"web3-providers": "2.0.0-alpha.1",
"web3-utils": "2.0.0-alpha.1"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
Expand All @@ -35,5 +35,5 @@
"dist",
"types/index.d.ts"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
6 changes: 3 additions & 3 deletions packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth-abi",
"namespace": "ethereum",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "Web3 module encode and decode EVM in/output.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-abi",
"license": "LGPL-3.0",
Expand All @@ -22,7 +22,7 @@
"@babel/runtime": "^7.3.1",
"ethers": "^4.0.27",
"lodash": "^4.17.11",
"web3-utils": "2.0.0-alpha"
"web3-utils": "2.0.0-alpha.1"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
Expand All @@ -32,5 +32,5 @@
"dist",
"types/index.d.ts"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
14 changes: 7 additions & 7 deletions packages/web3-eth-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth-accounts",
"namespace": "ethereum",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-accounts",
"license": "LGPL-3.0",
Expand All @@ -28,11 +28,11 @@
"scryptsy": "2.1.0",
"semver": "6.2.0",
"uuid": "3.3.2",
"web3-core": "2.0.0-alpha",
"web3-core-helpers": "2.0.0-alpha",
"web3-core-method": "2.0.0-alpha",
"web3-providers": "2.0.0-alpha",
"web3-utils": "2.0.0-alpha"
"web3-core": "2.0.0-alpha.1",
"web3-core-helpers": "2.0.0-alpha.1",
"web3-core-method": "2.0.0-alpha.1",
"web3-providers": "2.0.0-alpha.1",
"web3-utils": "2.0.0-alpha.1"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
Expand All @@ -42,5 +42,5 @@
"dist",
"types/index.d.ts"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
16 changes: 8 additions & 8 deletions packages/web3-eth-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth-admin",
"namespace": "ethereum",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-admin",
"license": "LGPL-3.0",
Expand All @@ -20,12 +20,12 @@
"types": "types/index.d.ts",
"dependencies": {
"@babel/runtime": "^7.3.1",
"web3-core": "2.0.0-alpha",
"web3-core-helpers": "2.0.0-alpha",
"web3-core-method": "2.0.0-alpha",
"web3-net": "2.0.0-alpha",
"web3-providers": "2.0.0-alpha",
"web3-utils": "2.0.0-alpha"
"web3-core": "2.0.0-alpha.1",
"web3-core-helpers": "2.0.0-alpha.1",
"web3-core-method": "2.0.0-alpha.1",
"web3-net": "2.0.0-alpha.1",
"web3-providers": "2.0.0-alpha.1",
"web3-utils": "2.0.0-alpha.1"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
Expand All @@ -35,5 +35,5 @@
"dist",
"types/index.d.ts"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
20 changes: 10 additions & 10 deletions packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth-contract",
"namespace": "ethereum",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "Web3 module to interact with Ethereum smart contracts.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-contract",
"license": "LGPL-3.0",
Expand All @@ -22,14 +22,14 @@
"@babel/runtime": "^7.3.1",
"@types/bn.js": "^4.11.4",
"lodash": "^4.17.11",
"web3-core": "2.0.0-alpha",
"web3-core-helpers": "2.0.0-alpha",
"web3-core-method": "2.0.0-alpha",
"web3-core-subscriptions": "2.0.0-alpha",
"web3-eth-abi": "2.0.0-alpha",
"web3-eth-accounts": "2.0.0-alpha",
"web3-providers": "2.0.0-alpha",
"web3-utils": "2.0.0-alpha"
"web3-core": "2.0.0-alpha.1",
"web3-core-helpers": "2.0.0-alpha.1",
"web3-core-method": "2.0.0-alpha.1",
"web3-core-subscriptions": "2.0.0-alpha.1",
"web3-eth-abi": "2.0.0-alpha.1",
"web3-eth-accounts": "2.0.0-alpha.1",
"web3-providers": "2.0.0-alpha.1",
"web3-utils": "2.0.0-alpha.1"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
Expand All @@ -39,5 +39,5 @@
"dist",
"types/index.d.ts"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
16 changes: 8 additions & 8 deletions packages/web3-eth-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth-debug",
"namespace": "ethereum",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-debug",
"license": "LGPL-3.0",
Expand All @@ -20,12 +20,12 @@
"types": "types/index.d.ts",
"dependencies": {
"@babel/runtime": "^7.3.1",
"web3-core": "2.0.0-alpha",
"web3-core-helpers": "2.0.0-alpha",
"web3-core-method": "2.0.0-alpha",
"web3-net": "2.0.0-alpha",
"web3-providers": "2.0.0-alpha",
"web3-utils": "2.0.0-alpha"
"web3-core": "2.0.0-alpha.1",
"web3-core-helpers": "2.0.0-alpha.1",
"web3-core-method": "2.0.0-alpha.1",
"web3-net": "2.0.0-alpha.1",
"web3-providers": "2.0.0-alpha.1",
"web3-utils": "2.0.0-alpha.1"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
Expand All @@ -35,5 +35,5 @@
"dist",
"types/index.d.ts"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
22 changes: 11 additions & 11 deletions packages/web3-eth-ens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-ens",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "ENS support for web3.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-ens",
"license": "LGPL-3.0",
Expand All @@ -21,15 +21,15 @@
"@babel/runtime": "^7.3.1",
"eth-ens-namehash": "2.0.8",
"lodash": "^4.17.11",
"web3-core": "2.0.0-alpha",
"web3-core-helpers": "2.0.0-alpha",
"web3-core-method": "2.0.0-alpha",
"web3-eth-abi": "2.0.0-alpha",
"web3-eth-accounts": "2.0.0-alpha",
"web3-eth-contract": "2.0.0-alpha",
"web3-net": "2.0.0-alpha",
"web3-providers": "2.0.0-alpha",
"web3-utils": "2.0.0-alpha"
"web3-core": "2.0.0-alpha.1",
"web3-core-helpers": "2.0.0-alpha.1",
"web3-core-method": "2.0.0-alpha.1",
"web3-eth-abi": "2.0.0-alpha.1",
"web3-eth-accounts": "2.0.0-alpha.1",
"web3-eth-contract": "2.0.0-alpha.1",
"web3-net": "2.0.0-alpha.1",
"web3-providers": "2.0.0-alpha.1",
"web3-utils": "2.0.0-alpha.1"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
Expand All @@ -39,5 +39,5 @@
"dist",
"types/index.d.ts"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
6 changes: 3 additions & 3 deletions packages/web3-eth-iban/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth-iban",
"namespace": "ethereum",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "This package converts Ethereum addresses to IBAN addresses a vice versa.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-iban",
"license": "LGPL-3.0",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@babel/runtime": "^7.3.1",
"bn.js": "4.11.8",
"web3-utils": "2.0.0-alpha"
"web3-utils": "2.0.0-alpha.1"
},
"devDependencies": {
"definitelytyped-header-parser": "^1.0.1",
Expand All @@ -31,5 +31,5 @@
"dist",
"types/index.d.ts"
],
"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972"
"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
Loading