-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
2,537 additions
and
843 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"lerna": "2.0.0", | ||
"command": { | ||
"init": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "web3-core-helpers", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Web3 core tools helper for sub packages. This is an internal package.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-helpers", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"underscore": "1.8.3", | ||
"web3-eth-iban": "1.0.0-beta.33", | ||
"web3-utils": "1.0.0-beta.33" | ||
"web3-eth-iban": "1.0.0-beta.34", | ||
"web3-utils": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "web3-core-method", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Creates the methods on the web3 modules. This is an internal package.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-method", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"underscore": "1.8.3", | ||
"web3-core-helpers": "1.0.0-beta.33", | ||
"web3-core-promievent": "1.0.0-beta.33", | ||
"web3-core-subscriptions": "1.0.0-beta.33", | ||
"web3-utils": "1.0.0-beta.33" | ||
"web3-core-helpers": "1.0.0-beta.34", | ||
"web3-core-promievent": "1.0.0-beta.34", | ||
"web3-core-subscriptions": "1.0.0-beta.34", | ||
"web3-utils": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "web3-core-requestmanager", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Web3 module to handle requests to external providers.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-requestmanager", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"underscore": "1.8.3", | ||
"web3-core-helpers": "1.0.0-beta.33", | ||
"web3-providers-http": "1.0.0-beta.33", | ||
"web3-providers-ipc": "1.0.0-beta.33", | ||
"web3-providers-ws": "1.0.0-beta.33" | ||
"web3-core-helpers": "1.0.0-beta.34", | ||
"web3-providers-http": "1.0.0-beta.34", | ||
"web3-providers-ipc": "1.0.0-beta.34", | ||
"web3-providers-ws": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "web3-core-subscriptions", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Manages web3 subscriptions. This is an internal package.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-subscriptions", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"eventemitter3": "1.1.1", | ||
"underscore": "1.8.3", | ||
"web3-core-helpers": "1.0.0-beta.33" | ||
"web3-core-helpers": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "web3-core", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Web3 core tools for sub packages. This is an internal package.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"web3-core-helpers": "1.0.0-beta.33", | ||
"web3-core-method": "1.0.0-beta.33", | ||
"web3-core-requestmanager": "1.0.0-beta.33", | ||
"web3-utils": "1.0.0-beta.33" | ||
"web3-core-helpers": "1.0.0-beta.34", | ||
"web3-core-method": "1.0.0-beta.34", | ||
"web3-core-requestmanager": "1.0.0-beta.34", | ||
"web3-utils": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "web3-eth-abi", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Web3 module encode and decode EVM in/output.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-abi", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"bn.js": "4.11.6", | ||
"underscore": "1.8.3", | ||
"web3-core-helpers": "1.0.0-beta.33", | ||
"web3-utils": "1.0.0-beta.33" | ||
"web3-core-helpers": "1.0.0-beta.34", | ||
"web3-utils": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"name": "web3-eth-contract", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Web3 module to interact with Ethereum smart contracts.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-contract", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"underscore": "1.8.3", | ||
"web3-core": "1.0.0-beta.33", | ||
"web3-core-helpers": "1.0.0-beta.33", | ||
"web3-core-method": "1.0.0-beta.33", | ||
"web3-core-promievent": "1.0.0-beta.33", | ||
"web3-core-subscriptions": "1.0.0-beta.33", | ||
"web3-eth-abi": "1.0.0-beta.33", | ||
"web3-utils": "1.0.0-beta.33" | ||
"web3-core": "1.0.0-beta.34", | ||
"web3-core-helpers": "1.0.0-beta.34", | ||
"web3-core-method": "1.0.0-beta.34", | ||
"web3-core-promievent": "1.0.0-beta.34", | ||
"web3-core-subscriptions": "1.0.0-beta.34", | ||
"web3-eth-abi": "1.0.0-beta.34", | ||
"web3-utils": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "web3-eth-iban", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "This package converts Ethereum addresses to IBAN addresses a vice versa.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-iban", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"bn.js": "4.11.6", | ||
"web3-utils": "1.0.0-beta.33" | ||
"web3-utils": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "web3-eth-personal", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-personal", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"web3-core": "1.0.0-beta.33", | ||
"web3-core-helpers": "1.0.0-beta.33", | ||
"web3-core-method": "1.0.0-beta.33", | ||
"web3-net": "1.0.0-beta.33", | ||
"web3-utils": "1.0.0-beta.33" | ||
"web3-core": "1.0.0-beta.34", | ||
"web3-core-helpers": "1.0.0-beta.34", | ||
"web3-core-method": "1.0.0-beta.34", | ||
"web3-net": "1.0.0-beta.34", | ||
"web3-utils": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"name": "web3-eth", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"underscore": "1.8.3", | ||
"web3-core": "1.0.0-beta.33", | ||
"web3-core-helpers": "1.0.0-beta.33", | ||
"web3-core-method": "1.0.0-beta.33", | ||
"web3-core-subscriptions": "1.0.0-beta.33", | ||
"web3-eth-abi": "1.0.0-beta.33", | ||
"web3-eth-accounts": "1.0.0-beta.33", | ||
"web3-eth-contract": "1.0.0-beta.33", | ||
"web3-eth-iban": "1.0.0-beta.33", | ||
"web3-eth-personal": "1.0.0-beta.33", | ||
"web3-net": "1.0.0-beta.33", | ||
"web3-utils": "1.0.0-beta.33" | ||
"web3-core": "1.0.0-beta.34", | ||
"web3-core-helpers": "1.0.0-beta.34", | ||
"web3-core-method": "1.0.0-beta.34", | ||
"web3-core-subscriptions": "1.0.0-beta.34", | ||
"web3-eth-abi": "1.0.0-beta.34", | ||
"web3-eth-accounts": "1.0.0-beta.34", | ||
"web3-eth-contract": "1.0.0-beta.34", | ||
"web3-eth-iban": "1.0.0-beta.34", | ||
"web3-eth-personal": "1.0.0-beta.34", | ||
"web3-net": "1.0.0-beta.34", | ||
"web3-utils": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "web3-net", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Web3 module to interact with the Ethereum nodes networking properties.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-net", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"web3-core": "1.0.0-beta.33", | ||
"web3-core-method": "1.0.0-beta.33", | ||
"web3-utils": "1.0.0-beta.33" | ||
"web3-core": "1.0.0-beta.34", | ||
"web3-core-method": "1.0.0-beta.34", | ||
"web3-utils": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "web3-providers-http", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Module to handle web3 RPC connections over HTTP.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-providers-http", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"web3-core-helpers": "1.0.0-beta.33", | ||
"web3-core-helpers": "1.0.0-beta.34", | ||
"xhr2": "0.1.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "web3-providers-ipc", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Module to handle web3 RPC connections over IPC sockets.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-providers-ipc", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"oboe": "2.1.3", | ||
"underscore": "1.8.3", | ||
"web3-core-helpers": "1.0.0-beta.33" | ||
"web3-core-helpers": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "web3-providers-ws", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Module to handle web3 RPC connections over WebSockets.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-providers-ws", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"underscore": "1.8.3", | ||
"web3-core-helpers": "1.0.0-beta.33", | ||
"web3-core-helpers": "1.0.0-beta.34", | ||
"websocket": "git://github.com/frozeman/WebSocket-Node.git#browserifyCompatible" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "web3-shh", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.33", | ||
"version": "1.0.0-beta.34", | ||
"description": "Web3 module to interact with the Whisper messaging protocol.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-shh", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"web3-core": "1.0.0-beta.33", | ||
"web3-core-method": "1.0.0-beta.33", | ||
"web3-core-subscriptions": "1.0.0-beta.33", | ||
"web3-net": "1.0.0-beta.33" | ||
"web3-core": "1.0.0-beta.34", | ||
"web3-core-method": "1.0.0-beta.34", | ||
"web3-core-subscriptions": "1.0.0-beta.34", | ||
"web3-net": "1.0.0-beta.34" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.