Compare commits

...

8 Commits

Author SHA1 Message Date
Leonid Logvinov
e81ae05df9 Publish
- 0x.js@6.0.2
 - @0x/asset-buyer@6.0.2
 - @0x/contract-wrappers@8.0.2
 - @0x/instant@1.0.16
 - @0x/metacoin@0.0.43
 - @0x/migrations@4.0.2
 - @0x/order-watcher@4.0.2
 - @0x/pipeline@1.0.13
 - @0x/sol-compiler@3.1.2
 - @0x/sol-coverage@2.0.6
 - @0x/sol-doc@2.0.6
 - @0x/sol-profiler@3.1.1
 - @0x/sol-trace@2.0.7
 - @0x/sol-tracing-utils@6.0.6
 - @0x/testnet-faucets@1.0.72
 - @0x/website@0.0.75
 - @0x/contracts-asset-proxy@1.0.8
 - @0x/contracts-erc20@1.0.8
 - @0x/contracts-erc721@1.0.8
 - @0x/contracts-exchange@1.0.8
 - @0x/contracts-exchange-forwarder@1.0.8
 - @0x/contracts-exchange-libs@1.1.2
 - @0x/contracts-extensions@2.0.7
 - @0x/contracts-multisig@2.0.7
 - @0x/contracts-tec@0.0.3
 - @0x/contracts-test-utils@3.0.7
 - @0x/contracts-utils@2.0.7
