Lawrence Forman
c2752d5931
Update changelogs
2019-07-23 15:53:24 -07:00
Lawrence Forman
3a49369e68
@0x/utils
: Add toStringTag
symbol to RevertError
2019-07-23 15:53:24 -07:00
James Towle
a46b13967a
Refactored the SafeMath errors
2019-07-23 15:51:43 -07:00
James Towle
03ea97734c
Ran yarn prettier
2019-07-23 15:51:43 -07:00
James Towle
b7bac3abf6
Updated the asset-proxy tests to use RichErrors
2019-07-23 15:51:43 -07:00
James Towle
b3da4bb5b7
Updated the erc1155 tests to expect RichErrors
2019-07-23 15:51:43 -07:00
Lawrence Forman
eaa4373a18
@0x/utils
: Tweak RevertError
to produce a meaningful Error
message/stack trace.
...
`@0x/utils`: Add more `RevertError` decoding/transforming functions (such as `decodeThrownErrorAsRevertError()`)
2019-07-23 15:27:39 -07:00
Lawrence Forman
5781ab5436
Add PRs to changelogs
2019-07-23 15:17:56 -07:00
Lawrence Forman
633c5d5938
In @0x/utils
add encode()
method to RevertError
2019-07-23 15:17:56 -07:00
Lawrence Forman
703a0fde3c
In @0x/utils
: Add AnyRevertError
type that matches with any revert error
2019-07-23 15:17:28 -07:00
Lawrence Forman
6231724f49
Rename RichRevertReason
to RevertError
.
...
Rename `StandardError` to `StringRevertError`.
Rename `RichRevertAbi` to `RevertErrorAbi`.
Make `RevertError` extend `Error` so it can be thrown.
Add `RevertError` tests.
2019-07-23 15:15:17 -07:00
Lawrence Forman
5b25eb4fbd
Fix linter errors.
2019-07-23 15:15:17 -07:00
Lawrence Forman
565cc7b3c8
Ran prettier
2019-07-23 15:15:17 -07:00
Lawrence Forman
71dc2690aa
Export StandardError
from @0x/utils
2019-07-23 15:15:17 -07:00
Lawrence Forman
26643a489b
Add RichRevertReason
type and utilities to @0x/utils
2019-07-23 15:13:26 -07:00
Lawrence Forman
dc9a26ae8a
Update packages/utils
tests to conform to new domain schema
2019-07-23 15:04:46 -07:00
Lawrence Forman
3688956ee5
Switch eip712 domain field verifyingContract
to verifyingContractAddress
2019-07-23 15:04:46 -07:00
Lawrence Forman
2524e7eea3
Update changelogs
2019-07-23 15:04:46 -07:00
Lawrence Forman
f77823ee24
Remove unused chainId
variables in signature_utils.ts
.
...
Obey the linter gods.
2019-07-23 14:58:00 -07:00
Lawrence Forman
2d28fde24d
Migrate all contract-related tooling and tests to accept a chain ID in domain separators.
2019-07-23 14:58:00 -07:00
Fabio Berger
e853555165
Publish
...
- 0x.js@6.0.10
- @0x/abi-gen@2.1.0
- @0x/abi-gen-templates@2.2.1
- @0x/abi-gen-wrappers@5.0.0
- @0x/assert@2.1.0
- @0x/asset-buyer@6.1.6
- @0x/asset-swapper@0.0.2
- @0x/base-contract@5.1.1
- @0x/connect@5.0.11
- @0x/contract-addresses@3.0.0
- @0x/contract-artifacts@2.0.1
- @0x/contract-wrappers@9.1.5
- @0x/contracts-gen@1.0.10
- @0x/dev-tools-pages@0.0.28
- @0x/dev-utils@2.2.4
- ethereum-types@2.1.3
- @0x/fill-scenarios@3.0.11
- @0x/instant@1.0.25
- @0x/json-schemas@3.0.11
- @0x/metacoin@0.0.52
- @0x/migrations@4.1.7
- @0x/monorepo-scripts@1.0.33
- @0x/order-utils@8.2.0
- @0x/order-watcher@4.0.12
- @0x/python-contract-wrappers@1.0.1
- @0x/react-docs@2.0.13
- @0x/react-shared@2.0.13
- @0x/sol-compiler@3.1.9
- @0x/sol-coverage@3.0.6
- @0x/sol-doc@2.0.13
- @0x/sol-profiler@3.1.8
- @0x/sol-resolver@2.0.8
- @0x/sol-trace@2.0.14
- @0x/sol-tracing-utils@6.0.13
- @0x/sra-spec@2.0.11
- @0x/subproviders@4.1.1
- @0x/testnet-faucets@1.0.81
- @0x/types@2.4.0
- @0x/typescript-typings@4.2.3
- @0x/utils@4.4.0
- @0x/web3-wrapper@6.0.7
- @0x/website@0.0.84
- @0x/contracts-asset-proxy@2.2.0
- @0x/contracts-coordinator@2.0.5
- @0x/contracts-dev-utils@0.0.2
- @0x/contracts-erc1155@1.1.7
- @0x/contracts-erc20@2.2.6
- @0x/contracts-erc721@2.1.7
- @0x/contracts-exchange@2.1.6
- @0x/contracts-exchange-forwarder@3.0.4
- @0x/contracts-exchange-libs@3.0.0
- @0x/contracts-extensions@4.0.0
- @0x/contracts-multisig@3.1.6
- @0x/contracts-test-utils@3.1.8
- @0x/contracts-utils@3.1.7
2019-07-13 01:33:08 -07:00
Fabio Berger
2ce09d73ac
Updated CHANGELOGS
2019-07-13 01:32:53 -07:00
Xianny
bd228034fd
Add workflow for copying compiled artifacts to 0x/contract-artifacts ( #1842 )
...
The contract artifacts should remain as standard compiler output during development. Fields should only be removed/added prior to being published in `@0x/contract-artifacts`. This PR adds the `yarn transform` script to `@0x/contract-artifacts` to facilitate this.
Going forward, `abi-gen-templates` will have to support both standard artifacts and modified artifacts if they diverge, since the templates are used for `contract-artifacts`/`abi-gen-wrappers` (modified artifact) *and* development in all the `contracts/*` packages (standard artifact).
This PR makes the following changes to `contract-artifacts`:
- remove `evm.bytecode.linkReferences` from all artifacts
- remove `evm.deployedBytecode` and `sourceTreeHashHex` from Coordinator artifact
- prettify all artifacts (whitespace only changes)
2019-06-17 11:00:53 -07:00
Fabio Berger
490aafba4e
Publish
...
- 0x.js@6.0.7
- @0x/abi-gen@2.0.10
- @0x/abi-gen-templates@2.1.0
- @0x/abi-gen-wrappers@4.3.0
- @0x/assert@2.0.10
- @0x/asset-buyer@6.1.1
- @0x/base-contract@5.1.0
- @0x/connect@5.0.6
- @0x/contract-artifacts@1.5.1
- @0x/contract-wrappers@9.1.0
- @0x/contracts-gen@1.0.9
- @0x/dev-tools-pages@0.0.26
- @0x/dev-utils@2.2.2
- @0x/fill-scenarios@3.0.6
- @0x/instant@1.0.21
- @0x/json-schemas@3.0.10
- @0x/metacoin@0.0.48
- @0x/migrations@4.1.2
- @0x/monorepo-scripts@1.0.31
- @0x/order-utils@8.0.0
- @0x/order-watcher@4.0.7
- @0x/pipeline@1.0.18
- @0x/react-docs@2.0.11
- @0x/react-shared@2.0.11
- @0x/sol-compiler@3.1.7
- @0x/sol-coverage@3.0.4
- @0x/sol-doc@2.0.11
- @0x/sol-profiler@3.1.6
- @0x/sol-trace@2.0.12
- @0x/sol-tracing-utils@6.0.11
- @0x/sra-spec@2.0.10
- @0x/subproviders@4.0.6
- @0x/testnet-faucets@1.0.77
- @0x/utils@4.3.3
- @0x/web3-wrapper@6.0.6
- @0x/website@0.0.80
- @0x/contracts-asset-proxy@2.1.2
- @0x/contracts-coordinator@2.0.1
- @0x/contracts-erc1155@1.1.2
- @0x/contracts-erc20@2.2.1
- @0x/contracts-erc721@2.1.2
- @0x/contracts-exchange@2.1.2
- @0x/contracts-exchange-forwarder@3.0.0
- @0x/contracts-exchange-libs@2.1.2
- @0x/contracts-extensions@3.1.2
- @0x/contracts-multisig@3.1.2
- @0x/contracts-test-utils@3.1.3
- @0x/contracts-utils@3.1.2
2019-05-10 14:12:32 -03:00
Fabio Berger
3cd31d49bb
Updated CHANGELOGS
2019-05-10 14:12:19 -03:00
Greg Hysen
dd1961d86c
updated changelog
2019-05-08 11:22:06 -07:00
Greg Hysen
f3539bf448
fixed typo
2019-05-08 11:22:03 -07:00
Greg Hysen
31190f921c
fixed linter errors
2019-05-07 12:34:05 -07:00
Greg Hysen
22515d8dce
updated changelog
2019-05-07 11:59:27 -07:00
Greg Hysen
a099d970a4
Fixes Issue #1723 : ABI-Encoded strings can have incorrect length header (multibyte characters)
2019-05-07 11:52:14 -07:00
Jacob Evans
c78a602990
Publish
...
- 0x.js@6.0.6
- @0x/abi-gen@2.0.9
- @0x/abi-gen-templates@2.0.2
- @0x/abi-gen-wrappers@4.2.0
- @0x/assert@2.0.9
- @0x/asset-buyer@6.1.0
- @0x/base-contract@5.0.5
- @0x/connect@5.0.5
- @0x/contract-addresses@2.3.1
- @0x/contract-artifacts@1.5.0
- @0x/contract-wrappers@9.0.0
- @0x/contracts-gen@1.0.8
- @0x/dev-tools-pages@0.0.25
- @0x/dev-utils@2.2.1
- ethereum-types@2.1.2
- @0x/fill-scenarios@3.0.5
- @0x/instant@1.0.20
- @0x/json-schemas@3.0.9
- @0x/metacoin@0.0.47
- @0x/migrations@4.1.1
- @0x/monorepo-scripts@1.0.30
- @0x/order-utils@7.2.0
- @0x/order-watcher@4.0.6
- @0x/pipeline@1.0.17
- @0x/react-docs@2.0.10
- @0x/react-shared@2.0.10
- @0x/sol-compiler@3.1.6
- @0x/sol-coverage@3.0.3
- @0x/sol-doc@2.0.10
- @0x/sol-profiler@3.1.5
- @0x/sol-resolver@2.0.7
- @0x/sol-trace@2.0.11
- @0x/sol-tracing-utils@6.0.10
- @0x/sra-spec@2.0.9
- @0x/subproviders@4.0.5
- @0x/testnet-faucets@1.0.76
- @0x/tslint-config@3.0.1
- @0x/types@2.2.2
- @0x/typescript-typings@4.2.2
- @0x/utils@4.3.1
- @0x/web3-wrapper@6.0.5
- @0x/website@0.0.79
- @0x/contracts-asset-proxy@2.1.1
- @0x/contracts-coordinator@2.0.0
- @0x/contracts-erc1155@1.1.1
- @0x/contracts-erc20@2.2.0
- @0x/contracts-erc721@2.1.1
- @0x/contracts-exchange@2.1.1
- @0x/contracts-exchange-forwarder@2.1.1
- @0x/contracts-exchange-libs@2.1.1
- @0x/contracts-extensions@3.1.1
- @0x/contracts-multisig@3.1.1
- @0x/contracts-test-utils@3.1.2
- @0x/contracts-utils@3.1.1
2019-04-11 17:00:06 +01:00
Jacob Evans
0acec57ba9
Updated CHANGELOGS
2019-04-11 16:59:38 +01:00
Xianny
7423028fea
Replace lodash with built-ins where possible to reduce bundle size ( #1766 )
...
* add tslint rule to disallow lodash.isUndefined
* add tslint rule to disallow lodash.isNull
* apply fixes
2019-04-10 09:36:32 -07:00
Jacob Evans
75a0d3e494
Update all .npmignores
2019-04-04 12:30:41 +01:00
Fabio Berger
0f45409b4d
Publish
...
- 0x.js@6.0.5
- @0x/abi-gen@2.0.8
- @0x/abi-gen-wrappers@4.1.0
- @0x/assert@2.0.8
- @0x/asset-buyer@6.0.5
- @0x/base-contract@5.0.4
- @0x/connect@5.0.4
- @0x/contract-addresses@2.3.0
- @0x/contract-artifacts@1.4.0
- @0x/contract-wrappers@8.0.5
- @0x/contracts-gen@1.0.7
- @0x/dev-tools-pages@0.0.24
- @0x/dev-utils@2.2.0
- @0x/fill-scenarios@3.0.4
- @0x/instant@1.0.19
- @0x/json-schemas@3.0.8
- @0x/metacoin@0.0.46
- @0x/migrations@4.1.0
- @0x/monorepo-scripts@1.0.29
- @0x/order-utils@7.1.1
- @0x/order-watcher@4.0.5
- @0x/pipeline@1.0.16
- @0x/react-docs@2.0.9
- @0x/react-shared@2.0.9
- @0x/sol-compiler@3.1.5
- @0x/sol-coverage@3.0.2
- @0x/sol-doc@2.0.9
- @0x/sol-profiler@3.1.4
- @0x/sol-resolver@2.0.6
- @0x/sol-trace@2.0.10
- @0x/sol-tracing-utils@6.0.9
- @0x/sra-spec@2.0.8
- @0x/subproviders@4.0.4
- @0x/testnet-faucets@1.0.75
- @0x/types@2.2.1
- @0x/typescript-typings@4.2.1
- @0x/utils@4.3.0
- @0x/web3-wrapper@6.0.4
- @0x/website@0.0.78
- @0x/contracts-asset-proxy@2.1.0
- @0x/contracts-coordinator@1.1.0
- @0x/contracts-erc1155@1.1.0
- @0x/contracts-erc20@2.1.0
- @0x/contracts-erc721@2.1.0
- @0x/contracts-exchange@2.1.0
- @0x/contracts-exchange-forwarder@2.1.0
- @0x/contracts-exchange-libs@2.1.0
- @0x/contracts-extensions@3.1.0
- @0x/contracts-multisig@3.1.0
- @0x/contracts-test-utils@3.1.1
- @0x/contracts-utils@3.1.0
2019-03-21 17:07:20 +01:00
Fabio Berger
5469d3ec13
Updated CHANGELOGS
2019-03-21 17:07:04 +01:00
Jacob Evans
47bbcb9935
Add HACK explanation
2019-03-21 11:52:43 +01:00
Jacob Evans
6a28e41bc8
Remove unnecessary type assertion
2019-03-21 11:50:19 +01:00
Jacob Evans
f9ef942a98
Use providerUtils.startProviderEngine to minimize the HACK
2019-03-21 11:50:18 +01:00
Leonid Logvinov
d4c37ecfa3
Publish
...
- 0x.js@6.0.4
- @0x/abi-gen@2.0.7
- @0x/abi-gen-wrappers@4.0.3
- @0x/assert@2.0.7
- @0x/asset-buyer@6.0.4
- @0x/base-contract@5.0.3
- @0x/connect@5.0.3
- @0x/contract-addresses@2.2.3
- @0x/contract-wrappers@8.0.4
- @0x/contracts-gen@1.0.6
- @0x/dev-tools-pages@0.0.23
- @0x/dev-utils@2.1.4
- ethereum-types@2.1.1
- @0x/fill-scenarios@3.0.3
- @0x/instant@1.0.18
- @0x/json-schemas@3.0.7
- @0x/metacoin@0.0.45
- @0x/migrations@4.0.4
- @0x/monorepo-scripts@1.0.28
- @0x/order-utils@7.1.0
- @0x/order-watcher@4.0.4
- @0x/pipeline@1.0.15
- @0x/react-docs@2.0.8
- @0x/react-shared@2.0.8
- @0x/sol-compiler@3.1.4
- @0x/sol-coverage@3.0.1
- @0x/sol-doc@2.0.8
- @0x/sol-profiler@3.1.3
- @0x/sol-resolver@2.0.5
- @0x/sol-trace@2.0.9
- @0x/sol-tracing-utils@6.0.8
- @0x/sra-spec@2.0.7
- @0x/subproviders@4.0.3
- @0x/testnet-faucets@1.0.74
- @0x/types@2.2.0
- @0x/typescript-typings@4.2.0
- @0x/utils@4.2.3
- @0x/web3-wrapper@6.0.3
- @0x/website@0.0.77
- @0x/contracts-asset-proxy@2.0.0
- @0x/contracts-coordinator@1.0.0
- @0x/contracts-erc1155@1.0.1
- @0x/contracts-erc20@2.0.0
- @0x/contracts-erc721@2.0.0
- @0x/contracts-exchange@2.0.0
- @0x/contracts-exchange-forwarder@2.0.0
- @0x/contracts-exchange-libs@2.0.0
- @0x/contracts-extensions@3.0.0
- @0x/contracts-multisig@3.0.0
- @0x/contracts-test-utils@3.1.0
- @0x/contracts-utils@3.0.0
2019-03-20 15:26:54 +01:00
Leonid Logvinov
3f9fd7c060
Updated CHANGELOGS
2019-03-20 15:26:43 +01:00
Leonid Logvinov
397496aff0
Publish
...
- 0x.js@6.0.3
- @0x/abi-gen@2.0.6
- @0x/abi-gen-wrappers@4.0.2
- @0x/assert@2.0.6
- @0x/asset-buyer@6.0.3
- @0x/base-contract@5.0.2
- @0x/connect@5.0.2
- @0x/contract-wrappers@8.0.3
- @0x/contracts-gen@1.0.5
- @0x/dev-tools-pages@0.0.22
- @0x/dev-utils@2.1.3
- @0x/fill-scenarios@3.0.2
- @0x/instant@1.0.17
- @0x/json-schemas@3.0.6
- @0x/metacoin@0.0.44
- @0x/migrations@4.0.3
- @0x/monorepo-scripts@1.0.27
- @0x/order-utils@7.0.2
- @0x/order-watcher@4.0.3
- @0x/pipeline@1.0.14
- @0x/react-docs@2.0.7
- @0x/react-shared@2.0.7
- @0x/sol-compiler@3.1.3
- @0x/sol-coverage@3.0.0
- @0x/sol-doc@2.0.7
- @0x/sol-profiler@3.1.2
- @0x/sol-trace@2.0.8
- @0x/sol-tracing-utils@6.0.7
- @0x/sra-spec@2.0.6
- @0x/subproviders@4.0.2
- @0x/testnet-faucets@1.0.73
- @0x/utils@4.2.2
- @0x/web3-wrapper@6.0.2
- @0x/website@0.0.76
- @0x/contracts-asset-proxy@1.0.9
- @0x/contracts-erc20@1.0.9
- @0x/contracts-erc721@1.0.9
- @0x/contracts-exchange@1.0.9
- @0x/contracts-exchange-forwarder@1.0.9
- @0x/contracts-exchange-libs@1.1.3
- @0x/contracts-extensions@2.0.8
- @0x/contracts-multisig@2.0.8
- @0x/contracts-tec@0.0.4
- @0x/contracts-test-utils@3.0.8
- @0x/contracts-utils@2.0.8
2019-03-01 14:34:26 -08:00
Leonid Logvinov
7458fe0d81
Updated CHANGELOGS
2019-03-01 14:34:15 -08:00
Jacob Evans
5c06df2635
Update changelog PR
2019-02-28 15:43:07 -05:00
Jacob Evans
d69bf76341
Update CHANGELOG
2019-02-28 15:28:09 -05:00
Jacob Evans
d0d1b295b4
Check for process in browser environments
2019-02-28 15:26:07 -05:00
Leonid Logvinov
ec24c79da1
Publish
...
- 0x.js@6.0.1
- @0x/abi-gen@2.0.5
- @0x/abi-gen-wrappers@4.0.1
- @0x/assert@2.0.5
- @0x/asset-buyer@6.0.1
- @0x/base-contract@5.0.1
- @0x/connect@5.0.1
- @0x/contract-wrappers@8.0.1
- @0x/contracts-gen@1.0.4
- @0x/dev-tools-pages@0.0.21
- @0x/dev-utils@2.1.2
- @0x/fill-scenarios@3.0.1
- @0x/instant@1.0.15
- @0x/json-schemas@3.0.5
- @0x/metacoin@0.0.42
- @0x/migrations@4.0.1
- @0x/monorepo-scripts@1.0.26
- @0x/order-utils@7.0.1
- @0x/order-watcher@4.0.1
- @0x/pipeline@1.0.12
- @0x/react-docs@2.0.6
- @0x/react-shared@2.0.6
- @0x/sol-compiler@3.1.1
- @0x/sol-coverage@2.0.5
- @0x/sol-doc@2.0.5
- @0x/sol-profiler@3.1.0
- @0x/sol-resolver@2.0.4
- @0x/sol-trace@2.0.6
- @0x/sol-tracing-utils@6.0.5
- @0x/sra-spec@2.0.5
- @0x/subproviders@4.0.1
- @0x/testnet-faucets@1.0.71
- @0x/types@2.1.1
- @0x/utils@4.2.1
- @0x/web3-wrapper@6.0.1
- @0x/website@0.0.74
- @0x/contracts-asset-proxy@1.0.7
- @0x/contracts-erc20@1.0.7
- @0x/contracts-erc721@1.0.7
- @0x/contracts-exchange@1.0.7
- @0x/contracts-exchange-forwarder@1.0.7
- @0x/contracts-exchange-libs@1.1.1
- @0x/contracts-extensions@2.0.6
- @0x/contracts-multisig@2.0.6
- @0x/contracts-tec@0.0.2
- @0x/contracts-test-utils@3.0.6
- @0x/contracts-utils@2.0.6
2019-02-26 14:45:52 -08:00
Leonid Logvinov
f5fffbea04
Updated CHANGELOGS
2019-02-26 14:45:42 -08:00
Leonid Logvinov
5934eb0559
Publish
...
- 0x.js@6.0.0
- @0x/abi-gen@2.0.4
- @0x/abi-gen-templates@2.0.1
- @0x/abi-gen-wrappers@4.0.0
- @0x/assert@2.0.4
- @0x/asset-buyer@6.0.0
- @0x/base-contract@5.0.0
- @0x/connect@5.0.0
- @0x/contract-addresses@2.2.2
- @0x/contract-wrappers@8.0.0
- @0x/contracts-gen@1.0.3
- @0x/dev-tools-pages@0.0.20
- @0x/dev-utils@2.1.1
- ethereum-types@2.1.0
- @0x/fill-scenarios@3.0.0
- @0x/instant@1.0.14
- @0x/json-schemas@3.0.4
- @0x/metacoin@0.0.41
- @0x/migrations@4.0.0
- @0x/monorepo-scripts@1.0.25
- @0x/order-utils@7.0.0
- @0x/order-watcher@4.0.0
- @0x/pipeline@1.0.11
- @0x/react-docs@2.0.5
- @0x/react-shared@2.0.5
- @0x/sol-compiler@3.1.0
- @0x/sol-coverage@2.0.4
- @0x/sol-doc@2.0.4
- @0x/sol-profiler@3.0.0
- @0x/sol-resolver@2.0.3
- @0x/sol-trace@2.0.5
- @0x/sol-tracing-utils@6.0.4
- @0x/sra-spec@2.0.4
- @0x/subproviders@4.0.0
- @0x/testnet-faucets@1.0.70
- @0x/types@2.1.0
- @0x/typescript-typings@4.1.0
- @0x/utils@4.2.0
- @0x/web3-wrapper@6.0.0
- @0x/website@0.0.73
- @0x/contracts-asset-proxy@1.0.6
- @0x/contracts-erc20@1.0.6
- @0x/contracts-erc721@1.0.6
- @0x/contracts-exchange@1.0.6
- @0x/contracts-exchange-forwarder@1.0.6
- @0x/contracts-exchange-libs@1.1.0
- @0x/contracts-extensions@2.0.5
- @0x/contracts-multisig@2.0.5
- @0x/contracts-test-utils@3.0.5
- @0x/contracts-utils@2.0.5
2019-02-25 13:35:29 -08:00
Leonid Logvinov
b998d719a6
Updated CHANGELOGS
2019-02-25 13:35:17 -08:00