Compare commits
35 Commits
@0x/contra
...
protocol@f
Author | SHA1 | Date | |
---|---|---|---|
|
f283108586 | ||
|
9afe05095a | ||
|
3dab892978 | ||
|
e40ddb800e | ||
|
72a74e7c66 | ||
|
e8ae64673f | ||
|
2451f419c8 | ||
|
2394eb62aa | ||
|
f9078bb1c3 | ||
|
bf25c81f1c | ||
|
03ecc530c3 | ||
|
d52b1d24d0 | ||
|
5083fab06a | ||
|
1249bf9ccc | ||
|
681f6b3f07 | ||
|
d3ca1fe96b | ||
|
9e4f5815e4 | ||
|
c3c27eaedc | ||
|
4bf6a23d23 | ||
|
aaaf0d02de | ||
|
825cc4d035 | ||
|
c2d44e5c10 | ||
|
0efd0860c8 | ||
|
a890a06664 | ||
|
5befb87071 | ||
|
12ba4c373a | ||
|
7fd25be02e | ||
|
aa688c4a92 | ||
|
fb437551c9 | ||
|
6fa1de7889 | ||
|
7a42df9a65 | ||
|
15a508f3ea | ||
|
b3c20ff909 | ||
|
682c07cb73 | ||
|
602605ab4b |
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "3.7.4",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "3.7.3",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "3.7.2",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "3.7.1",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.7.0",
|
"version": "3.7.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v3.7.4 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.7.3 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.7.2 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.7.1 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v3.7.0 - _December 16, 2020_
|
## v3.7.0 - _December 16, 2020_
|
||||||
|
|
||||||
* Fix Bancor support of ETH (#88)
|
* Fix Bancor support of ETH (#88)
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-asset-proxy",
|
"name": "@0x/contracts-asset-proxy",
|
||||||
"version": "3.7.0",
|
"version": "3.7.4",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -52,10 +52,10 @@
|
|||||||
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/protocol",
|
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/protocol",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contract-wrappers": "^13.11.0",
|
"@0x/contract-wrappers": "^13.12.1",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/ts-doc-gen": "^0.0.28",
|
"@0x/ts-doc-gen": "^0.0.28",
|
||||||
@@ -80,11 +80,11 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.14",
|
"@0x/base-contract": "^6.2.14",
|
||||||
"@0x/contracts-erc1155": "^2.1.18",
|
"@0x/contracts-erc1155": "^2.1.22",
|
||||||
"@0x/contracts-erc20": "^3.2.12",
|
"@0x/contracts-erc20": "^3.3.1",
|
||||||
"@0x/contracts-erc721": "^3.1.18",
|
"@0x/contracts-erc721": "^3.1.22",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.18",
|
"@0x/contracts-exchange-libs": "^4.3.22",
|
||||||
"@0x/order-utils": "^10.4.10",
|
"@0x/order-utils": "^10.4.14",
|
||||||
"@0x/types": "^3.3.1",
|
"@0x/types": "^3.3.1",
|
||||||
"@0x/typescript-typings": "^5.1.6",
|
"@0x/typescript-typings": "^5.1.6",
|
||||||
"@0x/utils": "^6.1.1",
|
"@0x/utils": "^6.1.1",
|
||||||
|
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "1.1.22",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "1.1.21",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "1.1.20",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "1.1.19",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1608105788,
|
"timestamp": 1608105788,
|
||||||
"version": "1.1.18",
|
"version": "1.1.18",
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.1.22 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.1.21 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.1.20 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.1.19 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.1.18 - _December 16, 2020_
|
## v1.1.18 - _December 16, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-broker",
|
"name": "@0x/contracts-broker",
|
||||||
"version": "1.1.18",
|
"version": "1.1.22",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -52,14 +52,14 @@
|
|||||||
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
|
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contracts-asset-proxy": "^3.7.0",
|
"@0x/contracts-asset-proxy": "^3.7.4",
|
||||||
"@0x/contracts-erc20": "^3.2.12",
|
"@0x/contracts-erc20": "^3.3.1",
|
||||||
"@0x/contracts-erc721": "^3.1.18",
|
"@0x/contracts-erc721": "^3.1.22",
|
||||||
"@0x/contracts-exchange": "^3.2.19",
|
"@0x/contracts-exchange": "^3.2.23",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.18",
|
"@0x/contracts-exchange-libs": "^4.3.22",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/ts-doc-gen": "^0.0.28",
|
"@0x/ts-doc-gen": "^0.0.28",
|
||||||
"@0x/tslint-config": "^4.1.3",
|
"@0x/tslint-config": "^4.1.3",
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.14",
|
"@0x/base-contract": "^6.2.14",
|
||||||
"@0x/order-utils": "^10.4.10",
|
"@0x/order-utils": "^10.4.14",
|
||||||
"@0x/typescript-typings": "^5.1.6",
|
"@0x/typescript-typings": "^5.1.6",
|
||||||
"@0x/utils": "^6.1.1",
|
"@0x/utils": "^6.1.1",
|
||||||
"ethereum-types": "^3.4.0"
|
"ethereum-types": "^3.4.0"
|
||||||
|
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "3.1.23",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "3.1.22",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "3.1.21",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "3.1.20",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1608105788,
|
"timestamp": 1608105788,
|
||||||
"version": "3.1.19",
|
"version": "3.1.19",
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v3.1.23 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.1.22 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.1.21 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.1.20 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v3.1.19 - _December 16, 2020_
|
## v3.1.19 - _December 16, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-coordinator",
|
"name": "@0x/contracts-coordinator",
|
||||||
"version": "3.1.19",
|
"version": "3.1.23",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -53,12 +53,12 @@
|
|||||||
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
|
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contracts-asset-proxy": "^3.7.0",
|
"@0x/contracts-asset-proxy": "^3.7.4",
|
||||||
"@0x/contracts-dev-utils": "^1.3.17",
|
"@0x/contracts-dev-utils": "^1.3.21",
|
||||||
"@0x/contracts-erc20": "^3.2.12",
|
"@0x/contracts-erc20": "^3.3.1",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/order-utils": "^10.4.10",
|
"@0x/order-utils": "^10.4.14",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/ts-doc-gen": "^0.0.28",
|
"@0x/ts-doc-gen": "^0.0.28",
|
||||||
"@0x/tslint-config": "^4.1.3",
|
"@0x/tslint-config": "^4.1.3",
|
||||||
@@ -84,10 +84,10 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.19",
|
"@0x/assert": "^3.0.19",
|
||||||
"@0x/base-contract": "^6.2.14",
|
"@0x/base-contract": "^6.2.14",
|
||||||
"@0x/contract-addresses": "^5.6.0",
|
"@0x/contract-addresses": "^5.9.0",
|
||||||
"@0x/contracts-exchange": "^3.2.19",
|
"@0x/contracts-exchange": "^3.2.23",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/json-schemas": "^5.3.4",
|
"@0x/json-schemas": "^5.3.4",
|
||||||
"@0x/types": "^3.3.1",
|
"@0x/types": "^3.3.1",
|
||||||
"@0x/typescript-typings": "^5.1.6",
|
"@0x/typescript-typings": "^5.1.6",
|
||||||
|
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "1.3.21",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "1.3.20",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "1.3.19",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "1.3.18",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1608105788,
|
"timestamp": 1608105788,
|
||||||
"version": "1.3.17",
|
"version": "1.3.17",
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v1.3.21 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.3.20 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.3.19 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v1.3.18 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v1.3.17 - _December 16, 2020_
|
## v1.3.17 - _December 16, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-dev-utils",
|
"name": "@0x/contracts-dev-utils",
|
||||||
"version": "1.3.17",
|
"version": "1.3.21",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -43,10 +43,10 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/assert": "^3.0.19",
|
"@0x/assert": "^3.0.19",
|
||||||
"@0x/contracts-asset-proxy": "^3.7.0",
|
"@0x/contracts-asset-proxy": "^3.7.4",
|
||||||
"@0x/contracts-erc20": "^3.2.12",
|
"@0x/contracts-erc20": "^3.3.1",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/ts-doc-gen": "^0.0.28",
|
"@0x/ts-doc-gen": "^0.0.28",
|
||||||
"@0x/tslint-config": "^4.1.3",
|
"@0x/tslint-config": "^4.1.3",
|
||||||
|
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "2.1.22",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "2.1.21",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "2.1.20",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "2.1.19",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1607485227,
|
"timestamp": 1607485227,
|
||||||
"version": "2.1.18",
|
"version": "2.1.18",
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v2.1.22 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v2.1.21 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v2.1.20 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v2.1.19 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v2.1.18 - _December 9, 2020_
|
## v2.1.18 - _December 9, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-erc1155",
|
"name": "@0x/contracts-erc1155",
|
||||||
"version": "2.1.18",
|
"version": "2.1.22",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/ts-doc-gen": "^0.0.28",
|
"@0x/ts-doc-gen": "^0.0.28",
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.14",
|
"@0x/base-contract": "^6.2.14",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/utils": "^6.1.1",
|
"@0x/utils": "^6.1.1",
|
||||||
"@0x/web3-wrapper": "^7.3.0",
|
"@0x/web3-wrapper": "^7.3.0",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
|
@@ -1,4 +1,45 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "3.3.1",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "3.3.0",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Add SPDX license identifiers to solidity files",
|
||||||
|
"pr": 105
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Allow for excess return data in `LibERC20TokenV06` compat* functions",
|
||||||
|
"pr": 97
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"timestamp": 1609802516
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "3.2.14",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "3.2.13",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1607485227,
|
"timestamp": 1607485227,
|
||||||
"version": "3.2.12",
|
"version": "3.2.12",
|
||||||
|
@@ -5,6 +5,23 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v3.3.1 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.3.0 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Add SPDX license identifiers to solidity files (#105)
|
||||||
|
* Allow for excess return data in `LibERC20TokenV06` compat* functions (#97)
|
||||||
|
|
||||||
|
## v3.2.14 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.2.13 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v3.2.12 - _December 9, 2020_
|
## v3.2.12 - _December 9, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
@@ -118,7 +119,7 @@ library LibERC20TokenV06 {
|
|||||||
{
|
{
|
||||||
tokenDecimals = 18;
|
tokenDecimals = 18;
|
||||||
(bool didSucceed, bytes memory resultData) = address(token).staticcall(DECIMALS_CALL_DATA);
|
(bool didSucceed, bytes memory resultData) = address(token).staticcall(DECIMALS_CALL_DATA);
|
||||||
if (didSucceed && resultData.length == 32) {
|
if (didSucceed && resultData.length >= 32) {
|
||||||
tokenDecimals = uint8(LibBytesV06.readUint256(resultData, 0));
|
tokenDecimals = uint8(LibBytesV06.readUint256(resultData, 0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -141,7 +142,7 @@ library LibERC20TokenV06 {
|
|||||||
spender
|
spender
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
if (didSucceed && resultData.length == 32) {
|
if (didSucceed && resultData.length >= 32) {
|
||||||
allowance_ = LibBytesV06.readUint256(resultData, 0);
|
allowance_ = LibBytesV06.readUint256(resultData, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -162,7 +163,7 @@ library LibERC20TokenV06 {
|
|||||||
owner
|
owner
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
if (didSucceed && resultData.length == 32) {
|
if (didSucceed && resultData.length >= 32) {
|
||||||
balance = LibBytesV06.readUint256(resultData, 0);
|
balance = LibBytesV06.readUint256(resultData, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -180,7 +181,7 @@ library LibERC20TokenV06 {
|
|||||||
if (resultData.length == 0) {
|
if (resultData.length == 0) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (resultData.length == 32) {
|
if (resultData.length >= 32) {
|
||||||
uint256 result = LibBytesV06.readUint256(resultData, 0);
|
uint256 result = LibBytesV06.readUint256(resultData, 0);
|
||||||
if (result == 1) {
|
if (result == 1) {
|
||||||
return true;
|
return true;
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-erc20",
|
"name": "@0x/contracts-erc20",
|
||||||
"version": "3.2.12",
|
"version": "3.3.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -53,8 +53,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/ts-doc-gen": "^0.0.28",
|
"@0x/ts-doc-gen": "^0.0.28",
|
||||||
|
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "3.1.22",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "3.1.21",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "3.1.20",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "3.1.19",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1607485227,
|
"timestamp": 1607485227,
|
||||||
"version": "3.1.18",
|
"version": "3.1.18",
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v3.1.22 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.1.21 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.1.20 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.1.19 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v3.1.18 - _December 9, 2020_
|
## v3.1.18 - _December 9, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-erc721",
|
"name": "@0x/contracts-erc721",
|
||||||
"version": "3.1.18",
|
"version": "3.1.22",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -54,8 +54,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/ts-doc-gen": "^0.0.28",
|
"@0x/ts-doc-gen": "^0.0.28",
|
||||||
|
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "4.2.23",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "4.2.22",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "4.2.21",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "4.2.20",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1608105788,
|
"timestamp": 1608105788,
|
||||||
"version": "4.2.19",
|
"version": "4.2.19",
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v4.2.23 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v4.2.22 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v4.2.21 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v4.2.20 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v4.2.19 - _December 16, 2020_
|
## v4.2.19 - _December 16, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-exchange-forwarder",
|
"name": "@0x/contracts-exchange-forwarder",
|
||||||
"version": "4.2.19",
|
"version": "4.2.23",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -53,18 +53,18 @@
|
|||||||
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
|
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contracts-asset-proxy": "^3.7.0",
|
"@0x/contracts-asset-proxy": "^3.7.4",
|
||||||
"@0x/contracts-dev-utils": "^1.3.17",
|
"@0x/contracts-dev-utils": "^1.3.21",
|
||||||
"@0x/contracts-erc1155": "^2.1.18",
|
"@0x/contracts-erc1155": "^2.1.22",
|
||||||
"@0x/contracts-erc20": "^3.2.12",
|
"@0x/contracts-erc20": "^3.3.1",
|
||||||
"@0x/contracts-erc721": "^3.1.18",
|
"@0x/contracts-erc721": "^3.1.22",
|
||||||
"@0x/contracts-exchange": "^3.2.19",
|
"@0x/contracts-exchange": "^3.2.23",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.18",
|
"@0x/contracts-exchange-libs": "^4.3.22",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/order-utils": "^10.4.10",
|
"@0x/order-utils": "^10.4.14",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/ts-doc-gen": "^0.0.28",
|
"@0x/ts-doc-gen": "^0.0.28",
|
||||||
"@0x/tslint-config": "^4.1.3",
|
"@0x/tslint-config": "^4.1.3",
|
||||||
|
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "4.3.22",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "4.3.21",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "4.3.20",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "4.3.19",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1607485227,
|
"timestamp": 1607485227,
|
||||||
"version": "4.3.18",
|
"version": "4.3.18",
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v4.3.22 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v4.3.21 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v4.3.20 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v4.3.19 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v4.3.18 - _December 9, 2020_
|
## v4.3.18 - _December 9, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-exchange-libs",
|
"name": "@0x/contracts-exchange-libs",
|
||||||
"version": "4.3.18",
|
"version": "4.3.22",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -81,9 +81,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.14",
|
"@0x/base-contract": "^6.2.14",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/order-utils": "^10.4.10",
|
"@0x/order-utils": "^10.4.14",
|
||||||
"@0x/types": "^3.3.1",
|
"@0x/types": "^3.3.1",
|
||||||
"@0x/typescript-typings": "^5.1.6",
|
"@0x/typescript-typings": "^5.1.6",
|
||||||
"@0x/utils": "^6.1.1",
|
"@0x/utils": "^6.1.1",
|
||||||
|
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "3.2.23",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "3.2.22",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "3.2.21",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "3.2.20",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1608105788,
|
"timestamp": 1608105788,
|
||||||
"version": "3.2.19",
|
"version": "3.2.19",
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v3.2.23 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.2.22 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.2.21 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v3.2.20 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v3.2.19 - _December 16, 2020_
|
## v3.2.19 - _December 16, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-exchange",
|
"name": "@0x/contracts-exchange",
|
||||||
"version": "3.2.19",
|
"version": "3.2.23",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -53,13 +53,13 @@
|
|||||||
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/protocol",
|
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/protocol",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contracts-asset-proxy": "^3.7.0",
|
"@0x/contracts-asset-proxy": "^3.7.4",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.18",
|
"@0x/contracts-exchange-libs": "^4.3.22",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-multisig": "^4.1.19",
|
"@0x/contracts-multisig": "^4.1.23",
|
||||||
"@0x/contracts-staking": "^2.0.26",
|
"@0x/contracts-staking": "^2.0.30",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/ts-doc-gen": "^0.0.28",
|
"@0x/ts-doc-gen": "^0.0.28",
|
||||||
@@ -89,11 +89,11 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.14",
|
"@0x/base-contract": "^6.2.14",
|
||||||
"@0x/contracts-dev-utils": "^1.3.17",
|
"@0x/contracts-dev-utils": "^1.3.21",
|
||||||
"@0x/contracts-erc1155": "^2.1.18",
|
"@0x/contracts-erc1155": "^2.1.22",
|
||||||
"@0x/contracts-erc20": "^3.2.12",
|
"@0x/contracts-erc20": "^3.3.1",
|
||||||
"@0x/contracts-erc721": "^3.1.18",
|
"@0x/contracts-erc721": "^3.1.22",
|
||||||
"@0x/order-utils": "^10.4.10",
|
"@0x/order-utils": "^10.4.14",
|
||||||
"@0x/utils": "^6.1.1",
|
"@0x/utils": "^6.1.1",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
|
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "6.2.17",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "6.2.16",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "6.2.15",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "6.2.14",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1608105788,
|
"timestamp": 1608105788,
|
||||||
"version": "6.2.13",
|
"version": "6.2.13",
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v6.2.17 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v6.2.16 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v6.2.15 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v6.2.14 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v6.2.13 - _December 16, 2020_
|
## v6.2.13 - _December 16, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-extensions",
|
"name": "@0x/contracts-extensions",
|
||||||
"version": "6.2.13",
|
"version": "6.2.17",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -53,16 +53,16 @@
|
|||||||
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
|
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contracts-asset-proxy": "^3.7.0",
|
"@0x/contracts-asset-proxy": "^3.7.4",
|
||||||
"@0x/contracts-dev-utils": "^1.3.17",
|
"@0x/contracts-dev-utils": "^1.3.21",
|
||||||
"@0x/contracts-erc20": "^3.2.12",
|
"@0x/contracts-erc20": "^3.3.1",
|
||||||
"@0x/contracts-erc721": "^3.1.18",
|
"@0x/contracts-erc721": "^3.1.22",
|
||||||
"@0x/contracts-exchange": "^3.2.19",
|
"@0x/contracts-exchange": "^3.2.23",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.18",
|
"@0x/contracts-exchange-libs": "^4.3.22",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/order-utils": "^10.4.10",
|
"@0x/order-utils": "^10.4.14",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/ts-doc-gen": "^0.0.28",
|
"@0x/ts-doc-gen": "^0.0.28",
|
||||||
"@0x/tslint-config": "^4.1.3",
|
"@0x/tslint-config": "^4.1.3",
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.14",
|
"@0x/base-contract": "^6.2.14",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/typescript-typings": "^5.1.6",
|
"@0x/typescript-typings": "^5.1.6",
|
||||||
"ethereum-types": "^3.4.0"
|
"ethereum-types": "^3.4.0"
|
||||||
},
|
},
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-integrations",
|
"name": "@0x/contracts-integrations",
|
||||||
"version": "2.7.16",
|
"version": "2.7.23",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
@@ -53,21 +53,21 @@
|
|||||||
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
|
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contract-addresses": "^5.6.0",
|
"@0x/contract-addresses": "^5.9.0",
|
||||||
"@0x/contract-wrappers": "^13.11.0",
|
"@0x/contract-wrappers": "^13.12.1",
|
||||||
"@0x/contracts-broker": "^1.1.18",
|
"@0x/contracts-broker": "^1.1.22",
|
||||||
"@0x/contracts-coordinator": "^3.1.19",
|
"@0x/contracts-coordinator": "^3.1.23",
|
||||||
"@0x/contracts-dev-utils": "^1.3.17",
|
"@0x/contracts-dev-utils": "^1.3.21",
|
||||||
"@0x/contracts-exchange-forwarder": "^4.2.19",
|
"@0x/contracts-exchange-forwarder": "^4.2.23",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.18",
|
"@0x/contracts-exchange-libs": "^4.3.22",
|
||||||
"@0x/contracts-extensions": "^6.2.13",
|
"@0x/contracts-extensions": "^6.2.17",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/coordinator-server": "^1.0.5",
|
"@0x/coordinator-server": "^1.0.5",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/migrations": "^6.5.5",
|
"@0x/migrations": "^6.5.10",
|
||||||
"@0x/order-utils": "^10.4.10",
|
"@0x/order-utils": "^10.4.14",
|
||||||
"@0x/protocol-utils": "^1.0.1",
|
"@0x/protocol-utils": "^1.1.4",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/tslint-config": "^4.1.3",
|
"@0x/tslint-config": "^4.1.3",
|
||||||
"@0x/web3-wrapper": "^7.3.0",
|
"@0x/web3-wrapper": "^7.3.0",
|
||||||
@@ -93,17 +93,17 @@
|
|||||||
"typescript": "3.0.1"
|
"typescript": "3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/asset-swapper": "^5.5.0",
|
"@0x/asset-swapper": "^5.8.0",
|
||||||
"@0x/base-contract": "^6.2.14",
|
"@0x/base-contract": "^6.2.14",
|
||||||
"@0x/contracts-asset-proxy": "^3.7.0",
|
"@0x/contracts-asset-proxy": "^3.7.4",
|
||||||
"@0x/contracts-erc1155": "^2.1.18",
|
"@0x/contracts-erc1155": "^2.1.22",
|
||||||
"@0x/contracts-erc20": "^3.2.12",
|
"@0x/contracts-erc20": "^3.3.1",
|
||||||
"@0x/contracts-erc721": "^3.1.18",
|
"@0x/contracts-erc721": "^3.1.22",
|
||||||
"@0x/contracts-exchange": "^3.2.19",
|
"@0x/contracts-exchange": "^3.2.23",
|
||||||
"@0x/contracts-multisig": "^4.1.19",
|
"@0x/contracts-multisig": "^4.1.23",
|
||||||
"@0x/contracts-staking": "^2.0.26",
|
"@0x/contracts-staking": "^2.0.30",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/contracts-zero-ex": "^0.13.0",
|
"@0x/contracts-zero-ex": "^0.18.0",
|
||||||
"@0x/subproviders": "^6.2.3",
|
"@0x/subproviders": "^6.2.3",
|
||||||
"@0x/types": "^3.3.1",
|
"@0x/types": "^3.3.1",
|
||||||
"@0x/typescript-typings": "^5.1.6",
|
"@0x/typescript-typings": "^5.1.6",
|
||||||
|
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "4.1.23",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "4.1.22",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "4.1.21",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "4.1.20",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1608105788,
|
"timestamp": 1608105788,
|
||||||
"version": "4.1.19",
|
"version": "4.1.19",
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v4.1.23 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v4.1.22 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v4.1.21 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v4.1.20 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v4.1.19 - _December 16, 2020_
|
## v4.1.19 - _December 16, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-multisig",
|
"name": "@0x/contracts-multisig",
|
||||||
"version": "4.1.19",
|
"version": "4.1.23",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -50,11 +50,11 @@
|
|||||||
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/multisig",
|
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/multisig",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contracts-asset-proxy": "^3.7.0",
|
"@0x/contracts-asset-proxy": "^3.7.4",
|
||||||
"@0x/contracts-erc20": "^3.2.12",
|
"@0x/contracts-erc20": "^3.3.1",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/tslint-config": "^4.1.3",
|
"@0x/tslint-config": "^4.1.3",
|
||||||
|
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "2.0.30",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "2.0.29",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "2.0.28",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "2.0.27",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1608105788,
|
"timestamp": 1608105788,
|
||||||
"version": "2.0.26",
|
"version": "2.0.26",
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v2.0.30 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v2.0.29 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v2.0.28 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v2.0.27 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v2.0.26 - _December 16, 2020_
|
## v2.0.26 - _December 16, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-staking",
|
"name": "@0x/contracts-staking",
|
||||||
"version": "2.0.26",
|
"version": "2.0.30",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -54,14 +54,14 @@
|
|||||||
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/tokens",
|
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/tokens",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contracts-asset-proxy": "^3.7.0",
|
"@0x/contracts-asset-proxy": "^3.7.4",
|
||||||
"@0x/contracts-dev-utils": "^1.3.17",
|
"@0x/contracts-dev-utils": "^1.3.21",
|
||||||
"@0x/contracts-erc20": "^3.2.12",
|
"@0x/contracts-erc20": "^3.3.1",
|
||||||
"@0x/contracts-exchange-libs": "^4.3.18",
|
"@0x/contracts-exchange-libs": "^4.3.22",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-utils": "^4.6.3",
|
"@0x/contracts-utils": "^4.7.1",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/order-utils": "^10.4.10",
|
"@0x/order-utils": "^10.4.14",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/ts-doc-gen": "^0.0.28",
|
"@0x/ts-doc-gen": "^0.0.28",
|
||||||
"@0x/tslint-config": "^4.1.3",
|
"@0x/tslint-config": "^4.1.3",
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/base-contract": "^6.2.14",
|
"@0x/base-contract": "^6.2.14",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/typescript-typings": "^5.1.6",
|
"@0x/typescript-typings": "^5.1.6",
|
||||||
"@0x/utils": "^6.1.1",
|
"@0x/utils": "^6.1.1",
|
||||||
"ethereum-types": "^3.4.0",
|
"ethereum-types": "^3.4.0",
|
||||||
|
@@ -1,4 +1,40 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "5.3.19",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1609802516,
|
||||||
|
"version": "5.3.18",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "5.3.17",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "5.3.16",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1607485227,
|
"timestamp": 1607485227,
|
||||||
"version": "5.3.15",
|
"version": "5.3.15",
|
||||||
|
@@ -5,6 +5,22 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v5.3.19 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v5.3.18 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v5.3.17 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v5.3.16 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v5.3.15 - _December 9, 2020_
|
## v5.3.15 - _December 9, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-test-utils",
|
"name": "@0x/contracts-test-utils",
|
||||||
"version": "5.3.15",
|
"version": "5.3.19",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -44,10 +44,10 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@0x/assert": "^3.0.19",
|
"@0x/assert": "^3.0.19",
|
||||||
"@0x/base-contract": "^6.2.14",
|
"@0x/base-contract": "^6.2.14",
|
||||||
"@0x/contract-addresses": "^5.6.0",
|
"@0x/contract-addresses": "^5.9.0",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/json-schemas": "^5.3.4",
|
"@0x/json-schemas": "^5.3.4",
|
||||||
"@0x/order-utils": "^10.4.10",
|
"@0x/order-utils": "^10.4.14",
|
||||||
"@0x/sol-coverage": "^4.0.24",
|
"@0x/sol-coverage": "^4.0.24",
|
||||||
"@0x/sol-profiler": "^4.1.14",
|
"@0x/sol-profiler": "^4.1.14",
|
||||||
"@0x/sol-trace": "^3.0.24",
|
"@0x/sol-trace": "^3.0.24",
|
||||||
|
@@ -1,4 +1,45 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"timestamp": 1610510890,
|
||||||
|
"version": "4.7.1",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "4.7.0",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Add `LibSafeMathV06.safeDowncastToUint128()`",
|
||||||
|
"pr": 97
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Add SPDX license identifiers to solidity files",
|
||||||
|
"pr": 105
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"timestamp": 1609802516
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608692071,
|
||||||
|
"version": "4.6.5",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"timestamp": 1608245516,
|
||||||
|
"version": "4.6.4",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Dependencies updated"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1607485227,
|
"timestamp": 1607485227,
|
||||||
"version": "4.6.3",
|
"version": "4.6.3",
|
||||||
|
@@ -5,6 +5,23 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v4.7.1 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v4.7.0 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Add `LibSafeMathV06.safeDowncastToUint128()` (#97)
|
||||||
|
* Add SPDX license identifiers to solidity files (#105)
|
||||||
|
|
||||||
|
## v4.6.5 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
|
## v4.6.4 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Dependencies updated
|
||||||
|
|
||||||
## v4.6.3 - _December 9, 2020_
|
## v4.6.3 - _December 9, 2020_
|
||||||
|
|
||||||
* Dependencies updated
|
* Dependencies updated
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2019 ZeroEx Intl.
|
Copyright 2019 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
@@ -187,4 +188,18 @@ library LibSafeMathV06 {
|
|||||||
{
|
{
|
||||||
return a < b ? a : b;
|
return a < b ? a : b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function safeDowncastToUint128(uint256 a)
|
||||||
|
internal
|
||||||
|
pure
|
||||||
|
returns (uint128)
|
||||||
|
{
|
||||||
|
if (a > type(uint128).max) {
|
||||||
|
LibRichErrorsV06.rrevert(LibSafeMathRichErrorsV06.Uint256DowncastError(
|
||||||
|
LibSafeMathRichErrorsV06.DowncastErrorCodes.VALUE_TOO_LARGE_TO_DOWNCAST_TO_UINT128,
|
||||||
|
a
|
||||||
|
));
|
||||||
|
}
|
||||||
|
return uint128(a);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2019 ZeroEx Intl.
|
Copyright 2019 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
@@ -39,7 +40,8 @@ library LibSafeMathRichErrorsV06 {
|
|||||||
enum DowncastErrorCodes {
|
enum DowncastErrorCodes {
|
||||||
VALUE_TOO_LARGE_TO_DOWNCAST_TO_UINT32,
|
VALUE_TOO_LARGE_TO_DOWNCAST_TO_UINT32,
|
||||||
VALUE_TOO_LARGE_TO_DOWNCAST_TO_UINT64,
|
VALUE_TOO_LARGE_TO_DOWNCAST_TO_UINT64,
|
||||||
VALUE_TOO_LARGE_TO_DOWNCAST_TO_UINT96
|
VALUE_TOO_LARGE_TO_DOWNCAST_TO_UINT96,
|
||||||
|
VALUE_TOO_LARGE_TO_DOWNCAST_TO_UINT128
|
||||||
}
|
}
|
||||||
|
|
||||||
// solhint-disable func-name-mixedcase
|
// solhint-disable func-name-mixedcase
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@0x/contracts-utils",
|
"name": "@0x/contracts-utils",
|
||||||
"version": "4.6.3",
|
"version": "4.7.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.12"
|
"node": ">=6.12"
|
||||||
},
|
},
|
||||||
@@ -52,9 +52,9 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@0x/abi-gen": "^5.4.13",
|
"@0x/abi-gen": "^5.4.13",
|
||||||
"@0x/contracts-gen": "^2.0.24",
|
"@0x/contracts-gen": "^2.0.24",
|
||||||
"@0x/contracts-test-utils": "^5.3.15",
|
"@0x/contracts-test-utils": "^5.3.19",
|
||||||
"@0x/dev-utils": "^4.1.3",
|
"@0x/dev-utils": "^4.1.3",
|
||||||
"@0x/order-utils": "^10.4.10",
|
"@0x/order-utils": "^10.4.14",
|
||||||
"@0x/sol-compiler": "^4.4.1",
|
"@0x/sol-compiler": "^4.4.1",
|
||||||
"@0x/tslint-config": "^4.1.3",
|
"@0x/tslint-config": "^4.1.3",
|
||||||
"@0x/types": "^3.3.1",
|
"@0x/types": "^3.3.1",
|
||||||
|
@@ -1,4 +1,65 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "0.18.0",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Use consistent returndatasize checks in UniswapFeature",
|
||||||
|
"pr": 96
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Remove `MetaTransactionsFeature._executeMetaTransaction()` and `SignatureValidatorFeature`",
|
||||||
|
"pr": 109
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"timestamp": 1610510890
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "0.17.0",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Add DevUtils-like functions to `NativeOrdersFeature`",
|
||||||
|
"pr": 97
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Add SPDX license identifiers to solidity files",
|
||||||
|
"pr": 105
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"timestamp": 1609802516
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "0.16.0",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Fix CryptoCom rollup"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"timestamp": 1608692071
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "0.15.0",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Add MixinBancor to BridgeAdapter",
|
||||||
|
"pr": 91
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Add MixinCoFiX to BridgeAdapter",
|
||||||
|
"pr": 92
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"timestamp": 1608245516
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "0.14.0",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Use the `MetaTransaction` class from `@0x/protocol-utils` in tests.",
|
||||||
|
"pr": 90
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"timestamp": 1608149382
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.13.0",
|
"version": "0.13.0",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
@@ -5,6 +5,29 @@ Edit the package's CHANGELOG.json file only.
|
|||||||
|
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
## v0.18.0 - _January 13, 2021_
|
||||||
|
|
||||||
|
* Use consistent returndatasize checks in UniswapFeature (#96)
|
||||||
|
* Remove `MetaTransactionsFeature._executeMetaTransaction()` and `SignatureValidatorFeature` (#109)
|
||||||
|
|
||||||
|
## v0.17.0 - _January 4, 2021_
|
||||||
|
|
||||||
|
* Add DevUtils-like functions to `NativeOrdersFeature` (#97)
|
||||||
|
* Add SPDX license identifiers to solidity files (#105)
|
||||||
|
|
||||||
|
## v0.16.0 - _December 23, 2020_
|
||||||
|
|
||||||
|
* Fix CryptoCom rollup
|
||||||
|
|
||||||
|
## v0.15.0 - _December 17, 2020_
|
||||||
|
|
||||||
|
* Add MixinBancor to BridgeAdapter (#91)
|
||||||
|
* Add MixinCoFiX to BridgeAdapter (#92)
|
||||||
|
|
||||||
|
## v0.14.0 - _December 16, 2020_
|
||||||
|
|
||||||
|
* Use the `MetaTransaction` class from `@0x/protocol-utils` in tests. (#90)
|
||||||
|
|
||||||
## v0.13.0 - _December 16, 2020_
|
## v0.13.0 - _December 16, 2020_
|
||||||
|
|
||||||
* Address audit feedback in UniswapFeature (#82)
|
* Address audit feedback in UniswapFeature (#82)
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
@@ -22,7 +23,6 @@ pragma experimental ABIEncoderV2;
|
|||||||
import "./features/IOwnableFeature.sol";
|
import "./features/IOwnableFeature.sol";
|
||||||
import "./features/ISimpleFunctionRegistryFeature.sol";
|
import "./features/ISimpleFunctionRegistryFeature.sol";
|
||||||
import "./features/ITokenSpenderFeature.sol";
|
import "./features/ITokenSpenderFeature.sol";
|
||||||
import "./features/ISignatureValidatorFeature.sol";
|
|
||||||
import "./features/ITransformERC20Feature.sol";
|
import "./features/ITransformERC20Feature.sol";
|
||||||
import "./features/IMetaTransactionsFeature.sol";
|
import "./features/IMetaTransactionsFeature.sol";
|
||||||
import "./features/IUniswapFeature.sol";
|
import "./features/IUniswapFeature.sol";
|
||||||
@@ -35,7 +35,6 @@ interface IZeroEx is
|
|||||||
IOwnableFeature,
|
IOwnableFeature,
|
||||||
ISimpleFunctionRegistryFeature,
|
ISimpleFunctionRegistryFeature,
|
||||||
ITokenSpenderFeature,
|
ITokenSpenderFeature,
|
||||||
ISignatureValidatorFeature,
|
|
||||||
ITransformERC20Feature,
|
ITransformERC20Feature,
|
||||||
IMetaTransactionsFeature,
|
IMetaTransactionsFeature,
|
||||||
IUniswapFeature,
|
IUniswapFeature,
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
@@ -85,21 +86,6 @@ interface IMetaTransactionsFeature {
|
|||||||
payable
|
payable
|
||||||
returns (bytes[] memory returnResults);
|
returns (bytes[] memory returnResults);
|
||||||
|
|
||||||
/// @dev Execute a meta-transaction via `sender`. Privileged variant.
|
|
||||||
/// Only callable from within.
|
|
||||||
/// @param sender Who is executing the meta-transaction.
|
|
||||||
/// @param mtx The meta-transaction.
|
|
||||||
/// @param signature The signature by `mtx.signer`.
|
|
||||||
/// @return returnResult The ABI-encoded result of the underlying call.
|
|
||||||
function _executeMetaTransaction(
|
|
||||||
address sender,
|
|
||||||
MetaTransactionData memory mtx,
|
|
||||||
LibSignature.Signature memory signature
|
|
||||||
)
|
|
||||||
external
|
|
||||||
payable
|
|
||||||
returns (bytes memory returnResult);
|
|
||||||
|
|
||||||
/// @dev Get the block at which a meta-transaction has been executed.
|
/// @dev Get the block at which a meta-transaction has been executed.
|
||||||
/// @param mtx The meta-transaction.
|
/// @param mtx The meta-transaction.
|
||||||
/// @return blockNumber The block height when the meta-transactioin was executed.
|
/// @return blockNumber The block height when the meta-transactioin was executed.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
@@ -346,4 +347,81 @@ interface INativeOrdersFeature {
|
|||||||
view
|
view
|
||||||
returns (uint32 multiplier);
|
returns (uint32 multiplier);
|
||||||
|
|
||||||
|
/// @dev Get order info, fillable amount, and signature validity for a limit order.
|
||||||
|
/// Fillable amount is determined using balances and allowances of the maker.
|
||||||
|
/// @param order The limit order.
|
||||||
|
/// @param signature The order signature.
|
||||||
|
/// @return orderInfo Info about the order.
|
||||||
|
/// @return actualFillableTakerTokenAmount How much of the order is fillable
|
||||||
|
/// based on maker funds, in taker tokens.
|
||||||
|
/// @return isSignatureValid Whether the signature is valid.
|
||||||
|
function getLimitOrderRelevantState(
|
||||||
|
LibNativeOrder.LimitOrder calldata order,
|
||||||
|
LibSignature.Signature calldata signature
|
||||||
|
)
|
||||||
|
external
|
||||||
|
view
|
||||||
|
returns (
|
||||||
|
LibNativeOrder.OrderInfo memory orderInfo,
|
||||||
|
uint128 actualFillableTakerTokenAmount,
|
||||||
|
bool isSignatureValid
|
||||||
|
);
|
||||||
|
|
||||||
|
/// @dev Get order info, fillable amount, and signature validity for an RFQ order.
|
||||||
|
/// Fillable amount is determined using balances and allowances of the maker.
|
||||||
|
/// @param order The RFQ order.
|
||||||
|
/// @param signature The order signature.
|
||||||
|
/// @return orderInfo Info about the order.
|
||||||
|
/// @return actualFillableTakerTokenAmount How much of the order is fillable
|
||||||
|
/// based on maker funds, in taker tokens.
|
||||||
|
/// @return isSignatureValid Whether the signature is valid.
|
||||||
|
function getRfqOrderRelevantState(
|
||||||
|
LibNativeOrder.RfqOrder calldata order,
|
||||||
|
LibSignature.Signature calldata signature
|
||||||
|
)
|
||||||
|
external
|
||||||
|
view
|
||||||
|
returns (
|
||||||
|
LibNativeOrder.OrderInfo memory orderInfo,
|
||||||
|
uint128 actualFillableTakerTokenAmount,
|
||||||
|
bool isSignatureValid
|
||||||
|
);
|
||||||
|
|
||||||
|
/// @dev Batch version of `getLimitOrderRelevantState()`.
|
||||||
|
/// @param orders The limit orders.
|
||||||
|
/// @param signatures The order signatures.
|
||||||
|
/// @return orderInfos Info about the orders.
|
||||||
|
/// @return actualFillableTakerTokenAmounts How much of each order is fillable
|
||||||
|
/// based on maker funds, in taker tokens.
|
||||||
|
/// @return isSignatureValids Whether each signature is valid for the order.
|
||||||
|
function batchGetLimitOrderRelevantStates(
|
||||||
|
LibNativeOrder.LimitOrder[] calldata orders,
|
||||||
|
LibSignature.Signature[] calldata signatures
|
||||||
|
)
|
||||||
|
external
|
||||||
|
view
|
||||||
|
returns (
|
||||||
|
LibNativeOrder.OrderInfo[] memory orderInfos,
|
||||||
|
uint128[] memory actualFillableTakerTokenAmounts,
|
||||||
|
bool[] memory isSignatureValids
|
||||||
|
);
|
||||||
|
|
||||||
|
/// @dev Batch version of `getRfqOrderRelevantState()`.
|
||||||
|
/// @param orders The RFQ orders.
|
||||||
|
/// @param signatures The order signatures.
|
||||||
|
/// @return orderInfos Info about the orders.
|
||||||
|
/// @return actualFillableTakerTokenAmounts How much of each order is fillable
|
||||||
|
/// based on maker funds, in taker tokens.
|
||||||
|
/// @return isSignatureValids Whether each signature is valid for the order.
|
||||||
|
function batchGetRfqOrderRelevantStates(
|
||||||
|
LibNativeOrder.RfqOrder[] calldata orders,
|
||||||
|
LibSignature.Signature[] calldata signatures
|
||||||
|
)
|
||||||
|
external
|
||||||
|
view
|
||||||
|
returns (
|
||||||
|
LibNativeOrder.OrderInfo[] memory orderInfos,
|
||||||
|
uint128[] memory actualFillableTakerTokenAmounts,
|
||||||
|
bool[] memory isSignatureValids
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
@@ -1,63 +0,0 @@
|
|||||||
/*
|
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
pragma solidity ^0.6.5;
|
|
||||||
pragma experimental ABIEncoderV2;
|
|
||||||
|
|
||||||
|
|
||||||
/// @dev Feature for validating signatures.
|
|
||||||
interface ISignatureValidatorFeature {
|
|
||||||
|
|
||||||
/// @dev Allowed signature types.
|
|
||||||
enum SignatureType {
|
|
||||||
Illegal, // 0x00, default value
|
|
||||||
Invalid, // 0x01
|
|
||||||
EIP712, // 0x02
|
|
||||||
EthSign, // 0x03
|
|
||||||
NSignatureTypes // 0x04, number of signature types. Always leave at end.
|
|
||||||
}
|
|
||||||
|
|
||||||
/// @dev Validate that `hash` was signed by `signer` given `signature`.
|
|
||||||
/// Reverts otherwise.
|
|
||||||
/// @param hash The hash that was signed.
|
|
||||||
/// @param signer The signer of the hash.
|
|
||||||
/// @param signature The signature. The last byte of this signature should
|
|
||||||
/// be a member of the `SignatureType` enum.
|
|
||||||
function validateHashSignature(
|
|
||||||
bytes32 hash,
|
|
||||||
address signer,
|
|
||||||
bytes calldata signature
|
|
||||||
)
|
|
||||||
external
|
|
||||||
view;
|
|
||||||
|
|
||||||
/// @dev Check that `hash` was signed by `signer` given `signature`.
|
|
||||||
/// @param hash The hash that was signed.
|
|
||||||
/// @param signer The signer of the hash.
|
|
||||||
/// @param signature The signature. The last byte of this signature should
|
|
||||||
/// be a member of the `SignatureType` enum.
|
|
||||||
/// @return isValid `true` on success.
|
|
||||||
function isValidHashSignature(
|
|
||||||
bytes32 hash,
|
|
||||||
address signer,
|
|
||||||
bytes calldata signature
|
|
||||||
)
|
|
||||||
external
|
|
||||||
view
|
|
||||||
returns (bool isValid);
|
|
||||||
}
|
|
@@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright 2020 ZeroEx Intl.
|
Copyright 2020 ZeroEx Intl.
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user