Merge branch 'development' of github.com:0xProject/0x-monorepo into feature/plp-integration
# Conflicts: # packages/asset-swapper/package.json
This commit is contained in:
commit
5d4bbd5b37
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "3.2.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "3.2.3",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v3.2.4 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v3.2.3 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-asset-proxy",
|
||||
"version": "3.2.3",
|
||||
"version": "3.2.4",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -53,8 +53,8 @@
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
@ -79,11 +79,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/contracts-erc1155": "^2.1.3",
|
||||
"@0x/contracts-erc20": "^3.1.3",
|
||||
"@0x/contracts-erc721": "^3.1.3",
|
||||
"@0x/contracts-exchange-libs": "^4.3.3",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/contracts-erc1155": "^2.1.4",
|
||||
"@0x/contracts-erc20": "^3.1.4",
|
||||
"@0x/contracts-erc721": "^3.1.4",
|
||||
"@0x/contracts-exchange-libs": "^4.3.4",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/types": "^3.1.2",
|
||||
"@0x/typescript-typings": "^5.0.2",
|
||||
"@0x/utils": "^5.4.1",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "1.1.3",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "1.1.2",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v1.1.3 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v1.1.2 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-broker",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,14 +52,14 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-asset-proxy": "^3.2.3",
|
||||
"@0x/contracts-erc20": "^3.1.3",
|
||||
"@0x/contracts-erc721": "^3.1.3",
|
||||
"@0x/contracts-exchange": "^3.2.3",
|
||||
"@0x/contracts-exchange-libs": "^4.3.3",
|
||||
"@0x/contracts-asset-proxy": "^3.2.4",
|
||||
"@0x/contracts-erc20": "^3.1.4",
|
||||
"@0x/contracts-erc721": "^3.1.4",
|
||||
"@0x/contracts-exchange": "^3.2.4",
|
||||
"@0x/contracts-exchange-libs": "^4.3.4",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
@ -85,7 +85,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/typescript-typings": "^5.0.2",
|
||||
"@0x/utils": "^5.4.1",
|
||||
"ethereum-types": "^3.1.0"
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "3.1.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "3.1.3",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v3.1.4 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v3.1.3 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-coordinator",
|
||||
"version": "3.1.3",
|
||||
"version": "3.1.4",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -53,14 +53,14 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-asset-proxy": "^3.2.3",
|
||||
"@0x/contracts-dev-utils": "^1.3.1",
|
||||
"@0x/contracts-erc20": "^3.1.3",
|
||||
"@0x/contracts-exchange": "^3.2.3",
|
||||
"@0x/contracts-asset-proxy": "^3.2.4",
|
||||
"@0x/contracts-dev-utils": "^1.3.2",
|
||||
"@0x/contracts-erc20": "^3.1.4",
|
||||
"@0x/contracts-exchange": "^3.2.4",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
@ -86,8 +86,8 @@
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.7",
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/contract-addresses": "^4.7.0",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contract-addresses": "^4.8.0",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/json-schemas": "^5.0.7",
|
||||
"@0x/types": "^3.1.2",
|
||||
"@0x/typescript-typings": "^5.0.2",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "1.3.2",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "1.3.1",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v1.3.2 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v1.3.1 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-dev-utils",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -43,10 +43,10 @@
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/assert": "^3.0.7",
|
||||
"@0x/contracts-asset-proxy": "^3.2.3",
|
||||
"@0x/contracts-erc20": "^3.1.3",
|
||||
"@0x/contracts-asset-proxy": "^3.2.4",
|
||||
"@0x/contracts-erc20": "^3.1.4",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "2.1.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "2.1.3",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.1.4 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v2.1.3 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc1155",
|
||||
"version": "2.1.3",
|
||||
"version": "2.1.4",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -54,7 +54,7 @@
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
@ -81,7 +81,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/utils": "^5.4.1",
|
||||
"@0x/web3-wrapper": "^7.0.7",
|
||||
"lodash": "^4.17.11"
|
||||
|
@ -10,7 +10,8 @@
|
||||
"note": "Use liquidity provider registry in sampler",
|
||||
"pr": 2499
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1582837861
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
|
@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v1.5.0 - _February 27, 2020_
|
||||
|
||||
* Add generic liquidity provider sampling (#2487)
|
||||
* Use liquidity provider registry in sampler (#2499)
|
||||
|
||||
## v1.4.2 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -562,8 +562,8 @@ contract ERC20BridgeSampler is
|
||||
makerToken
|
||||
);
|
||||
(bool didSucceed, bytes memory returnData) = registryAddress.staticcall(callData);
|
||||
if (didSucceed) {
|
||||
return LibBytes.readAddress(returnData, 0);
|
||||
if (didSucceed && returnData.length == 32) {
|
||||
return LibBytes.readAddress(returnData, 12);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc20-bridge-sampler",
|
||||
"version": "1.4.2",
|
||||
"version": "1.5.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -51,13 +51,13 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-asset-proxy": "^3.2.3",
|
||||
"@0x/contracts-erc20": "^3.1.3",
|
||||
"@0x/contracts-exchange": "^3.2.3",
|
||||
"@0x/contracts-exchange-libs": "^4.3.3",
|
||||
"@0x/contracts-asset-proxy": "^3.2.4",
|
||||
"@0x/contracts-erc20": "^3.1.4",
|
||||
"@0x/contracts-exchange": "^3.2.4",
|
||||
"@0x/contracts-exchange-libs": "^4.3.4",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "3.1.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "3.1.3",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v3.1.4 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v3.1.3 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc20",
|
||||
"version": "3.1.3",
|
||||
"version": "3.1.4",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -53,8 +53,8 @@
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "3.1.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "3.1.3",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v3.1.4 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v3.1.3 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc721",
|
||||
"version": "3.1.3",
|
||||
"version": "3.1.4",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -54,8 +54,8 @@
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "4.2.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "4.2.3",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v4.2.4 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v4.2.3 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-exchange-forwarder",
|
||||
"version": "4.2.3",
|
||||
"version": "4.2.4",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -53,18 +53,18 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-asset-proxy": "^3.2.3",
|
||||
"@0x/contracts-dev-utils": "^1.3.1",
|
||||
"@0x/contracts-erc1155": "^2.1.3",
|
||||
"@0x/contracts-erc20": "^3.1.3",
|
||||
"@0x/contracts-erc721": "^3.1.3",
|
||||
"@0x/contracts-exchange": "^3.2.3",
|
||||
"@0x/contracts-exchange-libs": "^4.3.3",
|
||||
"@0x/contracts-asset-proxy": "^3.2.4",
|
||||
"@0x/contracts-dev-utils": "^1.3.2",
|
||||
"@0x/contracts-erc1155": "^2.1.4",
|
||||
"@0x/contracts-erc20": "^3.1.4",
|
||||
"@0x/contracts-erc721": "^3.1.4",
|
||||
"@0x/contracts-exchange": "^3.2.4",
|
||||
"@0x/contracts-exchange-libs": "^4.3.4",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "4.3.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "4.3.3",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v4.3.4 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v4.3.3 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-exchange-libs",
|
||||
"version": "4.3.3",
|
||||
"version": "4.3.4",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -81,9 +81,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/types": "^3.1.2",
|
||||
"@0x/typescript-typings": "^5.0.2",
|
||||
"@0x/utils": "^5.4.1",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "3.2.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "3.2.3",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v3.2.4 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v3.2.3 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-exchange",
|
||||
"version": "3.2.3",
|
||||
"version": "3.2.4",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -53,13 +53,13 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-asset-proxy": "^3.2.3",
|
||||
"@0x/contracts-exchange-libs": "^4.3.3",
|
||||
"@0x/contracts-asset-proxy": "^3.2.4",
|
||||
"@0x/contracts-exchange-libs": "^4.3.4",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-multisig": "^4.1.3",
|
||||
"@0x/contracts-staking": "^2.0.10",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contracts-multisig": "^4.1.4",
|
||||
"@0x/contracts-staking": "^2.0.11",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
@ -89,11 +89,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/contracts-dev-utils": "^1.3.1",
|
||||
"@0x/contracts-erc1155": "^2.1.3",
|
||||
"@0x/contracts-erc20": "^3.1.3",
|
||||
"@0x/contracts-erc721": "^3.1.3",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/contracts-dev-utils": "^1.3.2",
|
||||
"@0x/contracts-erc1155": "^2.1.4",
|
||||
"@0x/contracts-erc20": "^3.1.4",
|
||||
"@0x/contracts-erc721": "^3.1.4",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/utils": "^5.4.1",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "6.1.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "6.1.3",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v6.1.4 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v6.1.3 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-extensions",
|
||||
"version": "6.1.3",
|
||||
"version": "6.1.4",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,17 +52,17 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-asset-proxy": "^3.2.3",
|
||||
"@0x/contracts-dev-utils": "^1.3.1",
|
||||
"@0x/contracts-erc20": "^3.1.3",
|
||||
"@0x/contracts-erc721": "^3.1.3",
|
||||
"@0x/contracts-exchange": "^3.2.3",
|
||||
"@0x/contracts-exchange-libs": "^4.3.3",
|
||||
"@0x/contracts-asset-proxy": "^3.2.4",
|
||||
"@0x/contracts-dev-utils": "^1.3.2",
|
||||
"@0x/contracts-erc20": "^3.1.4",
|
||||
"@0x/contracts-erc721": "^3.1.4",
|
||||
"@0x/contracts-exchange": "^3.2.4",
|
||||
"@0x/contracts-exchange-libs": "^4.3.4",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
|
@ -6,7 +6,8 @@
|
||||
"note": "Add `ChaiBridge` and `DydxBridge` gas benchmark tests.",
|
||||
"pr": 2478
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1582837861
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.5.0 - _February 27, 2020_
|
||||
|
||||
* Add `ChaiBridge` and `DydxBridge` gas benchmark tests. (#2478)
|
||||
|
||||
## v2.4.2 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-integrations",
|
||||
"version": "2.4.2",
|
||||
"version": "2.5.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,21 +52,21 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contract-addresses": "^4.7.0",
|
||||
"@0x/contract-wrappers": "^13.6.1",
|
||||
"@0x/contracts-broker": "^1.1.2",
|
||||
"@0x/contracts-coordinator": "^3.1.3",
|
||||
"@0x/contracts-dev-utils": "^1.3.1",
|
||||
"@0x/contracts-erc20-bridge-sampler": "^1.4.2",
|
||||
"@0x/contracts-exchange-forwarder": "^4.2.3",
|
||||
"@0x/contracts-exchange-libs": "^4.3.3",
|
||||
"@0x/contracts-extensions": "^6.1.3",
|
||||
"@0x/contract-addresses": "^4.8.0",
|
||||
"@0x/contract-wrappers": "^13.6.2",
|
||||
"@0x/contracts-broker": "^1.1.3",
|
||||
"@0x/contracts-coordinator": "^3.1.4",
|
||||
"@0x/contracts-dev-utils": "^1.3.2",
|
||||
"@0x/contracts-erc20-bridge-sampler": "^1.5.0",
|
||||
"@0x/contracts-exchange-forwarder": "^4.2.4",
|
||||
"@0x/contracts-exchange-libs": "^4.3.4",
|
||||
"@0x/contracts-extensions": "^6.1.4",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/coordinator-server": "^1.0.5",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/migrations": "^6.2.2",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/migrations": "^6.2.3",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.7",
|
||||
@ -92,16 +92,16 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/asset-swapper": "^4.3.1",
|
||||
"@0x/asset-swapper": "^4.3.2",
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/contracts-asset-proxy": "^3.2.3",
|
||||
"@0x/contracts-erc1155": "^2.1.3",
|
||||
"@0x/contracts-erc20": "^3.1.3",
|
||||
"@0x/contracts-erc721": "^3.1.3",
|
||||
"@0x/contracts-exchange": "^3.2.3",
|
||||
"@0x/contracts-multisig": "^4.1.3",
|
||||
"@0x/contracts-staking": "^2.0.10",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-asset-proxy": "^3.2.4",
|
||||
"@0x/contracts-erc1155": "^2.1.4",
|
||||
"@0x/contracts-erc20": "^3.1.4",
|
||||
"@0x/contracts-erc721": "^3.1.4",
|
||||
"@0x/contracts-exchange": "^3.2.4",
|
||||
"@0x/contracts-multisig": "^4.1.4",
|
||||
"@0x/contracts-staking": "^2.0.11",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/types": "^3.1.2",
|
||||
"@0x/typescript-typings": "^5.0.2",
|
||||
"@0x/utils": "^5.4.1",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "4.1.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "4.1.3",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v4.1.4 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v4.1.3 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-multisig",
|
||||
"version": "4.1.3",
|
||||
"version": "4.1.4",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -50,11 +50,11 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-asset-proxy": "^3.2.3",
|
||||
"@0x/contracts-erc20": "^3.1.3",
|
||||
"@0x/contracts-asset-proxy": "^3.2.4",
|
||||
"@0x/contracts-erc20": "^3.1.4",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "2.0.11",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "2.0.10",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.0.11 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v2.0.10 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-staking",
|
||||
"version": "2.0.10",
|
||||
"version": "2.0.11",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -54,14 +54,14 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-asset-proxy": "^3.2.3",
|
||||
"@0x/contracts-dev-utils": "^1.3.1",
|
||||
"@0x/contracts-erc20": "^3.1.3",
|
||||
"@0x/contracts-exchange-libs": "^4.3.3",
|
||||
"@0x/contracts-asset-proxy": "^3.2.4",
|
||||
"@0x/contracts-dev-utils": "^1.3.2",
|
||||
"@0x/contracts-erc20": "^3.1.4",
|
||||
"@0x/contracts-exchange-libs": "^4.3.4",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
@ -88,7 +88,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/typescript-typings": "^5.0.2",
|
||||
"@0x/utils": "^5.4.1",
|
||||
"ethereum-types": "^3.1.0",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "5.3.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "5.3.0",
|
||||
"changes": [
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v5.3.1 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v5.3.0 - _February 25, 2020_
|
||||
|
||||
* Add `blockchainTests.config` (#2466)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-test-utils",
|
||||
"version": "5.3.0",
|
||||
"version": "5.3.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -44,10 +44,10 @@
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.7",
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/contract-addresses": "^4.7.0",
|
||||
"@0x/contract-addresses": "^4.8.0",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/json-schemas": "^5.0.7",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/sol-coverage": "^4.0.8",
|
||||
"@0x/sol-profiler": "^4.0.8",
|
||||
"@0x/sol-trace": "^3.0.8",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "4.4.2",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "4.4.1",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v4.4.2 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v4.4.1 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-utils",
|
||||
"version": "4.4.1",
|
||||
"version": "4.4.2",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,9 +52,9 @@
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.2.2",
|
||||
"@0x/contracts-gen": "^2.0.8",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.2",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "9.1.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "9.1.3",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v9.1.4 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v9.1.3 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "0x.js",
|
||||
"version": "9.1.3",
|
||||
"version": "9.1.4",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -46,9 +46,9 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@0x/contract-addresses": "^4.7.0",
|
||||
"@0x/contract-addresses": "^4.8.0",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/migrations": "^6.2.2",
|
||||
"@0x/migrations": "^6.2.3",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
@ -79,10 +79,10 @@
|
||||
"dependencies": {
|
||||
"@0x/abi-gen-wrappers": "^5.4.0-beta.3",
|
||||
"@0x/assert": "^3.0.7",
|
||||
"@0x/asset-swapper": "^4.3.1",
|
||||
"@0x/asset-swapper": "^4.3.2",
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/contract-wrappers": "^13.6.1",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/contract-wrappers": "^13.6.2",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/subproviders": "^6.0.8",
|
||||
"@0x/types": "^3.1.2",
|
||||
"@0x/typescript-typings": "^5.0.2",
|
||||
|
@ -6,7 +6,8 @@
|
||||
"note": "Fix order native pruning by fill amount",
|
||||
"pr": 2500
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1582837861
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v4.3.2 - _February 27, 2020_
|
||||
|
||||
* Fix order native pruning by fill amount (#2500)
|
||||
|
||||
## v4.3.1 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/asset-swapper",
|
||||
"version": "4.3.1",
|
||||
"version": "4.3.2",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -42,11 +42,11 @@
|
||||
"homepage": "https://0x.org/asset-swapper",
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.7",
|
||||
"@0x/contract-addresses": "^4.7.0",
|
||||
"@0x/contract-wrappers": "^13.6.1",
|
||||
"@0x/contract-addresses": "^4.8.0",
|
||||
"@0x/contract-wrappers": "^13.6.2",
|
||||
"@0x/json-schemas": "^5.0.7",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/orderbook": "^2.2.3",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/orderbook": "^2.2.4",
|
||||
"@0x/utils": "^5.4.1",
|
||||
"@0x/web3-wrapper": "^7.0.7",
|
||||
"heartbeats": "^5.0.1",
|
||||
@ -54,11 +54,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/contracts-erc20-bridge-sampler": "1.5.0",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/mesh-rpc-client": "^7.0.4-beta-0xv3",
|
||||
"@0x/migrations": "^6.2.2",
|
||||
"@0x/migrations": "^6.2.3",
|
||||
"@0x/subproviders": "^6.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "4.9.0",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Redeploy `ERC20BridgeSampler`",
|
||||
"pr": 2503
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "4.8.0",
|
||||
"changes": [
|
||||
@ -6,7 +15,8 @@
|
||||
"note": "Added Broker, GodsUnchainedValidator, ChainlinkStopLimit to index.ts",
|
||||
"pr": 2498
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1582837861
|
||||
},
|
||||
{
|
||||
"version": "4.7.0",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v4.8.0 - _February 27, 2020_
|
||||
|
||||
* Added Broker, GodsUnchainedValidator, ChainlinkStopLimit to index.ts (#2498)
|
||||
|
||||
## v4.7.0 - _February 25, 2020_
|
||||
|
||||
* Update `DevUtils` addresses. (#2493)
|
||||
|
@ -20,7 +20,7 @@
|
||||
"devUtils": "0x74134cf88b21383713e096a5ecf59e297dc7f547",
|
||||
"erc20BridgeProxy": "0x8ed95d1746bf1e4dab58d8ed4724f1ef95b20db0",
|
||||
"uniswapBridge": "0x533344cfdf2a3e911e2cf4c6f5ed08e791f5355f",
|
||||
"erc20BridgeSampler": "0x43cfd1027bcc01d3df714d9e7bf989622e4bbec1",
|
||||
"erc20BridgeSampler": "0xb2dee8cf2a06fbf0942fda5521f890b6e9911bfe",
|
||||
"kyberBridge": "0xf342f3a80fdc9b48713d58fe97e17f5cc764ee62",
|
||||
"eth2DaiBridge": "0xe3379a1956f4a79f39eb2e87bb441419e167538e",
|
||||
"chaiBridge": "0x77c31eba23043b9a72d13470f3a3a311344d7438",
|
||||
@ -114,7 +114,7 @@
|
||||
"erc20BridgeProxy": "0xfb2dd2a1366de37f7241c83d47da58fd503e2c64",
|
||||
"uniswapBridge": "0x8224aa8fe5c9f07d5a59c735386ff6cc6aaeb568",
|
||||
"eth2DaiBridge": "0x9485d65c6a2fae0d519cced5bd830e57c41998a9",
|
||||
"erc20BridgeSampler": "0x0937795148f54f08538390d936e898163684b33f",
|
||||
"erc20BridgeSampler": "0x4f1556e5fe03a0da39091260f78d2cf765baa091",
|
||||
"kyberBridge": "0xde7b2747624a647600fdb349184d0448ab954929",
|
||||
"chaiBridge": "0x0000000000000000000000000000000000000000",
|
||||
"dydxBridge": "0x0000000000000000000000000000000000000000",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-addresses",
|
||||
"version": "4.7.0",
|
||||
"version": "4.8.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-wrappers-test",
|
||||
"version": "12.2.11",
|
||||
"version": "12.2.12",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -31,11 +31,11 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-wrappers-test/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/contract-wrappers": "^13.6.1",
|
||||
"@0x/contracts-test-utils": "^5.3.0",
|
||||
"@0x/contract-wrappers": "^13.6.2",
|
||||
"@0x/contracts-test-utils": "^5.3.1",
|
||||
"@0x/dev-utils": "^3.2.1",
|
||||
"@0x/migrations": "^6.2.2",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/migrations": "^6.2.3",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/subproviders": "^6.0.8",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "13.6.2",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582623685,
|
||||
"version": "13.6.1",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v13.6.2 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v13.6.1 - _February 25, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-wrappers",
|
||||
"version": "13.6.1",
|
||||
"version": "13.6.2",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,7 +52,7 @@
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.7",
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/contract-addresses": "^4.7.0",
|
||||
"@0x/contract-addresses": "^4.8.0",
|
||||
"@0x/json-schemas": "^5.0.7",
|
||||
"@0x/types": "^3.1.2",
|
||||
"@0x/utils": "^5.4.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/instant",
|
||||
"version": "1.0.48",
|
||||
"version": "1.0.49",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -44,8 +44,8 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.7",
|
||||
"@0x/asset-swapper": "^4.3.1",
|
||||
"@0x/contract-wrappers": "^13.6.1",
|
||||
"@0x/asset-swapper": "^4.3.2",
|
||||
"@0x/contract-wrappers": "^13.6.2",
|
||||
"@0x/json-schemas": "^5.0.7",
|
||||
"@0x/subproviders": "^6.0.8",
|
||||
"@0x/utils": "^5.4.1",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "6.2.3",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "6.2.2",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v6.2.3 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v6.2.2 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/migrations",
|
||||
"version": "6.2.2",
|
||||
"version": "6.2.3",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -62,20 +62,20 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.2.1",
|
||||
"@0x/contract-addresses": "^4.7.0",
|
||||
"@0x/contract-wrappers": "^13.6.1",
|
||||
"@0x/contracts-asset-proxy": "^3.2.3",
|
||||
"@0x/contracts-coordinator": "^3.1.3",
|
||||
"@0x/contracts-dev-utils": "^1.3.1",
|
||||
"@0x/contracts-erc1155": "^2.1.3",
|
||||
"@0x/contracts-erc20": "^3.1.3",
|
||||
"@0x/contracts-erc721": "^3.1.3",
|
||||
"@0x/contracts-exchange": "^3.2.3",
|
||||
"@0x/contracts-exchange-forwarder": "^4.2.3",
|
||||
"@0x/contracts-extensions": "^6.1.3",
|
||||
"@0x/contracts-multisig": "^4.1.3",
|
||||
"@0x/contracts-staking": "^2.0.10",
|
||||
"@0x/contracts-utils": "^4.4.1",
|
||||
"@0x/contract-addresses": "^4.8.0",
|
||||
"@0x/contract-wrappers": "^13.6.2",
|
||||
"@0x/contracts-asset-proxy": "^3.2.4",
|
||||
"@0x/contracts-coordinator": "^3.1.4",
|
||||
"@0x/contracts-dev-utils": "^1.3.2",
|
||||
"@0x/contracts-erc1155": "^2.1.4",
|
||||
"@0x/contracts-erc20": "^3.1.4",
|
||||
"@0x/contracts-erc721": "^3.1.4",
|
||||
"@0x/contracts-exchange": "^3.2.4",
|
||||
"@0x/contracts-exchange-forwarder": "^4.2.4",
|
||||
"@0x/contracts-extensions": "^6.1.4",
|
||||
"@0x/contracts-multisig": "^4.1.4",
|
||||
"@0x/contracts-staking": "^2.0.11",
|
||||
"@0x/contracts-utils": "^4.4.2",
|
||||
"@0x/sol-compiler": "^4.0.8",
|
||||
"@0x/subproviders": "^6.0.8",
|
||||
"@0x/typescript-typings": "^5.0.2",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "10.2.3",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582623685,
|
||||
"version": "10.2.2",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v10.2.3 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v10.2.2 - _February 25, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/order-utils",
|
||||
"version": "10.2.2",
|
||||
"version": "10.2.3",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -64,7 +64,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.7",
|
||||
"@0x/contract-wrappers": "^13.6.1",
|
||||
"@0x/contract-wrappers": "^13.6.2",
|
||||
"@0x/json-schemas": "^5.0.7",
|
||||
"@0x/utils": "^5.4.1",
|
||||
"@0x/web3-wrapper": "^7.0.7",
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1582837861,
|
||||
"version": "2.2.4",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1582677073,
|
||||
"version": "2.2.3",
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.2.4 - _February 27, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v2.2.3 - _February 26, 2020_
|
||||
|
||||
* Dependencies updated
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/orderbook",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"description": "Library for retrieving and syncing a remote orderbook locally",
|
||||
"main": "lib/src/index.js",
|
||||
"types": "lib/src/index.d.ts",
|
||||
@ -48,9 +48,9 @@
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.7",
|
||||
"@0x/connect": "^6.0.7",
|
||||
"@0x/contracts-dev-utils": "^1.3.1",
|
||||
"@0x/contracts-dev-utils": "^1.3.2",
|
||||
"@0x/mesh-rpc-client": "^7.0.4-beta-0xv3",
|
||||
"@0x/order-utils": "^10.2.2",
|
||||
"@0x/order-utils": "^10.2.3",
|
||||
"@0x/utils": "^5.4.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user