Merge branch 'v2-prototype' into update-lerna

* v2-prototype: (48 commits)
  Update CHANGELOG
  Rename call data schema id to CallData. Check for TypedArray when hashing data in order-utils crypto
  Fix broken links in sol-cov documentation
  Fix 0x.js ts warnings
  Update yarn.lock
  Fix 0x.js ts warnings
  Fix 0x.js tests on CI
  Fix a bad merge
  Update package versions
  Merge
  Update changelogs
  Add a test for ERC721 Allowance
  Use allowance instead of approval for all in fill-scenarios
  Upgrade sha3 to 1.2.2 to work with node v10
  Check if the token doesn't exist before minting in fill scenarios
  Make downlevelIteration a global config
  Fix tests descriptions
  DRY up the code in order-watcher collision-resistant abi decoder
  Await transactions in fillScenarios
  Rename decodeAssetData to decodeAssetDataOrThrow
  ...
This commit is contained in:
Fabio Berger
2018-07-19 16:38:33 +02:00
127 changed files with 2377 additions and 3499 deletions

View File

@@ -1,6 +1,6 @@
[
{
"version": "0.4.2",
"version": "0.4.4",
"changes": [
{
"note": "Add types for `eth-lightwallet`",
@@ -20,6 +20,16 @@
}
]
},
{
"version": "0.4.3",
"changes": [
{
"note": "Add back ethers-contracts types for Aquaduct which relies on it",
"pr": 885
}
],
"timestamp": 1531919263
},
{
"timestamp": 1529397769,
"version": "0.4.1",
@@ -27,8 +37,7 @@
{
"note": "Dependencies updated"
}
],
"timestamp": 1531149657
]
},
{
"timestamp": 1529397769,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.4.3 - _July 18, 2018_
* Add back ethers-contracts types for Aquaduct which relies on it (#885)
## v0.4.2 - _July 9, 2018_
* Improve 'web3-provider-engine' typings (#768)

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/typescript-typings",
"version": "0.4.2",
"version": "0.4.3",
"engines": {
"node": ">=6.12"
},