Updated CHANGELOGS

This commit is contained in:
xianny 2019-08-08 09:29:08 -07:00
parent 38a12475bc
commit 89ee6fe6db
92 changed files with 518 additions and 39 deletions

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "2.2.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.2.4",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.2.5 - _August 8, 2019_
* Dependencies updated
## v2.2.4 - _July 31, 2019_
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "2.0.10",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.0.9",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.10 - _August 8, 2019_
* Dependencies updated
## v2.0.9 - _July 31, 2019_
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "0.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564607468,
"version": "0.0.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.0.7 - _August 8, 2019_
* Dependencies updated
## v0.0.6 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "1.1.12",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.1.11",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.1.12 - _August 8, 2019_
* Dependencies updated
## v1.1.11 - _July 31, 2019_
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "2.2.11",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.2.10",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.2.11 - _August 8, 2019_
* Dependencies updated
## v2.2.10 - _July 31, 2019_
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "2.1.12",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.1.11",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.12 - _August 8, 2019_
* Dependencies updated
## v2.1.11 - _July 31, 2019_
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "3.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.0.8",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.9 - _August 8, 2019_
* Dependencies updated
## v3.0.8 - _July 31, 2019_
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "3.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.0.4",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.5 - _August 8, 2019_
* Dependencies updated
## v3.0.4 - _July 31, 2019_
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "2.1.11",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.1.10",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.11 - _August 8, 2019_
* Dependencies updated
## v2.1.10 - _July 31, 2019_
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "4.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "4.0.4",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.5 - _August 8, 2019_
* Dependencies updated
## v4.0.4 - _July 31, 2019_
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

View File

@ -48,7 +48,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^3.1.2",
"@0x/contract-wrappers": "10.1.0",
"@0x/contract-wrappers": "^9.1.7",
"@0x/contracts-gen": "^1.0.12",
"@0x/contracts-test-utils": "^3.1.12",
"@0x/dev-utils": "^2.2.6",

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "3.1.11",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.1.10",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.11 - _August 8, 2019_
* Dependencies updated
## v3.1.10 - _July 31, 2019_
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "3.1.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "3.1.12",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.13 - _August 8, 2019_
* Dependencies updated
## v3.1.12 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "3.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.2.0",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.2.1 - _August 8, 2019_
* Dependencies updated
## v3.2.0 - _July 31, 2019_
* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "6.0.15",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "6.0.14",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.0.15 - _August 8, 2019_
* Dependencies updated
## v6.0.14 - _July 31, 2019_
* Dependencies updated

View File

