Skip to content

Commit

Permalink
release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Mar 1, 2019
1 parent eb73e32 commit b176a97
Show file tree
Hide file tree
Showing 22 changed files with 110 additions and 118 deletions.
2 changes: 1 addition & 1 deletion docs/web3-eth-abi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ Decodes ABI encoded log data and indexed topic data.
Parameters
----------

1. ``inputs`` - ``Object``: A :ref:`JSON interface <glossary-json-interface>` inputs array. See the `solidity documentation <http://solidity.readthedocs.io/en/develop/types.html>`_ for a list of types.
1. ``inputs`` - ``Array``: A :ref:`JSON interface <glossary-json-interface>` inputs array. See the `solidity documentation <http://solidity.readthedocs.io/en/develop/types.html>`_ for a list of types.
2. ``hexString`` - ``String``: The ABI byte code in the ``data`` field of a log.
3. ``topics`` - ``Array``: An array with the index parameter topics of the log, without the topic[0] if its a non-anonymous event, otherwise with topic[0].

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-bzz/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-bzz",
"namespace": "ethereum",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Web3 module to interact with the Swarm network.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-bzz",
"license": "LGPL-3.0",
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": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"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 @@ -18,13 +18,13 @@
"dependencies": {
"@babel/runtime": "^7.3.1",
"lodash": "^4.17.11",
"web3-eth-iban": "1.0.0-beta.46",
"web3-utils": "1.0.0-beta.46"
"web3-eth-iban": "1.0.0-beta.47",
"web3-utils": "1.0.0-beta.47"
},
"devDependencies": {
"dtslint": "^0.4.2",
"web3-core": "1.0.0-beta.46",
"web3-providers": "1.0.0-beta.46"
"web3-core": "1.0.0-beta.47",
"web3-providers": "1.0.0-beta.47"
},
"files": [
"dist",
Expand Down
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": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Handles the JSON-RPC methods. This package is internally used by web3.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-method",
"license": "LGPL-3.0",
Expand All @@ -20,15 +20,15 @@
"@babel/runtime": "^7.3.1",
"eventemitter3": "3.1.0",
"lodash": "^4.17.11",
"web3-core": "1.0.0-beta.46",
"web3-core-helpers": "1.0.0-beta.46",
"web3-core-promievent": "1.0.0-beta.46",
"web3-core-subscriptions": "1.0.0-beta.46",
"web3-utils": "1.0.0-beta.46"
"web3-core": "1.0.0-beta.47",
"web3-core-helpers": "1.0.0-beta.47",
"web3-core-promievent": "1.0.0-beta.47",
"web3-core-subscriptions": "1.0.0-beta.47",
"web3-utils": "1.0.0-beta.47"
},
"devDependencies": {
"dtslint": "^0.4.2",
"web3-providers": "1.0.0-beta.46"
"web3-providers": "1.0.0-beta.47"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-core-promievent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-core-promievent",
"namespace": "ethereum",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-promievent",
"license": "LGPL-3.0",
Expand Down
6 changes: 3 additions & 3 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": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"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 @@ -18,8 +18,8 @@
"@babel/runtime": "^7.3.1",
"eventemitter3": "^3.1.0",
"lodash": "^4.17.11",
"web3-core-helpers": "1.0.0-beta.46",
"web3-utils": "1.0.0-beta.46"
"web3-core-helpers": "1.0.0-beta.47",
"web3-utils": "1.0.0-beta.47"
},
"files": [
"dist"
Expand Down
8 changes: 4 additions & 4 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": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"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 @@ -19,12 +19,12 @@
"@babel/runtime": "^7.3.1",
"@types/node": "^10.12.18",
"lodash": "^4.17.11",
"web3-utils": "1.0.0-beta.46"
"web3-utils": "1.0.0-beta.47"
},
"devDependencies": {
"dtslint": "^0.4.2",
"web3-eth-accounts": "1.0.0-beta.46",
"web3-providers": "1.0.0-beta.46"
"web3-eth-accounts": "1.0.0-beta.47",
"web3-providers": "1.0.0-beta.47"
},
"files": [
"dist",
Expand Down
6 changes: 1 addition & 5 deletions packages/web3-eth-abi/package-lock.json

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

4 changes: 2 additions & 2 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": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"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 @@ -19,7 +19,7 @@
"@babel/runtime": "^7.3.1",
"ethers": "^4.0.0",
"lodash": "^4.17.11",
"web3-utils": "1.0.0-beta.46"
"web3-utils": "1.0.0-beta.47"
},
"devDependencies": {
"dtslint": "^0.4.2"
Expand Down
12 changes: 6 additions & 6 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": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"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 @@ -22,11 +22,11 @@
"lodash": "^4.17.11",
"scrypt.js": "0.2.0",
"uuid": "3.3.2",
"web3-core": "1.0.0-beta.46",
"web3-core-helpers": "1.0.0-beta.46",
"web3-core-method": "1.0.0-beta.46",
"web3-providers": "1.0.0-beta.46",
"web3-utils": "1.0.0-beta.46"
"web3-core": "1.0.0-beta.47",
"web3-core-helpers": "1.0.0-beta.47",
"web3-core-method": "1.0.0-beta.47",
"web3-providers": "1.0.0-beta.47",
"web3-utils": "1.0.0-beta.47"
},
"devDependencies": {
"dtslint": "^0.4.2"
Expand Down
6 changes: 1 addition & 5 deletions packages/web3-eth-contract/package-lock.json

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

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": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"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 @@ -18,15 +18,15 @@
"dependencies": {
"@babel/runtime": "^7.3.1",
"lodash": "^4.17.11",
"web3-core": "1.0.0-beta.46",
"web3-core-helpers": "1.0.0-beta.46",
"web3-core-method": "1.0.0-beta.46",
"web3-core-promievent": "1.0.0-beta.46",
"web3-core-subscriptions": "1.0.0-beta.46",
"web3-eth-abi": "1.0.0-beta.46",
"web3-eth-accounts": "1.0.0-beta.46",
"web3-providers": "1.0.0-beta.46",
"web3-utils": "1.0.0-beta.46"
"web3-core": "1.0.0-beta.47",
"web3-core-helpers": "1.0.0-beta.47",
"web3-core-method": "1.0.0-beta.47",
"web3-core-promievent": "1.0.0-beta.47",
"web3-core-subscriptions": "1.0.0-beta.47",
"web3-eth-abi": "1.0.0-beta.47",
"web3-eth-accounts": "1.0.0-beta.47",
"web3-providers": "1.0.0-beta.47",
"web3-utils": "1.0.0-beta.47"
},
"devDependencies": {
"dtslint": "^0.4.2"
Expand Down
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": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"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 @@ -18,19 +18,19 @@
"@babel/runtime": "^7.3.1",
"eth-ens-namehash": "2.0.8",
"lodash": "^4.17.11",
"web3-core": "1.0.0-beta.46",
"web3-core-helpers": "1.0.0-beta.46",
"web3-core-method": "1.0.0-beta.46",
"web3-core-promievent": "1.0.0-beta.46",
"web3-eth-abi": "1.0.0-beta.46",
"web3-eth-contract": "1.0.0-beta.46",
"web3-net": "1.0.0-beta.46",
"web3-providers": "1.0.0-beta.46",
"web3-utils": "1.0.0-beta.46"
"web3-core": "1.0.0-beta.47",
"web3-core-helpers": "1.0.0-beta.47",
"web3-core-method": "1.0.0-beta.47",
"web3-core-promievent": "1.0.0-beta.47",
"web3-eth-abi": "1.0.0-beta.47",
"web3-eth-contract": "1.0.0-beta.47",
"web3-net": "1.0.0-beta.47",
"web3-providers": "1.0.0-beta.47",
"web3-utils": "1.0.0-beta.47"
},
"devDependencies": {
"dtslint": "^0.4.2",
"web3-eth-accounts": "1.0.0-beta.46"
"web3-eth-accounts": "1.0.0-beta.47"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 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": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"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 @@ -18,7 +18,7 @@
"dependencies": {
"@babel/runtime": "^7.3.1",
"bn.js": "4.11.8",
"web3-utils": "1.0.0-beta.46"
"web3-utils": "1.0.0-beta.47"
},
"devDependencies": {
"dtslint": "^0.4.2"
Expand Down
16 changes: 8 additions & 8 deletions packages/web3-eth-personal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth-personal",
"namespace": "ethereum",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"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-personal",
"license": "LGPL-3.0",
Expand All @@ -17,16 +17,16 @@
"types": "types",
"dependencies": {
"@babel/runtime": "^7.3.1",
"web3-core": "1.0.0-beta.46",
"web3-core-helpers": "1.0.0-beta.46",
"web3-core-method": "1.0.0-beta.46",
"web3-net": "1.0.0-beta.46",
"web3-providers": "1.0.0-beta.46",
"web3-utils": "1.0.0-beta.46"
"web3-core": "1.0.0-beta.47",
"web3-core-helpers": "1.0.0-beta.47",
"web3-core-method": "1.0.0-beta.47",
"web3-net": "1.0.0-beta.47",
"web3-providers": "1.0.0-beta.47",
"web3-utils": "1.0.0-beta.47"
},
"devDependencies": {
"dtslint": "^0.4.2",
"web3-eth-accounts": "1.0.0-beta.46"
"web3-eth-accounts": "1.0.0-beta.47"
},
"files": [
"dist",
Expand Down
30 changes: 15 additions & 15 deletions packages/web3-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3-eth",
"namespace": "ethereum",
"version": "1.0.0-beta.46",
"version": "1.0.0-beta.47",
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth",
"license": "LGPL-3.0",
Expand All @@ -16,21 +16,21 @@
},
"types": "types",
"dependencies": {
"eth-lib": "0.2.8",
"@babel/runtime": "^7.3.1",
"web3-core": "1.0.0-beta.46",
"web3-core-helpers": "1.0.0-beta.46",
"web3-core-method": "1.0.0-beta.46",
"web3-core-subscriptions": "1.0.0-beta.46",
"web3-eth-abi": "1.0.0-beta.46",
"web3-eth-accounts": "1.0.0-beta.46",
"web3-eth-contract": "1.0.0-beta.46",
"web3-eth-ens": "1.0.0-beta.46",
"web3-eth-iban": "1.0.0-beta.46",
"web3-eth-personal": "1.0.0-beta.46",
"web3-net": "1.0.0-beta.46",
"web3-providers": "1.0.0-beta.46",
"web3-utils": "1.0.0-beta.46"
"eth-lib": "0.2.8",
"web3-core": "1.0.0-beta.47",
"web3-core-helpers": "1.0.0-beta.47",
"web3-core-method": "1.0.0-beta.47",
"web3-core-subscriptions": "1.0.0-beta.47",
"web3-eth-abi": "1.0.0-beta.47",
"web3-eth-accounts": "1.0.0-beta.47",
"web3-eth-contract": "1.0.0-beta.47",
"web3-eth-ens": "1.0.0-beta.47",
"web3-eth-iban": "1.0.0-beta.47",
"web3-eth-personal": "1.0.0-beta.47",
"web3-net": "1.0.0-beta.47",
"web3-providers": "1.0.0-beta.47",
"web3-utils": "1.0.0-beta.47"
},
"devDependencies": {
"dtslint": "^0.4.2"
Expand Down
Loading

0 comments on commit b176a97

Please sign in to comment.