2019-02-27 12:45:19 -08:00
Leonid Logvinov
cb394f3a1c Updated CHANGELOGS 2019-02-27 12:45:09 -08:00
Leonid Logvinov
807290ff38 Merge pull request #1654 from 0xProject/fix/truffle-config-parsing
Fix a bug when TruffleArtifactAdapter was incorrectly parsing the truffle config of the newest version
2019-02-27 12:29:05 -08:00
Leonid Logvinov
40a4b4fa7a Add an explanatory comment 2019-02-27 12:28:41 -08:00
Leonid Logvinov
b7d2ad3651 Merge pull request #1653 from 0xProject/fix/remove-redundant-log
Remove redundant logging from sol-compiler
2019-02-27 12:26:45 -08:00
Leonid Logvinov
f21a9d16d0 Fix a bug when TruffleArtifactAdapter was incorrectly parsing the truffle config of the newest version 2019-02-26 16:16:44 -08:00
Leonid Logvinov
0d0fcfe49a Remove redundant logging from sol-compiler 2019-02-26 15:03:06 -08:00
Leonid Logvinov
3f0db92be6 Fix prettier 2019-02-26 14:50:34 -08:00
74 changed files with 414 additions and 104 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-asset-proxy",
"version": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -68,8 +68,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-erc721": "^1.0.7",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-utils": "2.0.1",
"@0x/order-utils": "^7.0.1",
"@0x/types": "^2.1.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20",
"version": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc721",
"version": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-forwarder",
"version": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
@@ -47,11 +47,11 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -69,9 +69,9 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-erc721": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "1.1.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "1.1.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.1.2 - _February 27, 2019_
* Dependencies updated
## v1.1.1 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-libs",
"version": "1.1.1",
"version": "1.1.2",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -68,7 +68,7 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-utils": "^2.0.6",
"@0x/contracts-utils": "^2.0.7",
"@0x/order-utils": "^7.0.1",
"@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "1.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "1.0.7",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.0.8 - _February 27, 2019_
* Dependencies updated
## v1.0.7 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange",
"version": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -68,9 +68,9 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-erc721": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",
"@0x/order-utils": "^7.0.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "2.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "2.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.7 - _February 27, 2019_
* Dependencies updated
## v2.0.6 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-extensions",
"version": "2.0.6",
"version": "2.0.7",
"engines": {
"node": ">=6.12"
},
@@ -47,11 +47,11 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -69,9 +69,9 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-erc721": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "2.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "2.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.7 - _February 27, 2019_
* Dependencies updated
## v2.0.6 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-multisig",
"version": "2.0.6",
"version": "2.0.7",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -68,8 +68,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-utils": "2.0.1",
"@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "0.0.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "0.0.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.0.3 - _February 27, 2019_
* Dependencies updated
## v0.0.2 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-tec",
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -68,11 +68,11 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "^1.1.1",
"@0x/contracts-utils": "^2.0.6",
"@0x/contracts-exchange-libs": "^1.1.2",
"@0x/contracts-utils": "^2.0.7",
"@0x/order-utils": "^7.0.1",
"@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "3.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "3.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.7 - _February 27, 2019_
* Dependencies updated
## v3.0.6 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-test-utils",
"version": "3.0.6",
"version": "3.0.7",
"engines": {
"node": ">=6.12"
},
@@ -43,10 +43,10 @@
"@0x/abi-gen": "^2.0.5",
"@0x/dev-utils": "^2.1.2",
"@0x/order-utils": "^7.0.1",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-coverage": "^2.0.5",
"@0x/sol-profiler": "^3.1.0",
"@0x/sol-trace": "^2.0.6",
"@0x/sol-compiler": "^3.1.2",
"@0x/sol-coverage": "^2.0.6",
"@0x/sol-profiler": "^3.1.1",
"@0x/sol-trace": "^2.0.7",
"@0x/subproviders": "^4.0.1",
"@0x/tslint-config": "^3.0.0",
"@0x/types": "^2.1.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "2.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "2.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.7 - _February 27, 2019_
* Dependencies updated
## v2.0.6 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-utils",
"version": "2.0.6",
"version": "2.0.7",
"engines": {
"node": ">=6.12"
},
@@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "6.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "6.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.0.2 - _February 27, 2019_
* Dependencies updated
## v6.0.1 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "6.0.1",
"version": "6.0.2",
"engines": {
"node": ">=6.12"
},
@@ -45,7 +45,7 @@
"@0x/abi-gen-wrappers": "^4.0.1",
"@0x/contract-addresses": "^2.2.2",
"@0x/dev-utils": "^2.1.2",
"@0x/migrations": "^4.0.1",
"@0x/migrations": "^4.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
@@ -74,9 +74,9 @@
"dependencies": {
"@0x/assert": "^2.0.5",
"@0x/base-contract": "^5.0.1",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/order-utils": "^7.0.1",
"@0x/order-watcher": "^4.0.1",
"@0x/order-watcher": "^4.0.2",
"@0x/subproviders": "^4.0.1",
"@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "6.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "6.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.0.2 - _February 27, 2019_
* Dependencies updated
## v6.0.1 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/asset-buyer",
"version": "6.0.1",
"version": "6.0.2",
"engines": {
"node": ">=6.12"
},
@@ -38,7 +38,7 @@
"dependencies": {
"@0x/assert": "^2.0.5",
"@0x/connect": "^5.0.1",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/json-schemas": "^3.0.5",
"@0x/order-utils": "^7.0.1",
"@0x/subproviders": "^4.0.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "8.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "8.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v8.0.2 - _February 27, 2019_
* Dependencies updated
## v8.0.1 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contract-wrappers",
"version": "8.0.1",
"version": "8.0.2",
"description": "Smart TS wrappers for 0x smart contracts",
"keywords": [
"0xproject",
@@ -38,7 +38,7 @@
},
"devDependencies": {
"@0x/dev-utils": "^2.1.2",
"@0x/migrations": "^4.0.1",
"@0x/migrations": "^4.0.2",
"@0x/subproviders": "^4.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
@@ -69,7 +69,7 @@
"@0x/assert": "^2.0.5",
"@0x/contract-addresses": "^2.2.2",
"@0x/contract-artifacts": "^1.3.0",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/fill-scenarios": "^3.0.1",
"@0x/json-schemas": "^3.0.5",
"@0x/order-utils": "^7.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/instant",
"version": "1.0.15",
"version": "1.0.16",
"engines": {
"node": ">=6.12"
},
@@ -43,7 +43,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
"dependencies": {
"@0x/assert": "^2.0.5",
"@0x/asset-buyer": "^6.0.1",
"@0x/asset-buyer": "^6.0.2",
"@0x/json-schemas": "^3.0.5",
"@0x/order-utils": "^7.0.1",
"@0x/subproviders": "^4.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/metacoin",
"version": "0.0.42",
"version": "0.0.43",
"engines": {
"node": ">=6.12"
},
@@ -33,10 +33,10 @@
"@0x/abi-gen": "^2.0.5",
"@0x/abi-gen-templates": "^2.0.1",
"@0x/base-contract": "^5.0.1",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/sol-coverage": "^2.0.5",
"@0x/sol-profiler": "^3.1.0",
"@0x/sol-trace": "^2.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/sol-coverage": "^2.0.6",
"@0x/sol-profiler": "^3.1.1",
"@0x/sol-trace": "^2.0.7",
"@0x/subproviders": "^4.0.1",
"@0x/tslint-config": "^3.0.0",
"@0x/types": "^2.1.1",
@@ -52,7 +52,7 @@
},
"devDependencies": {
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"chai": "^4.0.1",
"chai-as-promised": "^7.1.0",
"chai-bignumber": "^3.0.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "4.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "4.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.2 - _February 27, 2019_
* Dependencies updated
## v4.0.1 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/migrations",
"version": "4.0.1",
"version": "4.0.2",
"engines": {
"node": ">=6.12"
},
@@ -54,7 +54,7 @@
"@0x/contract-addresses": "^2.2.2",
"@0x/contract-artifacts": "^1.3.0",
"@0x/order-utils": "^7.0.1",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/subproviders": "^4.0.1",
"@0x/typescript-typings": "^4.1.0",
"@0x/utils": "^4.2.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "4.0.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "4.0.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.2 - _February 27, 2019_
* Dependencies updated
## v4.0.1 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/order-watcher",
"version": "4.0.1",
"version": "4.0.2",
"description": "An order watcher daemon that watches for order validity",
"keywords": [
"0x",
@@ -39,7 +39,7 @@
},
"devDependencies": {
"@0x/dev-utils": "^2.1.2",
"@0x/migrations": "^4.0.1",
"@0x/migrations": "^4.0.2",
"@0x/subproviders": "^4.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/bintrees": "^1.0.2",
@@ -68,7 +68,7 @@
"@0x/base-contract": "^5.0.1",
"@0x/contract-addresses": "^2.2.2",
"@0x/contract-artifacts": "^1.3.0",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/fill-scenarios": "^3.0.1",
"@0x/json-schemas": "^3.0.5",
"@0x/order-utils": "^7.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/pipeline",
"version": "1.0.12",
"version": "1.0.13",
"private": true,
"description": "Data pipeline for offline analysis",
"scripts": {
@@ -42,7 +42,7 @@
"@0x/connect": "^5.0.1",
"@0x/contract-addresses": "^2.2.2",
"@0x/contract-artifacts": "^1.3.0",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/dev-utils": "^2.1.2",
"@0x/order-utils": "^7.0.1",
"@0x/subproviders": "^4.0.1",

View File

@@ -1,4 +1,14 @@
[
{
"version": "3.1.2",
"changes": [
{
"note": "Remove redundant log message",
"pr": 1652
}
],
"timestamp": 1551299797
},
{
"version": "3.1.1",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.2 - _February 27, 2019_
* Remove redundant log message (#1652)
## v3.1.1 - _February 26, 2019_
* Fix a bug when combining compilerSettings from different sources (#1652)

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/sol-compiler",
"version": "3.1.1",
"version": "3.1.2",
"engines": {
"node": ">=6.12"
},

View File

@@ -36,7 +36,6 @@ export async function getContractArtifactIfExistsAsync(
contractArtifact = JSON.parse(contractArtifactString);
return contractArtifact;
} catch (err) {
logUtils.warn(`Artifact for ${contractName} does not exist`);
return undefined;
}
}

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "2.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "2.0.5",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.6 - _February 27, 2019_
* Dependencies updated
## v2.0.5 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/sol-coverage",
"version": "2.0.5",
"version": "2.0.6",
"engines": {
"node": ">=6.12"
},
@@ -29,7 +29,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md",
"dependencies": {
"@0x/sol-tracing-utils": "^6.0.5",
"@0x/sol-tracing-utils": "^6.0.6",
"@0x/subproviders": "^4.0.1",
"@0x/typescript-typings": "^4.1.0",
"ethereum-types": "^2.1.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "2.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "2.0.5",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.6 - _February 27, 2019_
* Dependencies updated
## v2.0.5 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/sol-doc",
"version": "2.0.5",
"version": "2.0.6",
"description": "Solidity documentation generator",
"main": "lib/src/index.js",
"types": "lib/src/index.d.js",
@@ -25,7 +25,7 @@
"author": "F. Eugene Aumson",
"license": "Apache-2.0",
"dependencies": {
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/types": "^2.1.1",
"@0x/utils": "^4.2.1",
"ethereum-types": "^2.1.0",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "3.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.1.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.1 - _February 27, 2019_
* Dependencies updated
## v3.1.0 - _February 26, 2019_
* Add support for Ganache (#1647)

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/sol-profiler",
"version": "3.1.0",
"version": "3.1.1",
"engines": {
"node": ">=6.12"
},
@@ -29,7 +29,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md",
"dependencies": {
"@0x/sol-tracing-utils": "^6.0.5",
"@0x/sol-tracing-utils": "^6.0.6",
"@0x/subproviders": "^4.0.1",
"@0x/typescript-typings": "^4.1.0",
"@0x/utils": "^4.2.1",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551299797,
"version": "2.0.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1551220833,
"version": "2.0.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.7 - _February 27, 2019_
* Dependencies updated
## v2.0.6 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/sol-trace",
"version": "2.0.6",
"version": "2.0.7",
"engines": {
"node": ">=6.12"
},
@@ -29,7 +29,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md",
"dependencies": {
"@0x/sol-tracing-utils": "^6.0.5",
"@0x/sol-tracing-utils": "^6.0.6",
"@0x/subproviders": "^4.0.1",
"@0x/typescript-typings": "^4.1.0",
"chalk": "^2.3.0",

View File

@@ -1,4 +1,14 @@
[
{
"version": "6.0.6",
"changes": [
{
"note": "Fix a bug when `TruffleArtifactAdapter` wasn't parsing solc config in the newest version of trufle",
"pr": 1654
}
],
"timestamp": 1551299797
},
{
"timestamp": 1551220833,
"version": "6.0.5",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.0.6 - _February 27, 2019_
* Fix a bug when `TruffleArtifactAdapter` wasn't parsing solc config in the newest version of trufle (#1654)
## v6.0.5 - _February 26, 2019_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/sol-tracing-utils",
"version": "6.0.5",
"version": "6.0.6",
"engines": {
"node": ">=6.12"
},
@@ -43,7 +43,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-tracing-utils/README.md",
"dependencies": {
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/sol-resolver": "^2.0.4",
"@0x/subproviders": "^4.0.1",
"@0x/typescript-typings": "^4.1.0",
@@ -61,6 +61,7 @@
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2",
"semaphore-async-await": "^1.5.1",
"solc": "^0.5.2",
"solidity-parser-antlr": "^0.2.12"
},
"devDependencies": {

View File

@@ -1,7 +1,9 @@
import { Compiler, CompilerOptions } from '@0x/sol-compiler';
import * as fs from 'fs';
import * as glob from 'glob';
import * as _ from 'lodash';
import * as path from 'path';
import * as solc from 'solc';
import { ContractData } from '../types';
@@ -10,8 +12,15 @@ import { SolCompilerArtifactAdapter } from './sol_compiler_artifact_adapter';
const DEFAULT_TRUFFLE_ARTIFACTS_DIR = './build/contracts';
interface TruffleSolcConfig {
version?: string;
settings?: solc.CompilerSettings;
}
interface TruffleConfig {
solc?: any;
solc?: TruffleSolcConfig;
compilers?: {
solc?: TruffleSolcConfig;
};
contracts_build_directory?: string;
}
@@ -32,7 +41,7 @@ export class TruffleArtifactAdapter extends AbstractArtifactAdapter {
const artifactsDir = '.0x-artifacts';
const contractsDir = path.join(this._projectRoot, 'contracts');
const truffleConfig = this._getTruffleConfig();
const solcConfig = truffleConfig.solc || {};
const solcConfig = this._getTruffleSolcSettings();
const truffleArtifactsDirectory = truffleConfig.contracts_build_directory || DEFAULT_TRUFFLE_ARTIFACTS_DIR;
this._assertSolidityVersionIsCorrect(truffleArtifactsDirectory);
const compilerOptions: CompilerOptions = {
@@ -70,6 +79,18 @@ export class TruffleArtifactAdapter extends AbstractArtifactAdapter {
);
}
}
private _getTruffleSolcSettings(): Partial<solc.CompilerSettings> {
const truffleConfig = this._getTruffleConfig();
if (!_.isUndefined(truffleConfig.solc)) {
// Truffle < 5.0
return (truffleConfig as any).solc.settings;
} else if (!_.isUndefined((truffleConfig as any).compilers.solc)) {
// Truffle >= 5.0
return (truffleConfig as any).compilers.solc.settings;
} else {
return {};
}
}
private _assertSolidityVersionIsCorrect(truffleArtifactsDirectory: string): void {
const artifactsGlob = `${truffleArtifactsDirectory}/**/*.json`;
const artifactFileNames = glob.sync(artifactsGlob, { absolute: true });

View File

@@ -91,12 +91,13 @@ export const utils = {
});
let normalizedStructLogs = structLogs;
// HACK(leo): Geth traces sometimes returns those gas costs incorrectly as very big numbers so we manually fix them.
const normalizeStaticCallCost = (structLog: StructLog) => (
(structLog.op === OpCode.StaticCall) ? {
...structLog,
gasCost: STATICCALL_GAS_COST,
} : structLog
);
const normalizeStaticCallCost = (structLog: StructLog) =>
structLog.op === OpCode.StaticCall
? {
...structLog,
gasCost: STATICCALL_GAS_COST,
}
: structLog;
// HACK(leo): Geth traces sometimes returns those gas costs incorrectly as very big numbers so we manually fix them.
const normalizeCallCost = (structLog: StructLog, index: number) => {
if (structLog.op === OpCode.Call) {

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@0x/testnet-faucets",
"version": "1.0.71",
"version": "1.0.72",
"engines": {
"node": ">=6.12"
},
@@ -18,7 +18,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^6.0.1",
"0x.js": "^6.0.2",
"@0x/subproviders": "^4.0.1",
"@0x/typescript-typings": "^4.1.0",
"@0x/utils": "^4.2.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/website",
"version": "0.0.74",
"version": "0.0.75",
"engines": {
"node": ">=6.12"
},
@@ -20,9 +20,9 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"@0x/asset-buyer": "^6.0.1",
"@0x/asset-buyer": "^6.0.2",
"@0x/contract-addresses": "^2.2.2",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/json-schemas": "^3.0.5",
"@0x/order-utils": "^7.0.1",
"@0x/react-docs": "^2.0.6",