@ -76,7 +76,7 @@
"@0x/assert": "^2.1.2",
"@0x/asset-swapper": "^1.0.0",
"@0x/base-contract": "^5.3.0",
"@0x/contract-wrappers": "10.1.0",
"@0x/contract-wrappers": "^9.1.7",
"@0x/order-utils": "^8.2.4",
"@0x/order-watcher": "^4.0.16",
"@0x/subproviders": "^5.0.0",

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "2.4.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.4.0",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.4.1 - _August 8, 2019_
* Dependencies updated
## v2.4.0 - _July 31, 2019_
* Updated interface to `deployFrom0xArtifactAsync` to include log decode dependencies. (#1995)

View File

@ -6,7 +6,8 @@
"note": "Updated to include `getABIDecodedTransactionData` and `getABIDecodedReturnData`",
"pr": 2018
}
]
],
"timestamp": 1565281154
},
{
"version": "5.1.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.2.0 - _August 8, 2019_
* Updated to include `getABIDecodedTransactionData` and `getABIDecodedReturnData` (#2018)
## v5.1.0 - _July 31, 2019_
* Add subscribe/unsubscribe methods for events (#1970)

View File

@ -10,7 +10,8 @@
"note": "Added tests for`getABIDecodedTransactionData` and `getABIDecodedReturnData` in contract wrappers.",
"pr": 2018
}
]
],
"timestamp": 1565281154
},
{
"version": "4.0.0",

View File

@ -5,6 +5,23 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.1.0 - _August 8, 2019_
* Updated expected typescript output for cli tests to include `getABIDecodedTransactionData` and `getABIDecodedReturnData` (#2018)
* Added tests for`getABIDecodedTransactionData` and `getABIDecodedReturnData` in contract wrappers. (#2018)
## v4.0.0 - _Invalid date_
* whitespace changes to generated Python code (#1996)
* move Python Validator base class from generated code to common package (#1996)
* Changed fundamental thing-to-be-wrapped from the contract to the contract method. That is, now there is a base contract method wrapper class rather than a base contract wrapper class, and individual contract methods are represented by named classes inheriting from that base, and the different operations on a method are now represented by a nested-object dot notation, ie, WrappedContract.ContractMethod.call() and WrappedContract.ContractMethod.send_transaction(). (#1996)
* added gas estimation functionality to contract methods (#1996)
* Python: fixed bug with methods returning multiple values (#1996)
* Python: fixed bug with methods returning arrays of structs (#1996)
* Python: fixed bug with methods that return a struct that contains another struct where the inner struct was not otherwise directly referenced by any method (#1996)
* Python: fixed bug with tuples sometimes being used before they were declared (#1996)
* Python: fixed bug with supporting overloaded methods (#1996)
## v3.1.2 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "2.1.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "2.1.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.3 - _August 8, 2019_
* Dependencies updated
## v2.1.2 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "6.1.11",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "6.1.10",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.1.11 - _August 8, 2019_
* Dependencies updated
## v6.1.10 - _July 31, 2019_
* Dependencies updated

View File

@ -39,7 +39,7 @@
"dependencies": {
"@0x/assert": "^2.1.2",
"@0x/connect": "^5.0.15",
"@0x/contract-wrappers": "10.1.0",
"@0x/contract-wrappers": "^9.1.7",
"@0x/json-schemas": "^3.1.12",
"@0x/order-utils": "^8.2.4",
"@0x/subproviders": "^5.0.0",

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.0",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.1 - _August 8, 2019_
* Dependencies updated
## v1.0.0 - _July 31, 2019_
* Added optimization utils to consumer output (#1988)

View File

@ -40,7 +40,7 @@
"@0x/assert": "^2.1.2",
"@0x/connect": "^5.0.15",
"@0x/contract-addresses": "^3.0.2",
"@0x/contract-wrappers": "10.1.0",
"@0x/contract-wrappers": "^9.1.7",
"@0x/dev-utils": "^2.2.6",
"@0x/fill-scenarios": "^3.0.15",
"@0x/json-schemas": "^3.1.12",

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "5.3.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "5.3.0",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.3.1 - _August 8, 2019_
* Dependencies updated
## v5.3.0 - _July 31, 2019_
* Updated interface to `deployFrom0xArtifactAsync` to include log decode dependencies. (#1995)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "5.0.16",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "5.0.15",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.0.16 - _August 8, 2019_
* Dependencies updated
## v5.0.15 - _July 31, 2019_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Added StaticCallAssetProxy and ERC1155AssetProxy",
"pr": 2021
}
]
],
"timestamp": 1565281154
},
{
"version": "3.0.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.3 - _August 8, 2019_
* Added StaticCallAssetProxy and ERC1155AssetProxy (#2021)
## v3.0.2 - _July 15, 2019_
* Update OrderValidator testnet addresses

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "2.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "2.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.4 - _August 8, 2019_
* Dependencies updated
## v2.0.3 - _July 31, 2019_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Use @0x/abi-gen to generate wrappers. For a full list of changes, see https://github.com/0xProject/0x-monorepo/issues/2040",
"pr": 2037
}
]
],
"timestamp": 1565281154
},
{
"version": "10.1.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v11.0.0 - _August 8, 2019_
* Use @0x/abi-gen to generate wrappers. For a full list of changes, see https://github.com/0xProject/0x-monorepo/issues/2040 (#2037)
## v10.1.0 - _July 31, 2019_
* Updated interface to `deployFrom0xArtifactAsync` to include log decode dependencies. (#1995)

View File

@ -1,6 +1,6 @@
{
"name": "@0x/contract-wrappers",
"version": "11.0.0",
"version": "10.1.0",
"engines": {
"node": ">=6.12"
},

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "1.0.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "1.0.12",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.13 - _August 8, 2019_
* Dependencies updated
## v1.0.12 - _July 31, 2019_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Move `tokenUtils` here from `@0x/contract-wrappers`",
"pr": 2037
}
]
],
"timestamp": 1565281154
},
{
"timestamp": 1564604963,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.3.0 - _August 8, 2019_
* Move `tokenUtils` here from `@0x/contract-wrappers` (#2037)
## v2.2.6 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "3.0.16",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "3.0.15",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.16 - _August 8, 2019_
* Dependencies updated
## v3.0.15 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "3.1.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "3.1.12",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.13 - _August 8, 2019_
* Dependencies updated
## v3.1.12 - _July 31, 2019_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Added StaticCallAssetProxy and ERC1155AssetProxy",
"pr": 2021
}
]
],
"timestamp": 1565281154
},
{
"version": "4.1.11",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.2.0 - _August 8, 2019_
* Added StaticCallAssetProxy and ERC1155AssetProxy (#2021)
## v4.1.11 - _July 31, 2019_
* Updated calls to <contract wrapper>.deploy0xArtifactAsync to include log decode dependencies. (#1995)

View File

@ -24,7 +24,7 @@ export const dockerHubUtils = {
throw new Error(
`DockerHub user login failed (status code: ${
response.status
}). Make sure you have environment variables 'DOCKER_USERNAME; and 'DOCKER_PASS' set`,
}). Make sure you have environment variables 'DOCKER_USERNAME; and 'DOCKER_PASS' set [ ${JSON.stringify(payload)}]`,
);
}
const respPayload = await response.json();

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "8.2.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "8.2.4",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v8.2.5 - _August 8, 2019_
* Dependencies updated
## v8.2.4 - _July 31, 2019_
* Updated calls to <contract wrapper>.deploy0xArtifactAsync to include log decode dependencies. (#1995)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "4.0.17",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "4.0.16",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.17 - _August 8, 2019_
* Dependencies updated
## v4.0.16 - _July 31, 2019_
* Dependencies updated

View File

@ -64,7 +64,7 @@
"@0x/base-contract": "^5.3.0",
"@0x/contract-addresses": "^3.0.2",
"@0x/contract-artifacts": "^2.0.3",
"@0x/contract-wrappers": "10.1.0",
"@0x/contract-wrappers": "^9.1.7",
"@0x/fill-scenarios": "^3.0.15",
"@0x/json-schemas": "^3.1.12",
"@0x/order-utils": "^8.2.4",

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "3.1.12",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "3.1.11",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.12 - _August 8, 2019_
* Dependencies updated
## v3.1.11 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "3.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "3.0.8",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.9 - _August 8, 2019_
* Dependencies updated
## v3.0.8 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "2.0.16",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "2.0.15",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.16 - _August 8, 2019_
* Dependencies updated
## v2.0.15 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "3.1.11",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "3.1.10",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.11 - _August 8, 2019_
* Dependencies updated
## v3.1.10 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "2.0.17",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "2.0.16",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.17 - _August 8, 2019_
* Dependencies updated
## v2.0.16 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "6.0.16",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "6.0.15",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.0.16 - _August 8, 2019_
* Dependencies updated
## v6.0.15 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "2.0.14",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "2.0.13",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.14 - _August 8, 2019_
* Dependencies updated
## v2.0.13 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "5.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "5.0.0",
"changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.0.1 - _August 8, 2019_
* Dependencies updated
## v5.0.0 - _July 31, 2019_
* Remove eth-lightwallet subprovider

View File

@ -10,7 +10,8 @@
"note": "Throw exception when trying to decode beyond boundaries of calldata",
"pr": 2018
}
]
],
"timestamp": 1565281154
},
{
"timestamp": 1564604963,

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.5.0 - _August 8, 2019_
* Updated to include `strictDecode` for decoding method arguments (#2018)
* Throw exception when trying to decode beyond boundaries of calldata (#2018)
## v4.4.2 - _July 31, 2019_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1565281154,
"version": "6.0.10",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1564604963,
"version": "6.0.9",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.0.10 - _August 8, 2019_
* Dependencies updated
## v6.0.9 - _July 31, 2019_
* Dependencies updated

View File

@ -687,31 +687,6 @@
version "1.5.1"
resolved "https://registry.npmjs.org/@0x/contract-artifacts/-/contract-artifacts-1.5.1.tgz#6fba56a1d3e2d5d897a75fcfa432e49e2ebb17a7"
"@0x/contract-wrappers@10.1.0":
version "10.1.0"
resolved "https://registry.yarnpkg.com/@0x/contract-wrappers/-/contract-wrappers-10.1.0.tgz#7d4d7871a0c55bf77b5f4f253311fc5aea9c18f6"
dependencies:
"@0x/abi-gen-wrappers" "^5.1.0"
"@0x/assert" "^2.1.2"
"@0x/base-contract" "^5.3.0"
"@0x/contract-addresses" "^3.0.2"
"@0x/contract-artifacts" "^2.0.3"
"@0x/json-schemas" "^3.1.12"
"@0x/order-utils" "^8.2.4"
"@0x/types" "^2.4.1"
"@0x/typescript-typings" "^4.2.4"
"@0x/utils" "^4.4.2"
"@0x/web3-wrapper" "^6.0.9"
ethereum-types "^2.1.4"
ethereumjs-abi "0.6.5"
ethereumjs-blockstream "6.0.0"
ethereumjs-util "^5.1.1"
ethers "~4.0.4"
http-status-codes "^1.3.2"
js-sha3 "^0.7.0"
lodash "^4.17.11"
uuid "^3.3.2"
"@0x/contract-wrappers@^9.1.6", "@0x/contract-wrappers@^9.1.7":
version "9.1.8"
resolved "https://registry.yarnpkg.com/@0x/contract-wrappers/-/contract-wrappers-9.1.8.tgz#5923d35af3e4b442a57d02f74e02620b2d5b1356"