Compare commits

...

3 Commits

Author SHA1 Message Date
Github Actions
c3ad42221e Publish
- @0x/contracts-asset-proxy@3.6.4
 - @0x/contracts-broker@1.1.12
 - @0x/contracts-coordinator@3.1.13
 - @0x/contracts-dev-utils@1.3.11
 - @0x/contracts-erc1155@2.1.13
 - @0x/contracts-erc20@3.2.7
 - @0x/contracts-erc721@3.1.13
 - @0x/contracts-exchange-forwarder@4.2.13
 - @0x/contracts-exchange-libs@4.3.13
 - @0x/contracts-exchange@3.2.13
 - @0x/contracts-extensions@6.2.7
 - @0x/contracts-integrations@2.7.6
 - @0x/contracts-multisig@4.1.13
 - @0x/contracts-staking@2.0.20
 - @0x/contracts-test-utils@5.3.10
 - @0x/contracts-utils@4.5.7
 - @0x/contracts-zero-ex@0.8.0
 - @0x/asset-swapper@5.0.2
 - @0x/contract-addresses@5.2.0
 - @0x/contract-wrappers-test@12.2.23
 - @0x/contract-wrappers@13.9.5
 - @0x/migrations@6.4.7
 - @0x/order-utils@10.4.5
2020-11-03 06:46:11 +00:00
Github Actions
602ac1f626 Updated CHANGELOGS & MD docs 2020-11-03 06:46:05 +00:00
Lawrence Forman
3126795efe @0x/contract-addresses: deploy FQT with CORRECT address (#29)
`@0x/contracts-zero-ex`: Trust `boughtAmount` returned by LP

Co-authored-by: Lawrence Forman <me@merklejerk.com>
2020-11-03 01:12:57 -05:00
69 changed files with 454 additions and 166 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "3.6.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "3.6.3",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.6.4 - _November 3, 2020_
* Dependencies updated
## v3.6.3 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-asset-proxy",
"version": "3.6.3",
"version": "3.6.4",
"engines": {
"node": ">=6.12"
},
@@ -52,10 +52,10 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/protocol",
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contract-wrappers": "^13.9.4",
"@0x/contract-wrappers": "^13.9.5",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/contracts-utils": "^4.5.7",
"@0x/dev-utils": "^4.0.1",
"@0x/sol-compiler": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",
@@ -80,11 +80,11 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.11",
"@0x/contracts-erc1155": "^2.1.12",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-erc721": "^3.1.12",
"@0x/contracts-exchange-libs": "^4.3.12",
"@0x/order-utils": "^10.4.4",
"@0x/contracts-erc1155": "^2.1.13",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-erc721": "^3.1.13",
"@0x/contracts-exchange-libs": "^4.3.13",
"@0x/order-utils": "^10.4.5",
"@0x/types": "^3.3.0",
"@0x/typescript-typings": "^5.1.5",
"@0x/utils": "^6.1.0",

View File

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

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.1.12 - _November 3, 2020_
* Dependencies updated
## v1.1.11 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-broker",
"version": "1.1.11",
"version": "1.1.12",
"engines": {
"node": ">=6.12"
},
@@ -52,14 +52,14 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contracts-asset-proxy": "^3.6.3",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-erc721": "^3.1.12",
"@0x/contracts-exchange": "^3.2.12",
"@0x/contracts-exchange-libs": "^4.3.12",
"@0x/contracts-asset-proxy": "^3.6.4",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-erc721": "^3.1.13",
"@0x/contracts-exchange": "^3.2.13",
"@0x/contracts-exchange-libs": "^4.3.13",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/contracts-utils": "^4.5.7",
"@0x/sol-compiler": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.3",
@@ -85,7 +85,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.11",
"@0x/order-utils": "^10.4.4",
"@0x/order-utils": "^10.4.5",
"@0x/typescript-typings": "^5.1.5",
"@0x/utils": "^6.1.0",
"ethereum-types": "^3.3.3"

View File

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

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.13 - _November 3, 2020_
* Dependencies updated
## v3.1.12 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-coordinator",
"version": "3.1.12",
"version": "3.1.13",
"engines": {
"node": ">=6.12"
},
@@ -53,12 +53,12 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contracts-asset-proxy": "^3.6.3",
"@0x/contracts-dev-utils": "^1.3.10",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-asset-proxy": "^3.6.4",
"@0x/contracts-dev-utils": "^1.3.11",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-gen": "2.0.18",
"@0x/dev-utils": "^4.0.1",
"@0x/order-utils": "^10.4.4",
"@0x/order-utils": "^10.4.5",
"@0x/sol-compiler": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.3",
@@ -84,10 +84,10 @@
"dependencies": {
"@0x/assert": "^3.0.17",
"@0x/base-contract": "^6.2.11",
"@0x/contract-addresses": "^5.1.0",
"@0x/contracts-exchange": "^3.2.12",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-utils": "^4.5.6",
"@0x/contract-addresses": "^5.2.0",
"@0x/contracts-exchange": "^3.2.13",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/contracts-utils": "^4.5.7",
"@0x/json-schemas": "^5.3.3",
"@0x/types": "^3.3.0",
"@0x/typescript-typings": "^5.1.5",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "1.3.11",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "1.3.10",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.3.11 - _November 3, 2020_
* Dependencies updated
## v1.3.10 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-dev-utils",
"version": "1.3.10",
"version": "1.3.11",
"engines": {
"node": ">=6.12"
},
@@ -43,10 +43,10 @@
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/assert": "^3.0.17",
"@0x/contracts-asset-proxy": "^3.6.3",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-asset-proxy": "^3.6.4",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/sol-compiler": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.3",

View File

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

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.13 - _November 3, 2020_
* Dependencies updated
## v2.1.12 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc1155",
"version": "2.1.12",
"version": "2.1.13",
"engines": {
"node": ">=6.12"
},
@@ -54,7 +54,7 @@
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-utils": "^4.5.7",
"@0x/dev-utils": "^4.0.1",
"@0x/sol-compiler": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",
@@ -81,7 +81,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.11",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/utils": "^6.1.0",
"@0x/web3-wrapper": "^7.2.8",
"lodash": "^4.17.11"

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "3.2.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "3.2.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.2.7 - _November 3, 2020_
* Dependencies updated
## v3.2.6 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20",
"version": "3.2.6",
"version": "3.2.7",
"engines": {
"node": ">=6.12"
},
@@ -53,8 +53,8 @@
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/contracts-utils": "^4.5.7",
"@0x/dev-utils": "^4.0.1",
"@0x/sol-compiler": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",

View File

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

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.13 - _November 3, 2020_
* Dependencies updated
## v3.1.12 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc721",
"version": "3.1.12",
"version": "3.1.13",
"engines": {
"node": ">=6.12"
},
@@ -54,8 +54,8 @@
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/contracts-utils": "^4.5.7",
"@0x/dev-utils": "^4.0.1",
"@0x/sol-compiler": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "4.2.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "4.2.12",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.2.13 - _November 3, 2020_
* Dependencies updated
## v4.2.12 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-forwarder",
"version": "4.2.12",
"version": "4.2.13",
"engines": {
"node": ">=6.12"
},
@@ -53,18 +53,18 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contracts-asset-proxy": "^3.6.3",
"@0x/contracts-dev-utils": "^1.3.10",
"@0x/contracts-erc1155": "^2.1.12",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-erc721": "^3.1.12",
"@0x/contracts-exchange": "^3.2.12",
"@0x/contracts-exchange-libs": "^4.3.12",
"@0x/contracts-asset-proxy": "^3.6.4",
"@0x/contracts-dev-utils": "^1.3.11",
"@0x/contracts-erc1155": "^2.1.13",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-erc721": "^3.1.13",
"@0x/contracts-exchange": "^3.2.13",
"@0x/contracts-exchange-libs": "^4.3.13",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/contracts-utils": "^4.5.7",
"@0x/dev-utils": "^4.0.1",
"@0x/order-utils": "^10.4.4",
"@0x/order-utils": "^10.4.5",
"@0x/sol-compiler": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.3",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "4.3.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "4.3.12",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.3.13 - _November 3, 2020_
* Dependencies updated
## v4.3.12 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-libs",
"version": "4.3.12",
"version": "4.3.13",
"engines": {
"node": ">=6.12"
},
@@ -81,9 +81,9 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.11",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-utils": "^4.5.6",
"@0x/order-utils": "^10.4.4",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/contracts-utils": "^4.5.7",
"@0x/order-utils": "^10.4.5",
"@0x/types": "^3.3.0",
"@0x/typescript-typings": "^5.1.5",
"@0x/utils": "^6.1.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "3.2.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "3.2.12",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.2.13 - _November 3, 2020_
* Dependencies updated
## v3.2.12 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange",
"version": "3.2.12",
"version": "3.2.13",
"engines": {
"node": ">=6.12"
},
@@ -53,13 +53,13 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/protocol",
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contracts-asset-proxy": "^3.6.3",
"@0x/contracts-exchange-libs": "^4.3.12",
"@0x/contracts-asset-proxy": "^3.6.4",
"@0x/contracts-exchange-libs": "^4.3.13",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-multisig": "^4.1.12",
"@0x/contracts-staking": "^2.0.19",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-multisig": "^4.1.13",
"@0x/contracts-staking": "^2.0.20",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/contracts-utils": "^4.5.7",
"@0x/dev-utils": "^4.0.1",
"@0x/sol-compiler": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",
@@ -89,11 +89,11 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.11",
"@0x/contracts-dev-utils": "^1.3.10",
"@0x/contracts-erc1155": "^2.1.12",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-erc721": "^3.1.12",
"@0x/order-utils": "^10.4.4",
"@0x/contracts-dev-utils": "^1.3.11",
"@0x/contracts-erc1155": "^2.1.13",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-erc721": "^3.1.13",
"@0x/order-utils": "^10.4.5",
"@0x/utils": "^6.1.0",
"lodash": "^4.17.11"
},

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "6.2.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "6.2.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.2.7 - _November 3, 2020_
* Dependencies updated
## v6.2.6 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-extensions",
"version": "6.2.6",
"version": "6.2.7",
"engines": {
"node": ">=6.12"
},
@@ -53,16 +53,16 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contracts-asset-proxy": "^3.6.3",
"@0x/contracts-dev-utils": "^1.3.10",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-erc721": "^3.1.12",
"@0x/contracts-exchange": "^3.2.12",
"@0x/contracts-exchange-libs": "^4.3.12",
"@0x/contracts-asset-proxy": "^3.6.4",
"@0x/contracts-dev-utils": "^1.3.11",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-erc721": "^3.1.13",
"@0x/contracts-exchange": "^3.2.13",
"@0x/contracts-exchange-libs": "^4.3.13",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-utils": "^4.5.7",
"@0x/dev-utils": "^4.0.1",
"@0x/order-utils": "^10.4.4",
"@0x/order-utils": "^10.4.5",
"@0x/sol-compiler": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.3",
@@ -91,7 +91,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.11",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/typescript-typings": "^5.1.5",
"ethereum-types": "^3.3.3"
},

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "2.7.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "2.7.5",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.7.6 - _November 3, 2020_
* Dependencies updated
## v2.7.5 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-integrations",
"version": "2.7.5",
"version": "2.7.6",
"engines": {
"node": ">=6.12"
},
@@ -52,20 +52,20 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contract-addresses": "^5.1.0",
"@0x/contract-wrappers": "^13.9.4",
"@0x/contracts-broker": "^1.1.11",
"@0x/contracts-coordinator": "^3.1.12",
"@0x/contracts-dev-utils": "^1.3.10",
"@0x/contracts-exchange-forwarder": "^4.2.12",
"@0x/contracts-exchange-libs": "^4.3.12",
"@0x/contracts-extensions": "^6.2.6",
"@0x/contract-addresses": "^5.2.0",
"@0x/contract-wrappers": "^13.9.5",
"@0x/contracts-broker": "^1.1.12",
"@0x/contracts-coordinator": "^3.1.13",
"@0x/contracts-dev-utils": "^1.3.11",
"@0x/contracts-exchange-forwarder": "^4.2.13",
"@0x/contracts-exchange-libs": "^4.3.13",
"@0x/contracts-extensions": "^6.2.7",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-utils": "^4.5.7",
"@0x/coordinator-server": "^1.0.5",
"@0x/dev-utils": "^4.0.1",
"@0x/migrations": "^6.4.6",
"@0x/order-utils": "^10.4.4",
"@0x/migrations": "^6.4.7",
"@0x/order-utils": "^10.4.5",
"@0x/sol-compiler": "^4.2.7",
"@0x/tslint-config": "^4.1.3",
"@0x/web3-wrapper": "^7.2.8",
@@ -91,17 +91,17 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/asset-swapper": "^5.0.1",
"@0x/asset-swapper": "^5.0.2",
"@0x/base-contract": "^6.2.11",
"@0x/contracts-asset-proxy": "^3.6.3",
"@0x/contracts-erc1155": "^2.1.12",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-erc721": "^3.1.12",
"@0x/contracts-exchange": "^3.2.12",
"@0x/contracts-multisig": "^4.1.12",
"@0x/contracts-staking": "^2.0.19",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-zero-ex": "^0.7.0",
"@0x/contracts-asset-proxy": "^3.6.4",
"@0x/contracts-erc1155": "^2.1.13",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-erc721": "^3.1.13",
"@0x/contracts-exchange": "^3.2.13",
"@0x/contracts-multisig": "^4.1.13",
"@0x/contracts-staking": "^2.0.20",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/contracts-zero-ex": "^0.8.0",
"@0x/subproviders": "^6.1.9",
"@0x/types": "^3.3.0",
"@0x/typescript-typings": "^5.1.5",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "4.1.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "4.1.12",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.1.13 - _November 3, 2020_
* Dependencies updated
## v4.1.12 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-multisig",
"version": "4.1.12",
"version": "4.1.13",
"engines": {
"node": ">=6.12"
},
@@ -50,11 +50,11 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/multisig",
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contracts-asset-proxy": "^3.6.3",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-asset-proxy": "^3.6.4",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/contracts-utils": "^4.5.7",
"@0x/dev-utils": "^4.0.1",
"@0x/sol-compiler": "^4.2.7",
"@0x/tslint-config": "^4.1.3",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "2.0.20",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "2.0.19",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.20 - _November 3, 2020_
* Dependencies updated
## v2.0.19 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-staking",
"version": "2.0.19",
"version": "2.0.20",
"engines": {
"node": ">=6.12"
},
@@ -54,14 +54,14 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/tokens",
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contracts-asset-proxy": "^3.6.3",
"@0x/contracts-dev-utils": "^1.3.10",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-exchange-libs": "^4.3.12",
"@0x/contracts-asset-proxy": "^3.6.4",
"@0x/contracts-dev-utils": "^1.3.11",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-exchange-libs": "^4.3.13",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-utils": "^4.5.7",
"@0x/dev-utils": "^4.0.1",
"@0x/order-utils": "^10.4.4",
"@0x/order-utils": "^10.4.5",
"@0x/sol-compiler": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.3",
@@ -88,7 +88,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.11",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/typescript-typings": "^5.1.5",
"@0x/utils": "^6.1.0",
"ethereum-types": "^3.3.3",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "5.3.10",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "5.3.9",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.3.10 - _November 3, 2020_
* Dependencies updated
## v5.3.9 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-test-utils",
"version": "5.3.9",
"version": "5.3.10",
"engines": {
"node": ">=6.12"
},
@@ -44,10 +44,10 @@
"dependencies": {
"@0x/assert": "^3.0.17",
"@0x/base-contract": "^6.2.11",
"@0x/contract-addresses": "^5.1.0",
"@0x/contract-addresses": "^5.2.0",
"@0x/dev-utils": "^4.0.1",
"@0x/json-schemas": "^5.3.3",
"@0x/order-utils": "^10.4.4",
"@0x/order-utils": "^10.4.5",
"@0x/sol-coverage": "^4.0.18",
"@0x/sol-profiler": "^4.1.8",
"@0x/sol-trace": "^3.0.18",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "4.5.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "4.5.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.5.7 - _November 3, 2020_
* Dependencies updated
## v4.5.6 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-utils",
"version": "4.5.6",
"version": "4.5.7",
"engines": {
"node": ">=6.12"
},
@@ -52,9 +52,9 @@
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/dev-utils": "^4.0.1",
"@0x/order-utils": "^10.4.4",
"@0x/order-utils": "^10.4.5",
"@0x/sol-compiler": "^4.2.7",
"@0x/tslint-config": "^4.1.3",
"@0x/types": "^3.3.0",

View File

@@ -1,4 +1,14 @@
[
{
"version": "0.8.0",
"changes": [
{
"note": "Trust LP boughtAmount return value",
"pr": 29
}
],
"timestamp": 1604385937
},
{
"version": "0.7.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.8.0 - _November 3, 2020_
* Trust LP boughtAmount return value (#29)
## v0.7.0 - _November 3, 2020_
* Change `ProtocolFeeUnfunded` event in FQT (#28)

View File

@@ -56,7 +56,6 @@ contract MixinZeroExBridge {
internal
returns (uint256 boughtAmount)
{
uint256 balanceBefore = buyToken.balanceOf(address(this));
// Trade the good old fashioned way
sellToken.compatTransfer(
bridgeAddress,
@@ -68,8 +67,8 @@ contract MixinZeroExBridge {
address(this), // recipient
1, // minBuyAmount
bridgeData
) {
boughtAmount = buyToken.balanceOf(address(this)).safeSub(balanceBefore);
) returns (uint256 _boughtAmount) {
boughtAmount = _boughtAmount;
emit ERC20BridgeTransfer(
sellToken,
buyToken,
@@ -79,6 +78,7 @@ contract MixinZeroExBridge {
address(this)
);
} catch {
uint256 balanceBefore = buyToken.balanceOf(address(this));
IERC20Bridge(bridgeAddress).bridgeTransferFrom(
address(buyToken),
bridgeAddress,

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-zero-ex",
"version": "0.7.0",
"version": "0.8.0",
"engines": {
"node": ">=6.12"
},
@@ -55,9 +55,9 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/zero-ex",
"devDependencies": {
"@0x/abi-gen": "^5.4.7",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-gen": "2.0.18",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/dev-utils": "^4.0.1",
"@0x/sol-compiler": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",
@@ -76,7 +76,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.11",
"@0x/order-utils": "^10.4.4",
"@0x/order-utils": "^10.4.5",
"@0x/subproviders": "^6.1.9",
"@0x/types": "^3.3.0",
"@0x/typescript-typings": "^5.1.5",

View File

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

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.0.2 - _November 3, 2020_
* Dependencies updated
## v5.0.1 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/asset-swapper",
"version": "5.0.1",
"version": "5.0.2",
"engines": {
"node": ">=6.12"
},
@@ -59,11 +59,11 @@
"dependencies": {
"@0x/assert": "^3.0.17",
"@0x/base-contract": "^6.2.11",
"@0x/contract-addresses": "^5.1.0",
"@0x/contract-wrappers": "^13.9.4",
"@0x/contract-addresses": "^5.2.0",
"@0x/contract-wrappers": "^13.9.5",
"@0x/dev-utils": "^4.0.1",
"@0x/json-schemas": "^5.3.3",
"@0x/order-utils": "^10.4.4",
"@0x/order-utils": "^10.4.5",
"@0x/orderbook": "^2.2.7",
"@0x/quote-server": "^3.1.0",
"@0x/types": "^3.3.0",
@@ -87,15 +87,15 @@
},
"devDependencies": {
"@0x/base-contract": "^6.2.11",
"@0x/contracts-asset-proxy": "^3.6.3",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-exchange": "^3.2.12",
"@0x/contracts-exchange-libs": "^4.3.12",
"@0x/contracts-asset-proxy": "^3.6.4",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-exchange": "^3.2.13",
"@0x/contracts-exchange-libs": "^4.3.13",
"@0x/contracts-gen": "^2.0.18",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/contracts-utils": "^4.5.7",
"@0x/mesh-rpc-client": "^9.4.2",
"@0x/migrations": "^6.4.6",
"@0x/migrations": "^6.4.7",
"@0x/sol-compiler": "^4.2.7",
"@0x/subproviders": "^6.1.9",
"@0x/ts-doc-gen": "^0.0.28",

View File

@@ -1,4 +1,14 @@
[
{
"version": "5.2.0",
"changes": [
{
"note": "Redeploy FQT with CORRECT deployer",
"pr": 29
}
],
"timestamp": 1604385937
},
{
"version": "5.1.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.2.0 - _November 3, 2020_
* Redeploy FQT with CORRECT deployer (#29)
## v5.1.0 - _November 3, 2020_
* Deploy new FQT (#28)

View File

@@ -36,7 +36,7 @@
"wethTransformer": "0x68c0bb685099dc7cb5c5ce2b26185945b357383e",
"payTakerTransformer": "0x49b9df2c58491764cf40cb052dd4243df63622c7",
"affiliateFeeTransformer": "0x4581b59a05ba373b9f67676f66bdb5fcd67e7567",
"fillQuoteTransformer": "0x10c394406d2b15fb8e67b9a7a0dd03fa4d3e8099"
"fillQuoteTransformer": "0xfbfb26935f15db6a319a43db5085245a6df1e408"
}
},
"3": {
@@ -76,7 +76,7 @@
"wethTransformer": "0x8d822fe2b42f60531203e288f5f357fa79474437",
"payTakerTransformer": "0x150652244723102faeaefa4c79597d097ffa26c6",
"affiliateFeeTransformer": "0xa39b40642e8e00435857a0fe7d0655e08cc2217e",
"fillQuoteTransformer": "0x83e5e80b685a7bc0cf7364fc0f9f95a14b3051ac"
"fillQuoteTransformer": "0x3fb85e0c1e9e0ba4ba9a4072442a2540c0473db1"
}
},
"4": {
@@ -116,7 +116,7 @@
"wethTransformer": "0x8d822fe2b42f60531203e288f5f357fa79474437",
"payTakerTransformer": "0x150652244723102faeaefa4c79597d097ffa26c6",
"affiliateFeeTransformer": "0xa39b40642e8e00435857a0fe7d0655e08cc2217e",
"fillQuoteTransformer": "0xb69af86b536e4869947b53b0b969750ee5fb1257"
"fillQuoteTransformer": "0x3fb85e0c1e9e0ba4ba9a4072442a2540c0473db1"
}
},
"42": {
@@ -156,7 +156,7 @@
"wethTransformer": "0x9ce35b5ee9e710535e3988e3f8731d9ca9dba17d",
"payTakerTransformer": "0x5a53e7b02a83aa9f60ccf4e424f0442c255bc977",
"affiliateFeeTransformer": "0x870893920a96a28d4b63c0a7d06a521e3bd074b3",
"fillQuoteTransformer": "0x2013735f6df965494a0fbc292f84dd44debaba3e"
"fillQuoteTransformer": "0x8d2d732e5fe6d4d6d5e715200b84dfa69fb05478"
}
},
"1337": {

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contract-addresses",
"version": "5.1.0",
"version": "5.2.0",
"engines": {
"node": ">=6.12"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contract-wrappers-test",
"version": "12.2.22",
"version": "12.2.23",
"engines": {
"node": ">=6.12"
},
@@ -31,11 +31,11 @@
},
"homepage": "https://github.com/0xProject/protocol/tree/main/packages/contract-wrappers-test",
"devDependencies": {
"@0x/contract-wrappers": "^13.9.4",
"@0x/contracts-test-utils": "^5.3.9",
"@0x/contract-wrappers": "^13.9.5",
"@0x/contracts-test-utils": "^5.3.10",
"@0x/dev-utils": "^4.0.1",
"@0x/migrations": "^6.4.6",
"@0x/order-utils": "^10.4.4",
"@0x/migrations": "^6.4.7",
"@0x/order-utils": "^10.4.5",
"@0x/subproviders": "^6.1.9",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.3",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "13.9.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "13.9.4",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v13.9.5 - _November 3, 2020_
* Dependencies updated
## v13.9.4 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contract-wrappers",
"version": "13.9.4",
"version": "13.9.5",
"engines": {
"node": ">=6.12"
},
@@ -57,7 +57,7 @@
"dependencies": {
"@0x/assert": "^3.0.17",
"@0x/base-contract": "^6.2.11",
"@0x/contract-addresses": "^5.1.0",
"@0x/contract-addresses": "^5.2.0",
"@0x/json-schemas": "^5.3.3",
"@0x/types": "^3.3.0",
"@0x/utils": "^6.1.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "6.4.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "6.4.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.4.7 - _November 3, 2020_
* Dependencies updated
## v6.4.6 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/migrations",
"version": "6.4.6",
"version": "6.4.7",
"engines": {
"node": ">=6.12"
},
@@ -68,20 +68,20 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.11",
"@0x/contract-addresses": "^5.1.0",
"@0x/contracts-asset-proxy": "^3.6.3",
"@0x/contracts-coordinator": "^3.1.12",
"@0x/contracts-dev-utils": "^1.3.10",
"@0x/contracts-erc1155": "^2.1.12",
"@0x/contracts-erc20": "^3.2.6",
"@0x/contracts-erc721": "^3.1.12",
"@0x/contracts-exchange": "^3.2.12",
"@0x/contracts-exchange-forwarder": "^4.2.12",
"@0x/contracts-extensions": "^6.2.6",
"@0x/contracts-multisig": "^4.1.12",
"@0x/contracts-staking": "^2.0.19",
"@0x/contracts-utils": "^4.5.6",
"@0x/contracts-zero-ex": "^0.7.0",
"@0x/contract-addresses": "^5.2.0",
"@0x/contracts-asset-proxy": "^3.6.4",
"@0x/contracts-coordinator": "^3.1.13",
"@0x/contracts-dev-utils": "^1.3.11",
"@0x/contracts-erc1155": "^2.1.13",
"@0x/contracts-erc20": "^3.2.7",
"@0x/contracts-erc721": "^3.1.13",
"@0x/contracts-exchange": "^3.2.13",
"@0x/contracts-exchange-forwarder": "^4.2.13",
"@0x/contracts-extensions": "^6.2.7",
"@0x/contracts-multisig": "^4.1.13",
"@0x/contracts-staking": "^2.0.20",
"@0x/contracts-utils": "^4.5.7",
"@0x/contracts-zero-ex": "^0.8.0",
"@0x/sol-compiler": "^4.2.7",
"@0x/subproviders": "^6.1.9",
"@0x/typescript-typings": "^5.1.5",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1604385937,
"version": "10.4.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1604376968,
"version": "10.4.4",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v10.4.5 - _November 3, 2020_
* Dependencies updated
## v10.4.4 - _November 3, 2020_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/order-utils",
"version": "10.4.4",
"version": "10.4.5",
"engines": {
"node": ">=6.12"
},
@@ -69,8 +69,8 @@
},
"dependencies": {
"@0x/assert": "^3.0.17",
"@0x/contract-addresses": "^5.1.0",
"@0x/contract-wrappers": "^13.9.4",
"@0x/contract-addresses": "^5.2.0",
"@0x/contract-wrappers": "^13.9.5",
"@0x/json-schemas": "^5.3.3",
"@0x/utils": "^6.1.0",
"@0x/web3-wrapper": "^7.2.8",