-
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.
Merge branch '1.0' into subscription_result_array
- Loading branch information
Showing
52 changed files
with
188 additions
and
118 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
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
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
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,19 +1,20 @@ | ||
{ | ||
"name": "web3-eth-accounts", | ||
"version": "1.0.0-beta.20", | ||
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-accounts", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"bluebird": "3.3.1", | ||
"eth-lib": "^0.1.27", | ||
"scrypt.js": "0.2.0", | ||
"underscore": "1.8.3", | ||
"uuid": "2.0.1", | ||
"web3-core": "^1.0.0-beta.20", | ||
"web3-core-helpers": "^1.0.0-beta.20", | ||
"web3-core-method": "^1.0.0-beta.20", | ||
"web3-utils": "^1.0.0-beta.20" | ||
} | ||
"name": "web3-eth-accounts", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.20", | ||
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-accounts", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"bluebird": "3.3.1", | ||
"eth-lib": "^0.1.27", | ||
"scrypt.js": "0.2.0", | ||
"underscore": "1.8.3", | ||
"uuid": "2.0.1", | ||
"web3-core": "^1.0.0-beta.20", | ||
"web3-core-helpers": "^1.0.0-beta.20", | ||
"web3-core-method": "^1.0.0-beta.20", | ||
"web3-utils": "^1.0.0-beta.20" | ||
} | ||
} |
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
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
Empty file.
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
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,17 +1,18 @@ | ||
{ | ||
"name": "web3-utils", | ||
"version": "1.0.0-beta.20", | ||
"description": "Collection of utility functions used in web3.js.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-utils", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"bn.js": "4.11.6", | ||
"eth-lib": "^0.1.27", | ||
"ethjs-unit": "0.1.6", | ||
"number-to-bn": "1.7.0", | ||
"randomhex": "0.1.5", | ||
"underscore": "1.8.3", | ||
"utf8": "2.1.1" | ||
} | ||
"name": "web3-utils", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.20", | ||
"description": "Collection of utility functions used in web3.js.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-utils", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"bn.js": "4.11.6", | ||
"eth-lib": "^0.1.27", | ||
"ethjs-unit": "0.1.6", | ||
"number-to-bn": "1.7.0", | ||
"randomhex": "0.1.5", | ||
"underscore": "1.8.3", | ||
"utf8": "2.1.1" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# web3 | ||
|
||
This is a main package of [web3.js][repo] | ||
|
||
Please read the [documentation][docs] for more. | ||
|
||
## Installation | ||
|
||
### Node.js | ||
|
||
```bash | ||
npm install web3 | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"name": "web3", | ||
"namespace": "ethereum", | ||
"version": "1.0.0-beta.20", | ||
"description": "Ethereum JavaScript API", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"bugs": { | ||
"url": "https://github.com/ethereum/web3.js/issues" | ||
}, | ||
"keywords": [ | ||
"Ethereum", | ||
"JavaScript", | ||
"API" | ||
], | ||
"author": "ethereum.org", | ||
"authors": [ | ||
{ | ||
"name": "Fabian Vogelsteller", | ||
"email": "fabian@ethereum.org", | ||
"homepage": "http://frozeman.de" | ||
}, | ||
{ | ||
"name": "Marek Kotewicz", | ||
"email": "marek@parity.io", | ||
"url": "https://github.com/debris" | ||
}, | ||
{ | ||
"name": "Marian Oancea", | ||
"url": "https://github.com/cubedro" | ||
}, | ||
{ | ||
"name": "Gav Wood", | ||
"email": "g@parity.io", | ||
"homepage": "http://gavwood.com" | ||
}, | ||
{ | ||
"name": "Jeffery Wilcke", | ||
"email": "jeffrey.wilcke@ethereum.org", | ||
"url": "https://github.com/obscuren" | ||
} | ||
], | ||
"dependencies": { | ||
"web3-core": "^1.0.0-beta.20", | ||
"web3-eth": "^1.0.0-beta.20", | ||
"web3-net": "^1.0.0-beta.20", | ||
"web3-eth-personal": "^1.0.0-beta.20", | ||
"web3-shh": "^1.0.0-beta.20", | ||
"web3-bzz": "^1.0.0-beta.20", | ||
"web3-utils": "^1.0.0-beta.20" | ||
} | ||
} |
Oops, something went wrong.