aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler
Commit message (Collapse)AuthorAgeFilesLines
* Deploy @dexon-foundation/0x.jsstableHsuan Lee2019-03-0634-2981/+0
|
* PublishLeonid Logvinov2019-02-071-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@4.0.3 - @0x/abi-gen@2.0.2 - @0x/abi-gen-wrappers@3.0.2 - @0x/assert@2.0.2 - @0x/asset-buyer@5.0.3 - @0x/base-contract@4.0.2 - @0x/connect@4.0.3 - @0x/contract-wrappers@7.0.2 - @0x/contracts-gen@1.0.1 - @0x/dev-tools-pages@0.0.18 - @0x/dev-utils@2.0.2 - @0x/fill-scenarios@2.0.3 - @0x/instant@1.0.12 - @0x/json-schemas@3.0.2 - @0x/metacoin@0.0.39 - @0x/migrations@3.0.3 - @0x/monorepo-scripts@1.0.23 - @0x/order-utils@6.0.1 - @0x/order-watcher@3.0.3 - @0x/pipeline@1.0.9 - @0x/react-docs@2.0.3 - @0x/react-shared@2.0.3 - @0x/sol-compiler@3.0.2 - @0x/sol-coverage@2.0.2 - @0x/sol-doc@2.0.2 - @0x/sol-profiler@2.0.3 - @0x/sol-resolver@2.0.2 - @0x/sol-trace@2.0.3 - @0x/sol-tracing-utils@6.0.2 - @0x/sra-spec@2.0.2 - @0x/subproviders@3.0.2 - @0x/testnet-faucets@1.0.68 - @0x/types@2.0.2 - @0x/utils@4.0.3 - @0x/web3-wrapper@4.0.2 - @0x/website@0.0.71 - @0x/contracts-asset-proxy@1.0.4 - @0x/contracts-erc20@1.0.4 - @0x/contracts-erc721@1.0.4 - @0x/contracts-exchange@1.0.4 - @0x/contracts-exchange-forwarder@1.0.4 - @0x/contracts-exchange-libs@1.0.4 - @0x/contracts-extensions@2.0.3 - @0x/contracts-multisig@2.0.3 - @0x/contracts-test-utils@3.0.3 - @0x/contracts-utils@2.0.3
* Updated CHANGELOGSLeonid Logvinov2019-02-071-1/+1
|
* Updated CHANGELOGSLeonid Logvinov2019-02-072-1/+9
|
* Update packages/sol-compiler/CHANGELOG.jsonFabio B2019-02-071-1/+1
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Update packages/sol-compiler/CHANGELOG.jsonFabio B2019-02-071-1/+1
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Fix linterLeonid Logvinov2019-02-071-1/+1
|
* Update CHANGELOGLeonid Logvinov2019-02-071-3/+3
|
* Add PR numbersLeonid Logvinov2019-02-071-3/+3
|
* Omit remapping in compiler settings equality checksLeonid Logvinov2019-02-071-1/+1
|
* Fix a bug when ast and legacyAST were not present in the artifacts even if ↵Leonid Logvinov2019-02-072-1/+5
| | | | requested
* Remove the bin_paths and fetch the solidity release list from github repoLeonid Logvinov2019-02-075-59/+29
|
* Fix the undefined opts bugLeonid Logvinov2019-02-073-2/+9
|
* Fix sol-compiler bug with remappings causing smart recompilation to now workLeonid Logvinov2019-02-072-1/+13
|
* Merge developmentLeonid Logvinov2019-02-073-14/+32
|\
| * PublishFabio Berger2019-02-061-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@4.0.1 - @0x/abi-gen@2.0.1 - @0x/abi-gen-wrappers@3.0.1 - @0x/assert@2.0.1 - @0x/asset-buyer@5.0.1 - @0x/base-contract@4.0.1 - @0x/connect@4.0.1 - @0x/contract-wrappers@7.0.0 - @0x/dev-tools-pages@0.0.16 - @0x/dev-utils@2.0.1 - @0x/fill-scenarios@2.0.1 - @0x/instant@1.0.10 - @0x/json-schemas@3.0.1 - @0x/metacoin@0.0.38 - @0x/migrations@3.0.1 - @0x/monorepo-scripts@1.0.21 - @0x/order-utils@5.0.0 - @0x/order-watcher@3.0.1 - @0x/pipeline@1.0.7 - @0x/react-docs@2.0.1 - @0x/react-shared@2.0.1 - @0x/sol-compiler@3.0.1 - @0x/sol-coverage@2.0.1 - @0x/sol-doc@2.0.1 - @0x/sol-profiler@2.0.2 - @0x/sol-resolver@2.0.1 - @0x/sol-trace@2.0.2 - @0x/sol-tracing-utils@6.0.1 - @0x/sra-spec@2.0.1 - @0x/subproviders@3.0.1 - @0x/testnet-faucets@1.0.66 - @0x/types@2.0.1 - @0x/utils@4.0.2 - @0x/web3-wrapper@4.0.1 - @0x/website@0.0.69 - @0x/contracts-asset-proxy@1.0.2 - @0x/contracts-erc20@1.0.2 - @0x/contracts-erc721@1.0.2 - @0x/contracts-exchange@1.0.2 - @0x/contracts-exchange-forwarder@1.0.2 - @0x/contracts-exchange-libs@1.0.2 - @0x/contracts-extensions@2.0.1 - @0x/contracts-multisig@2.0.1 - @0x/contracts-test-utils@3.0.1 - @0x/contracts-utils@2.0.1
| * Updated CHANGELOGSFabio Berger2019-02-062-0/+13
| |
| * PublishLeonid Logvinov2019-02-051-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@4.0.0 - @0x/abi-gen@2.0.0 - @0x/abi-gen-templates@2.0.0 - @0x/abi-gen-wrappers@3.0.0 - @0x/assert@2.0.0 - @0x/asset-buyer@5.0.0 - @0x/base-contract@4.0.0 - @0x/connect@4.0.0 - @0x/contract-addresses@2.2.1 - @0x/contract-wrappers@6.0.1 - @0x/dev-tools-pages@0.0.15 - @0x/dev-utils@2.0.0 - ethereum-types@2.0.0 - @0x/fill-scenarios@2.0.0 - @0x/instant@1.0.9 - @0x/json-schemas@3.0.0 - @0x/metacoin@0.0.37 - @0x/migrations@3.0.0 - @0x/monorepo-scripts@1.0.20 - @0x/order-utils@4.0.0 - @0x/order-watcher@3.0.0 - @0x/pipeline@1.0.6 - @0x/react-docs@2.0.0 - @0x/react-shared@2.0.0 - @0x/sol-compiler@3.0.0 - @0x/sol-coverage@2.0.0 - @0x/sol-doc@2.0.0 - @0x/sol-profiler@2.0.1 - @0x/sol-resolver@2.0.0 - @0x/sol-trace@2.0.1 - @0x/sol-tracing-utils@6.0.0 - @0x/sra-spec@2.0.0 - @0x/subproviders@3.0.0 - @0x/testnet-faucets@1.0.65 - @0x/tslint-config@3.0.0 - @0x/types@2.0.0 - @0x/typescript-typings@4.0.0 - @0x/utils@4.0.1 - @0x/web3-wrapper@4.0.0 - @0x/website@0.0.68 - @0x/contracts-asset-proxy@1.0.1 - @0x/contracts-erc20@1.0.1 - @0x/contracts-erc721@1.0.1 - @0x/contracts-exchange@1.0.1 - @0x/contracts-exchange-forwarder@1.0.1 - @0x/contracts-exchange-libs@1.0.1 - @0x/contracts-extensions@2.0.0 - @0x/contracts-multisig@2.0.0 - @0x/contracts-test-utils@3.0.0 - @0x/contracts-utils@2.0.0
| * Updated CHANGELOGSLeonid Logvinov2019-02-052-1/+6
| |
| * CI test for dependencies to have the same version (#1556)Xianny2019-02-051-2/+2
| | | | | | | | | | | | | | * add failing CI for dependencies with multiple versions * update dependencies * increase bundlewatch maxsize for 0x.js
* | TempLeonid Logvinov2019-02-042-9/+7
|/
* Rename dependencyNameToPackagePath to dependencyNameToPathLeonid Logvinov2019-01-302-12/+12
|
* Add a commentLeonid Logvinov2019-01-301-0/+5
|
* Remove + concatenationLeonid Logvinov2019-01-301-2/+1
|
* Fail fastLeonid Logvinov2019-01-301-3/+3
|
* Update packages/sol-compiler/src/utils/compiler.tsFabio B2019-01-301-1/+1
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Fix namingLeonid Logvinov2019-01-291-7/+6
|
* Temp CILeonid Logvinov2019-01-293-106/+86
|
* Implement docker as another backend for sol-compilerLeonid Logvinov2019-01-233-16/+147
|
* Fix prettierLeonid Logvinov2019-01-161-8/+4
|
* Add CHANGELOG entriesLeonid Logvinov2019-01-161-4/+17
|
* Upgrade chai-bignumberLeonid Logvinov2019-01-151-1/+1
|
* PublishLeonid Logvinov2019-01-151-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@3.0.2 - @0x/abi-gen@1.0.22 - @0x/abi-gen-templates@1.0.2 - @0x/abi-gen-wrappers@2.2.0 - @0x/assert@1.0.23 - @0x/asset-buyer@4.0.1 - @0x/base-contract@3.0.13 - @0x/connect@3.0.13 - @0x/contract-addresses@2.2.0 - @0x/contract-artifacts@1.3.0 - @0x/contract-wrappers@5.0.0 - @0x/dev-tools-pages@0.0.13 - @0x/dev-utils@1.0.24 - ethereum-types@1.1.6 - @0x/fill-scenarios@1.1.2 - @0x/instant@1.0.7 - @0x/json-schemas@2.1.7 - @0x/metacoin@0.0.35 - @0x/migrations@2.4.0 - @0x/monorepo-scripts@1.0.18 - @0x/order-utils@3.1.2 - @0x/order-watcher@2.4.2 - @0x/pipeline@1.0.5 - @0x/react-docs@1.0.25 - @0x/react-shared@1.1.2 - @0x/sol-compiler@2.0.2 - @0x/sol-coverage@1.0.2 - @0x/sol-doc@1.0.14 - @0x/sol-profiler@1.0.2 - @0x/sol-resolver@1.2.3 - @0x/sol-trace@1.0.2 - @0x/sol-tracing-utils@4.0.0 - @0x/sra-spec@1.0.16 - @0x/subproviders@2.1.11 - @0x/testnet-faucets@1.0.63 - @0x/tslint-config@2.0.2 - @0x/types@1.5.2 - @0x/typescript-typings@3.0.8 - @0x/utils@3.0.1 - @0x/web3-wrapper@3.2.4 - @0x/website@0.0.66 - @0x/contracts-examples@1.0.5 - @0x/contracts-extensions@1.2.2 - @0x/contracts-interfaces@1.0.5 - @0x/contracts-libs@1.0.5 - @0x/contracts-multisig@1.0.5 - @0x/contracts-protocol@2.2.2 - @0x/contracts-test-utils@2.0.0 - @0x/contracts-tokens@1.0.5 - @0x/contracts-utils@1.0.5
* Updated CHANGELOGSLeonid Logvinov2019-01-152-0/+13
|
* PublishFabio Berger2019-01-121-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@3.0.1 - @0x/abi-gen@1.0.21 - @0x/abi-gen-wrappers@2.1.1 - @0x/assert@1.0.22 - @0x/asset-buyer@4.0.0 - @0x/base-contract@3.0.12 - @0x/connect@3.0.12 - @0x/contract-wrappers@4.2.1 - @0x/dev-tools-pages@0.0.12 - @0x/dev-utils@1.0.23 - ethereum-types@1.1.5 - @0x/fill-scenarios@1.1.1 - @0x/instant@1.0.6 - @0x/json-schemas@2.1.6 - @0x/metacoin@0.0.34 - @0x/migrations@2.3.1 - @0x/monorepo-scripts@1.0.17 - @0x/order-utils@3.1.1 - @0x/order-watcher@2.4.1 - @0x/pipeline@1.0.4 - @0x/react-docs@1.0.24 - @0x/react-shared@1.1.1 - @0x/sol-compiler@2.0.1 - @0x/sol-coverage@1.0.1 - @0x/sol-doc@1.0.13 - @0x/sol-profiler@1.0.1 - @0x/sol-resolver@1.2.2 - @0x/sol-trace@1.0.1 - @0x/sol-tracing-utils@3.0.0 - @0x/sra-spec@1.0.15 - @0x/subproviders@2.1.10 - @0x/testnet-faucets@1.0.62 - @0x/tslint-config@2.0.1 - @0x/types@1.5.1 - @0x/typescript-typings@3.0.7 - @0x/utils@3.0.0 - @0x/web3-wrapper@3.2.3 - @0x/website@0.0.65 - @0x/contracts-examples@1.0.4 - @0x/contracts-extensions@1.2.1 - @0x/contracts-interfaces@1.0.4 - @0x/contracts-libs@1.0.4 - @0x/contracts-multisig@1.0.4 - @0x/contracts-protocol@2.2.1 - @0x/contracts-test-utils@1.0.4 - @0x/contracts-tokens@1.0.4 - @0x/contracts-utils@1.0.4
* Updated CHANGELOGSFabio Berger2019-01-122-0/+13
|
* Update prettier to version ^1.15.3Alex Browne2019-01-113-15/+11
|
* PublishFabio Berger2019-01-091-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@3.0.0 - @0x/abi-gen@1.0.20 - @0x/abi-gen-wrappers@2.1.0 - @0x/assert@1.0.21 - @0x/asset-buyer@3.0.5 - @0x/base-contract@3.0.11 - @0x/connect@3.0.11 - @0x/contract-addresses@2.1.0 - @0x/contract-artifacts@1.2.0 - @0x/contract-wrappers@4.2.0 - @0x/dev-tools-pages@0.0.11 - @0x/dev-utils@1.0.22 - @0x/fill-scenarios@1.1.0 - @0x/instant@1.0.5 - @0x/json-schemas@2.1.5 - @0x/metacoin@0.0.33 - @0x/migrations@2.3.0 - @0x/monorepo-scripts@1.0.16 - @0x/order-utils@3.1.0 - @0x/order-watcher@2.4.0 - @0x/pipeline@1.0.3 - @0x/react-docs@1.0.23 - @0x/react-shared@1.1.0 - @0x/sol-compiler@2.0.0 - @0x/sol-cov@2.1.17 - @0x/sol-doc@1.0.12 - @0x/sol-resolver@1.2.1 - @0x/sra-spec@1.0.14 - @0x/subproviders@2.1.9 - @0x/testnet-faucets@1.0.61 - @0x/types@1.5.0 - @0x/utils@2.1.1 - @0x/web3-wrapper@3.2.2 - @0x/website@0.0.64 - @0x/contracts-examples@1.0.3 - @0x/contracts-extensions@1.2.0 - @0x/contracts-interfaces@1.0.3 - @0x/contracts-libs@1.0.3 - @0x/contracts-multisig@1.0.3 - @0x/contracts-protocol@2.2.0 - @0x/contracts-test-utils@1.0.3 - @0x/contracts-tokens@1.0.3 - @0x/contracts-utils@1.0.3
* Updated CHANGELOGSFabio Berger2019-01-092-1/+8
|
* Add CHENGELOG entrieLeonid Logvinov2019-01-091-0/+4
|
* Update sol-compiler binPaths to include the newest solidityLeonid Logvinov2019-01-091-14/+45
|
* Update solc used by sol-compilerLeonid Logvinov2019-01-091-1/+1
|
* Update packages/sol-compiler/src/compiler.tsFabio B2018-12-191-1/+2
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Update packages/sol-compiler/src/utils/compiler.tsFabio B2018-12-191-1/+1
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Run prettierLeonid Logvinov2018-12-191-1/+3
|
* Describe regexesLeonid Logvinov2018-12-191-1/+4
|
* Add a NOTE commentLeonid Logvinov2018-12-191-0/+3
|
* Move logWithTime to logUtilsLeonid Logvinov2018-12-192-11/+5
|
* Update packages/sol-compiler/src/compiler.tsFabio B2018-12-191-1/+1
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Disable linter no a hanging promise with a commentLeonid Logvinov2018-12-191-2/+3
|
* Move logWithTime function to utilsLeonid Logvinov2018-12-192-10/+11
|
* Add PR numbersLeonid Logvinov2018-12-191-2/+2
|
* Add sol-compiler watch modeLeonid Logvinov2018-12-197-7/+88
|
* Refactor most of the sol-compiler methods into helper functions in utils and ↵Leonid Logvinov2018-12-193-187/+237
| | | | make resolver pluggable into them
* PublishLeonid Logvinov2018-12-141-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.8 - @0x/abi-gen@1.0.19 - @0x/abi-gen-wrappers@2.0.2 - @0x/assert@1.0.20 - @0x/asset-buyer@3.0.4 - @0x/base-contract@3.0.10 - @0x/connect@3.0.10 - @0x/contract-wrappers@4.1.3 - @0x/dev-tools-pages@0.0.10 - @0x/dev-utils@1.0.21 - ethereum-types@1.1.4 - @0x/fill-scenarios@1.0.16 - @0x/instant@1.0.4 - @0x/json-schemas@2.1.4 - @0x/metacoin@0.0.32 - @0x/migrations@2.2.2 - @0x/order-utils@3.0.7 - @0x/order-watcher@2.2.8 - @0x/pipeline@1.0.2 - @0x/react-docs@1.0.22 - @0x/react-shared@1.0.25 - @0x/sol-compiler@1.1.16 - @0x/sol-cov@2.1.16 - @0x/sol-doc@1.0.11 - @0x/sol-resolver@1.1.1 - @0x/sra-spec@1.0.13 - @0x/subproviders@2.1.8 - @0x/testnet-faucets@1.0.60 - @0x/tslint-config@2.0.0 - @0x/types@1.4.1 - @0x/typescript-typings@3.0.6 - @0x/utils@2.0.8 - @0x/web3-wrapper@3.2.1 - @0x/website@0.0.63 - @0x/contracts-examples@1.0.1 - @0x/contracts-extensions@1.0.1 - @0x/contracts-interfaces@1.0.1 - @0x/contracts-libs@1.0.1 - @0x/contracts-multisig@1.0.1 - @0x/contracts-protocol@2.1.58 - @0x/contracts-test-utils@1.0.2 - @0x/contracts-tokens@1.0.1 - @0x/contracts-utils@1.0.1
* Updated CHANGELOGSLeonid Logvinov2018-12-141-2/+2
|
* Updated CHANGELOGSLeonid Logvinov2018-12-142-0/+13
|
* PublishFabio Berger2018-12-121-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.7 - @0x/abi-gen@1.0.18 - @0x/abi-gen-wrappers@2.0.1 - @0x/assert@1.0.19 - @0x/asset-buyer@3.0.3 - @0x/base-contract@3.0.9 - @0x/connect@3.0.9 - @0x/contract-wrappers@4.1.2 - @0x/dev-tools-pages@0.0.9 - @0x/dev-utils@1.0.20 - ethereum-types@1.1.3 - @0x/fill-scenarios@1.0.15 - @0x/instant@1.0.3 - @0x/json-schemas@2.1.3 - @0x/metacoin@0.0.31 - @0x/migrations@2.2.1 - @0x/monorepo-scripts@1.0.15 - @0x/order-utils@3.0.6 - @0x/order-watcher@2.2.7 - @0x/pipeline@1.0.1 - @0x/react-docs@1.0.21 - @0x/react-shared@1.0.24 - @0x/sol-compiler@1.1.15 - @0x/sol-cov@2.1.15 - @0x/sol-doc@1.0.10 - @0x/sol-resolver@1.1.0 - @0x/sra-spec@1.0.12 - @0x/subproviders@2.1.7 - @0x/testnet-faucets@1.0.59 - @0x/types@1.4.0 - @0x/typescript-typings@3.0.5 - @0x/utils@2.0.7 - @0x/web3-wrapper@3.2.0 - @0x/website@0.0.62 - @0x/contracts-examples@1.0.1 - @0x/contracts-extensions@1.0.1 - @0x/contracts-interfaces@1.0.1 - @0x/contracts-libs@1.0.1 - @0x/contracts-multisig@1.0.1 - @0x/contracts-protocol@2.1.57 - @0x/contracts-test-utils@1.0.1 - @0x/contracts-tokens@1.0.1 - @0x/contracts-utils@1.0.1
* Updated CHANGELOGSFabio Berger2018-12-122-2/+2
|
* Updated CHANGELOGSLeonid Logvinov2018-12-112-1/+6
|
* Implement prefer-template tslint rulekao2018-12-081-1/+1
|
* Update packages/sol-compiler/src/compiler.tsFabio B2018-12-031-1/+1
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Update packages/sol-compiler/CHANGELOG.jsonFabio B2018-12-031-1/+1
| | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* Fix an issue when we tried to append base contracts path to absolute imports ↵Leonid Logvinov2018-12-032-1/+17
| | | | (NPM) in sol-compiler
* PublishJacob Evans2018-11-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.6 - @0x/abi-gen-templates@1.0.1 - @0x/abi-gen-wrappers@2.0.0 - @0x/asset-buyer@3.0.2 - @0x/base-contract@3.0.8 - @0x/connect@3.0.8 - @0x/contract-addresses@2.0.0 - @0x/contract-artifacts@1.1.2 - @0x/contract-wrappers@4.1.1 - contracts@2.1.56 - @0x/dev-tools-pages@0.0.8 - @0x/dev-utils@1.0.19 - @0x/fill-scenarios@1.0.14 - @0x/instant@1.0.2 - @0x/metacoin@0.0.30 - @0x/migrations@2.2.0 - @0x/order-utils@3.0.4 - @0x/order-watcher@2.2.6 - @0x/react-docs@1.0.20 - @0x/react-shared@1.0.23 - @0x/sol-compiler@1.1.14 - @0x/sol-cov@2.1.14 - @0x/sol-doc@1.0.9 - @0x/subproviders@2.1.6 - @0x/testnet-faucets@1.0.58 - @0x/web3-wrapper@3.1.6 - @0x/website@0.0.61
* Updated CHANGELOGSJacob Evans2018-11-282-0/+13
|
* PublishFabio Berger2018-11-221-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.5 - @0x/abi-gen@1.0.17 - @0x/abi-gen-wrappers@1.1.0 - @0x/assert@1.0.18 - @0x/asset-buyer@3.0.1 - @0x/base-contract@3.0.7 - @0x/connect@3.0.7 - @0x/contract-addresses@1.2.0 - @0x/contract-wrappers@4.1.0 - contracts@2.1.55 - @0x/dev-tools-pages@0.0.7 - @0x/dev-utils@1.0.18 - @0x/fill-scenarios@1.0.13 - @0x/instant@1.0.1 - @0x/json-schemas@2.1.2 - @0x/metacoin@0.0.29 - @0x/migrations@2.1.0 - @0x/monorepo-scripts@1.0.14 - @0x/order-utils@3.0.3 - @0x/order-watcher@2.2.5 - @0x/react-docs@1.0.19 - @0x/react-shared@1.0.22 - @0x/sol-compiler@1.1.13 - @0x/sol-cov@2.1.13 - @0x/sol-doc@1.0.8 - @0x/sol-resolver@1.0.17 - @0x/sra-spec@1.0.11 - @0x/subproviders@2.1.5 - @0x/testnet-faucets@1.0.57 - @0x/types@1.3.0 - @0x/utils@2.0.6 - @0x/web3-wrapper@3.1.5 - @0x/website@0.0.60
* Updated CHANGELOGSFabio Berger2018-11-222-0/+13
|
* PublishLeonid Logvinov2018-11-141-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.4 - @0x/abi-gen@1.0.16 - @0x/abi-gen-wrappers@1.0.5 - @0x/assert@1.0.17 - @0x/asset-buyer@3.0.0 - @0x/base-contract@3.0.6 - @0x/connect@3.0.6 - @0x/contract-wrappers@4.0.2 - contracts@2.1.54 - @0x/dev-tools-pages@0.0.6 - @0x/dev-utils@1.0.17 - @0x/fill-scenarios@1.0.12 - @0x/instant@0.0.7 - @0x/json-schemas@2.1.1 - @0x/metacoin@0.0.28 - @0x/migrations@2.0.4 - @0x/order-utils@3.0.2 - @0x/order-watcher@2.2.4 - @0x/react-docs@1.0.18 - @0x/react-shared@1.0.21 - @0x/sol-compiler@1.1.12 - @0x/sol-cov@2.1.12 - @0x/sol-doc@1.0.7 - @0x/sra-spec@1.0.10 - @0x/subproviders@2.1.4 - @0x/testnet-faucets@1.0.56 - @0x/utils@2.0.5 - @0x/web3-wrapper@3.1.4 - @0x/website@0.0.59
* Updated CHANGELOGSLeonid Logvinov2018-11-142-0/+13
|
* PublishLeonid Logvinov2018-11-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.3 - @0x/abi-gen-wrappers@1.0.4 - @0x/asset-buyer@2.2.2 - @0x/base-contract@3.0.5 - @0x/connect@3.0.5 - @0x/contract-wrappers@4.0.1 - contracts@2.1.53 - @0x/dev-tools-pages@0.0.5 - @0x/dev-utils@1.0.16 - @0x/fill-scenarios@1.0.11 - @0x/instant@0.0.6 - @0x/metacoin@0.0.27 - @0x/migrations@2.0.3 - @0x/order-utils@3.0.1 - @0x/order-watcher@2.2.3 - @0x/react-docs@1.0.17 - @0x/react-shared@1.0.20 - @0x/sol-compiler@1.1.11 - @0x/sol-cov@2.1.11 - @0x/sol-doc@1.0.6 - @0x/subproviders@2.1.3 - @0x/testnet-faucets@1.0.55 - @0x/web3-wrapper@3.1.3 - @0x/website@0.0.58
* Updated CHANGELOGSLeonid Logvinov2018-11-142-0/+13
|
* PublishLeonid Logvinov2018-11-121-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.2 - @0x/abi-gen-wrappers@1.0.3 - @0x/assert@1.0.16 - @0x/asset-buyer@2.2.1 - @0x/base-contract@3.0.4 - @0x/connect@3.0.4 - @0x/contract-wrappers@4.0.0 - contracts@2.1.52 - @0x/dev-tools-pages@0.0.4 - @0x/dev-utils@1.0.15 - @0x/fill-scenarios@1.0.10 - @0x/instant@0.0.5 - @0x/json-schemas@2.1.0 - @0x/metacoin@0.0.26 - @0x/migrations@2.0.2 - @0x/order-utils@3.0.0 - @0x/order-watcher@2.2.2 - @0x/react-docs@1.0.16 - @0x/react-shared@1.0.19 - @0x/sol-compiler@1.1.10 - @0x/sol-cov@2.1.10 - @0x/sol-doc@1.0.5 - @0x/sra-spec@1.0.9 - @0x/subproviders@2.1.2 - @0x/testnet-faucets@1.0.54 - @0x/web3-wrapper@3.1.2 - @0x/website@0.0.57
* Updated CHANGELOGSLeonid Logvinov2018-11-122-0/+13
|
* PublishJacob Evans2018-11-091-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.1 - @0x/abi-gen@1.0.15 - @0x/abi-gen-wrappers@1.0.2 - @0x/assert@1.0.15 - @0x/asset-buyer@2.2.0 - @0x/base-contract@3.0.3 - @0x/connect@3.0.3 - @0x/contract-addresses@1.1.0 - @0x/contract-artifacts@1.1.0 - @0x/contract-wrappers@3.0.1 - contracts@2.1.51 - @0x/dev-tools-pages@0.0.3 - @0x/dev-utils@1.0.14 - ethereum-types@1.1.2 - @0x/fill-scenarios@1.0.9 - @0x/instant@0.0.4 - @0x/json-schemas@2.0.1 - @0x/metacoin@0.0.25 - @0x/migrations@2.0.1 - @0x/monorepo-scripts@1.0.13 - @0x/order-utils@2.0.1 - @0x/order-watcher@2.2.1 - @0x/react-docs@1.0.15 - @0x/react-shared@1.0.18 - @0x/sol-compiler@1.1.9 - @0x/sol-cov@2.1.9 - @0x/sol-doc@1.0.4 - @0x/sol-resolver@1.0.16 - @0x/sra-spec@1.0.8 - @0x/subproviders@2.1.1 - @0x/testnet-faucets@1.0.53 - @0x/tslint-config@1.0.10 - @0x/types@1.2.1 - @0x/typescript-typings@3.0.4 - @0x/utils@2.0.4 - @0x/web3-wrapper@3.1.1 - @0x/website@0.0.56
* Updated CHANGELOGSJacob Evans2018-11-092-0/+13
|
* chore: Add --format stylish to tslintAlex Browne2018-10-241-1/+1
|
* PublishLeonid Logvinov2018-10-181-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.0 - @0x/abi-gen@1.0.14 - @0x/abi-gen-wrappers@1.0.1 - @0x/assert@1.0.14 - @0x/asset-buyer@2.1.0 - @0x/base-contract@3.0.2 - @0x/connect@3.0.2 - @0x/contract-addresses@1.0.1 - @0x/contract-artifacts@1.0.1 - @0x/contract-wrappers@3.0.0 - contracts@2.1.50 - @0x/dev-tools-pages@0.0.2 - @0x/dev-utils@1.0.13 - ethereum-types@1.1.1 - @0x/fill-scenarios@1.0.8 - @0x/instant@0.0.3 - @0x/json-schemas@2.0.0 - @0x/metacoin@0.0.24 - @0x/migrations@2.0.0 - @0x/monorepo-scripts@1.0.12 - @0x/order-utils@2.0.0 - @0x/order-watcher@2.2.0 - @0x/react-docs@1.0.14 - @0x/react-shared@1.0.17 - @0x/sol-compiler@1.1.8 - @0x/sol-cov@2.1.8 - @0x/sol-doc@1.0.3 - @0x/sol-resolver@1.0.15 - @0x/sra-spec@1.0.7 - @0x/subproviders@2.1.0 - @0x/testnet-faucets@1.0.52 - @0x/tslint-config@1.0.9 - @0x/types@1.2.0 - @0x/typescript-typings@3.0.3 - @0x/utils@2.0.3 - @0x/web3-wrapper@3.1.0 - @0x/website@0.0.55
* Updated CHANGELOGSLeonid Logvinov2018-10-182-1/+14
|
* Fix ethereum-types versionsLeonid Logvinov2018-10-181-1/+1
|
* chore: change README.md from 0xproject to 0xJacob Evans2018-10-181-8/+8
|
* chore: change tslint.json from 0xproject to 0xJacob Evans2018-10-181-1/+1
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-187-19/+19
|
* chore: tslint fixFabio Berger2018-10-181-0/+1
|
* chore: Fix remaining necessary castsFabio Berger2018-10-181-2/+3
|
* chore: Update TypeDoc to 0.13.0 (supports TS v3.1)Fabio Berger2018-10-171-1/+1
|
* PublishBrandon Millman2018-10-051-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.8 - @0xproject/abi-gen@1.0.13 - @0xproject/assert@1.0.13 - @0xproject/asset-buyer@2.0.0 - @0xproject/base-contract@3.0.1 - @0xproject/connect@3.0.1 - @0xproject/contract-wrappers@2.0.2 - contracts@2.1.49 - @0xproject/dev-utils@1.0.12 - ethereum-types@1.0.11 - @0xproject/fill-scenarios@1.0.7 - @0xproject/instant@0.0.2 - @0xproject/json-schemas@1.0.7 - @0xproject/metacoin@0.0.23 - @0xproject/migrations@1.0.14 - @0xproject/monorepo-scripts@1.0.11 - @0xproject/order-utils@1.0.7 - @0xproject/order-watcher@2.1.1 - @0xproject/react-docs@1.0.13 - @0xproject/react-shared@1.0.15 - @0xproject/sol-compiler@1.1.7 - @0xproject/sol-cov@2.1.7 - @0xproject/sol-doc@1.0.2 - @0xproject/sol-resolver@1.0.14 - @0xproject/sra-report@1.0.13 - @0xproject/sra-spec@1.0.6 - @0xproject/subproviders@2.0.7 - @0xproject/testnet-faucets@1.0.51 - @0xproject/tslint-config@1.0.8 - @0xproject/types@1.1.4 - @0xproject/typescript-typings@3.0.2 - @0xproject/utils@2.0.2 - @0xproject/web3-wrapper@3.0.3 - @0xproject/website@0.0.54
* Updated CHANGELOGSBrandon Millman2018-10-052-6/+6
|
* fix: comment need for sourceCodes pruningF. Eugene Aumson2018-10-031-1/+5
|
* fix: use original source ID's from compiler outputF. Eugene Aumson2018-10-031-13/+24
| | | | | | | | | | | | | Previously, was generating fresh source ID's but per @LogvinovLeon 's comment (cited below) that will likely break existing source code mappings. Changed to use the original source code mapping ID's that were generated by the compiler https://app.asana.com/0/684263176955174/842516551768097/f https://github.com/0xProject/0x-monorepo/pull/1108 https://github.com/0xProject/0x-monorepo/pull/1108#pullrequestreview-161059063
* Fix some small bugs in compiler.tsAlex Browne2018-10-031-3/+18
|
* fix: persist artifacts with only relevant sourcesF. Eugene Aumson2018-10-031-5/+52
| | | | | https://github.com/0xProject/0x-monorepo/pull/1108 https://app.asana.com/0/684263176955174/842516551768097/f
* Introduce a build:ci command that doesn't build webpack bundlesLeonid Logvinov2018-10-021-0/+1
|
* Updated CHANGELOGSLeonid Logvinov2018-10-022-0/+13
|
* PublishFabio Berger2018-09-291-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.7 - @0xproject/abi-gen@1.0.12 - @0xproject/assert@1.0.12 - @0xproject/asset-buyer@1.0.2 - @0xproject/base-contract@3.0.0 - @0xproject/connect@3.0.0 - @0xproject/contract-wrappers@2.0.1 - contracts@2.1.48 - @0xproject/dev-utils@1.0.11 - ethereum-types@1.0.9 - @0xproject/fill-scenarios@1.0.6 - @0xproject/json-schemas@1.0.5 - @0xproject/metacoin@0.0.22 - @0xproject/migrations@1.0.13 - @0xproject/monorepo-scripts@1.0.10 - @0xproject/order-utils@1.0.6 - @0xproject/order-watcher@2.1.0 - @0xproject/react-docs@1.0.12 - @0xproject/react-shared@1.0.13 - @0xproject/sol-compiler@1.1.6 - @0xproject/sol-cov@2.1.6 - @0xproject/sol-doc@1.0.1 - @0xproject/sol-resolver@1.0.12 - @0xproject/sra-report@1.0.12 - @0xproject/sra-spec@1.0.5 - @0xproject/subproviders@2.0.6 - @0xproject/testnet-faucets@1.0.50 - @0xproject/types@1.1.2 - @0xproject/typescript-typings@3.0.0 - @0xproject/utils@2.0.0 - @0xproject/web3-wrapper@3.0.2 - @0xproject/website@0.0.53
* Updated CHANGELOGSFabio Berger2018-09-292-0/+13
|
* Un-nest the interface to fix the doc renderingFabio Berger2018-09-291-0/+1
|
* Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-263-10/+23
|\
| * PublishFabio Berger2018-09-261-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.6 - @0xproject/abi-gen@1.0.11 - @0xproject/assert@1.0.11 - @0xproject/asset-buyer@1.0.1 - @0xproject/base-contract@2.0.5 - @0xproject/connect@2.0.4 - @0xproject/contract-wrappers@2.0.0 - contracts@2.1.47 - @0xproject/dev-utils@1.0.10 - ethereum-types@1.0.8 - @0xproject/fill-scenarios@1.0.5 - @0xproject/json-schemas@1.0.4 - @0xproject/metacoin@0.0.21 - @0xproject/migrations@1.0.12 - @0xproject/order-utils@1.0.5 - @0xproject/order-watcher@2.0.0 - @0xproject/react-docs@1.0.11 - @0xproject/react-shared@1.0.12 - @0xproject/sol-compiler@1.1.5 - @0xproject/sol-cov@2.1.5 - @0xproject/sol-resolver@1.0.11 - @0xproject/sra-report@1.0.11 - @0xproject/sra-spec@1.0.4 - @0xproject/subproviders@2.0.5 - @0xproject/testnet-faucets@1.0.49 - @0xproject/types@1.1.1 - @0xproject/typescript-typings@2.0.2 - @0xproject/utils@1.0.11 - @0xproject/web3-wrapper@3.0.1 - @0xproject/website@0.0.52
| * Updated CHANGELOGSFabio Berger2018-09-262-0/+13
| |
* | Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-263-8/+21
|\|
| * PublishLeonid Logvinov2018-09-251-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.5 - @0xproject/abi-gen@1.0.10 - @0xproject/assert@1.0.10 - @0xproject/asset-buyer@1.0.0 - @0xproject/base-contract@2.0.4 - @0xproject/connect@2.0.3 - @0xproject/contract-wrappers@1.0.5 - contracts@2.1.46 - @0xproject/dev-utils@1.0.9 - @0xproject/fill-scenarios@1.0.4 - @0xproject/json-schemas@1.0.3 - @0xproject/metacoin@0.0.20 - @0xproject/migrations@1.0.11 - @0xproject/order-utils@1.0.4 - @0xproject/order-watcher@1.0.5 - @0xproject/react-docs@1.0.10 - @0xproject/react-shared@1.0.11 - @0xproject/sol-compiler@1.1.4 - @0xproject/sol-cov@2.1.4 - @0xproject/sol-resolver@1.0.10 - @0xproject/sra-report@1.0.10 - @0xproject/sra-spec@1.0.3 - @0xproject/subproviders@2.0.4 - @0xproject/testnet-faucets@1.0.48 - @0xproject/types@1.1.0 - @0xproject/utils@1.0.10 - @0xproject/web3-wrapper@3.0.0 - @0xproject/website@0.0.51
| * Updated CHANGELOGSLeonid Logvinov2018-09-252-0/+13
| |
* | Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-253-10/+23
|\|
| * PublishLeonid Logvinov2018-09-211-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.4 - @0xproject/abi-gen@1.0.9 - @0xproject/assert@1.0.9 - @0xproject/base-contract@2.0.3 - @0xproject/connect@2.0.2 - @0xproject/contract-wrappers@1.0.4 - contracts@2.1.45 - @0xproject/dev-utils@1.0.8 - ethereum-types@1.0.7 - @0xproject/fill-scenarios@1.0.3 - @0xproject/forwarder-helper@1.0.4 - @0xproject/json-schemas@1.0.2 - @0xproject/metacoin@0.0.19 - @0xproject/migrations@1.0.10 - @0xproject/monorepo-scripts@1.0.9 - @0xproject/order-utils@1.0.3 - @0xproject/order-watcher@1.0.4 - @0xproject/react-docs@1.0.9 - @0xproject/react-shared@1.0.10 - @0xproject/sol-compiler@1.1.3 - @0xproject/sol-cov@2.1.3 - @0xproject/sol-resolver@1.0.9 - @0xproject/sra-report@1.0.9 - @0xproject/sra-spec@1.0.2 - @0xproject/subproviders@2.0.3 - @0xproject/testnet-faucets@1.0.47 - @0xproject/types@1.0.2 - @0xproject/typescript-typings@2.0.1 - @0xproject/utils@1.0.9 - @0xproject/web3-wrapper@2.0.3 - @0xproject/website@0.0.50
| * Updated CHANGELOGSLeonid Logvinov2018-09-212-0/+13
| |
* | feat: add sol-doc command-line interfaceF. Eugene Aumson2018-09-222-8/+10
| | | | | | | | | | | | | | | | modified sol-compiler to output progress/warning/error/etc messages to stderr rather than stdout, so that sol-doc can put its output (and nothing else) to stdout. for posterity, added sol-doc cli usage as npm scripts to package.json.
* | Merge branch 'development' into sol-docF. Eugene Aumson2018-09-123-11/+24
|\|
| * PublishFabio Berger2018-09-051-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1 - @0xproject/abi-gen@1.0.8 - @0xproject/assert@1.0.8 - @0xproject/base-contract@2.0.2 - @0xproject/connect@2.0.0 - @0xproject/contract-wrappers@1.0.1 - contracts@2.1.43 - @0xproject/dev-utils@1.0.7 - ethereum-types@1.0.6 - @0xproject/fill-scenarios@1.0.1 - @0xproject/forwarder-helper@1.0.1 - @0xproject/json-schemas@1.0.1 - @0xproject/metacoin@0.0.18 - @0xproject/migrations@1.0.7 - @0xproject/monorepo-scripts@1.0.8 - @0xproject/order-utils@1.0.1 - @0xproject/order-watcher@1.0.1 - @0xproject/react-docs@1.0.8 - @0xproject/react-shared@1.0.9 - @0xproject/sol-compiler@1.1.2 - @0xproject/sol-cov@2.1.2 - @0xproject/sol-resolver@1.0.8 - @0xproject/sra-report@1.0.8 - @0xproject/sra-spec@1.0.1 - @0xproject/subproviders@2.0.2 - @0xproject/testnet-faucets@1.0.44 - @0xproject/tslint-config@1.0.7 - @0xproject/types@1.0.1 - @0xproject/typescript-typings@2.0.0 - @0xproject/utils@1.0.8 - @0xproject/web3-wrapper@2.0.2 - @0xproject/website@0.0.47
| * Updated CHANGELOGSFabio Berger2018-09-052-0/+13
| |
* | Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-08-313-3/+11
|\|
| * feat: Add support for TypeScript project references (#991)Alex Browne2018-08-303-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update all package.json and tsconfig.json * fix(contracts): Make test/utils/web3_wrapper.ts compatible with project refs * Fix webpack config for 0x.js * Fix linter errors by adding rootDir to tsconfig.json as needed * Add build:ts and watch:ts commands to package.json * Update sra-spec to work with project references * Update tsconfig.json with latest new/removed packages * Add TypeScript as devDependency at root * Add missing rootDir to forwarder-helper package * Use a separate tsconfig file for typedoc * Fix linter errors * Apply PR feedback (add comments) * Fix 0x.js tsconfig
* | add named references for returned objectsF. Eugene Aumson2018-08-301-3/+6
| |
* | re-word comment: 'construction' -> 'instantiation'F. Eugene Aumson2018-08-301-1/+1
| |
* | rename method _addHexPrefixesF. Eugene Aumson2018-08-301-2/+2
| |
* | add devdoc support to solc typings, and use itF. Eugene Aumson2018-08-292-8/+24
| |
* | add package sol-docF. Eugene Aumson2018-08-291-0/+1
| |
* | add interface to return compiler output...F. Eugene Aumson2018-08-291-11/+33
| | | | | | | | ...rather than persisting it to the filesystem.
* | rename var `compiledData` to `compiledContract`F. Eugene Aumson2018-08-291-13/+13
| |
* | extract method _getContractNamesToCompile()F. Eugene Aumson2018-08-291-4/+5
| |
* | split methodF. Eugene Aumson2018-08-291-22/+29
|/
* PublishFabio Berger2018-08-271-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.6 - @0xproject/abi-gen@1.0.7 - @0xproject/assert@1.0.7 - @0xproject/base-contract@2.0.1 - @0xproject/connect@2.0.0-rc.2 - @0xproject/contract-wrappers@1.0.1-rc.5 - contracts@2.1.42 - @0xproject/dev-utils@1.0.6 - @0xproject/fill-scenarios@1.0.1-rc.5 - @0xproject/forwarder-helper@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.6 - @0xproject/metacoin@0.0.17 - @0xproject/migrations@1.0.6 - @0xproject/monorepo-scripts@1.0.7 - @0xproject/order-utils@1.0.1-rc.6 - @0xproject/order-watcher@1.0.1-rc.5 - @0xproject/react-docs@1.0.7 - @0xproject/react-shared@1.0.8 - @0xproject/sol-compiler@1.1.1 - @0xproject/sol-cov@2.1.1 - @0xproject/sol-resolver@1.0.7 - @0xproject/sra-report@1.0.7 - @0xproject/sra-spec@1.0.1-rc.6 - @0xproject/subproviders@2.0.1 - @0xproject/testnet-faucets@1.0.43 - @0xproject/types@1.0.1-rc.6 - @0xproject/utils@1.0.7 - @0xproject/web3-wrapper@2.0.1 - @0xproject/website@0.0.46
* Updated CHANGELOGSFabio Berger2018-08-272-0/+13
|
* PublishFabio Berger2018-08-251-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.4 - @0xproject/abi-gen@1.0.6 - @0xproject/assert@1.0.6 - @0xproject/base-contract@2.0.0 - @0xproject/connect@2.0.0-rc.1 - @0xproject/contract-wrappers@1.0.1-rc.4 - contracts@2.1.41 - @0xproject/dev-utils@1.0.5 - ethereum-types@1.0.5 - @0xproject/fill-scenarios@1.0.1-rc.4 - @0xproject/forwarder-helper@1.0.1-rc.1 - @0xproject/json-schemas@1.0.1-rc.5 - @0xproject/metacoin@0.0.16 - @0xproject/migrations@1.0.5 - @0xproject/monorepo-scripts@1.0.6 - @0xproject/order-utils@1.0.1-rc.4 - @0xproject/order-watcher@1.0.1-rc.4 - @0xproject/react-docs@1.0.6 - @0xproject/react-shared@1.0.7 - @0xproject/sol-compiler@1.1.0 - @0xproject/sol-cov@2.1.0 - @0xproject/sol-resolver@1.0.6 - @0xproject/sra-api@1.0.1-rc.5 - @0xproject/sra-report@1.0.6 - @0xproject/subproviders@2.0.0 - @0xproject/testnet-faucets@1.0.42 - @0xproject/tslint-config@1.0.6 - @0xproject/types@1.0.1-rc.5 - @0xproject/typescript-typings@1.0.5 - @0xproject/utils@1.0.6 - @0xproject/web3-wrapper@2.0.0 - @0xproject/website@0.0.45
* Updated CHANGELOGSFabio Berger2018-08-252-4/+11
|
* Stop nesting interfaces and add necessary type exportsFabio Berger2018-08-241-1/+7
|
* Upgrade Typedoc to 0.12.0, which works with TS 3.xFabio Berger2018-08-231-1/+1
|
* Refactor publish script so that root package.json configs.packagesWithDocs ↵Fabio Berger2018-08-231-2/+1
| | | | is canonical source of which packages have doc pages
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-1/+1
|
* Update all CHANGELOGsFabio Berger2018-08-221-0/+8
|
* Merge development branchFabio Berger2018-08-228-92/+276
|\
| * Merge branch 'development' into sol-compile-lotF. Eugene Aumson2018-08-171-2/+2
| |\
| * | move doesFileExist to fsWrapperF. Eugene Aumson2018-08-172-13/+13
| | |
| * | change some *Sync to *AsyncF. Eugene Aumson2018-08-172-4/+19
| | |
| * | clarify variable names for artifact mod timesF. Eugene Aumson2018-08-171-6/+6
| | |
| * | flatten out interface to verifyAndPersist* methodF. Eugene Aumson2018-08-171-6/+6
| | |
| * | clarify iteration rangeF. Eugene Aumson2018-08-171-1/+2
| | |
| * | scrap comments in favor of self-documentationF. Eugene Aumson2018-08-171-3/+2
| | |
| * | declare contractData before adding to mapF. Eugene Aumson2018-08-171-2/+3
| | |
| * | change `return Promise<void>` to `await...`F. Eugene Aumson2018-08-171-1/+1
| | |
| * | consolidate binPaths... ref's into fullSolcVersionF. Eugene Aumson2018-08-171-2/+2
| | |
| * | extract method _shouldCompile()F. Eugene Aumson2018-08-161-13/+12
| | |
| * | clarify recompilation testsF. Eugene Aumson2018-08-161-6/+8
| | |
| * | change .rejectedWith(error) to .rejected()F. Eugene Aumson2018-08-161-1/+1
| | |
| * | follow chai_setup patternF. Eugene Aumson2018-08-163-2/+16
| | |
| * | renamed variable `compiled` to `compilerOutput`F. Eugene Aumson2018-08-161-6/+6
| | |
| * | use `for...of _.keys` instead of `for...in`F. Eugene Aumson2018-08-161-5/+1
| | |
| * | raise error for unknown compiler versionF. Eugene Aumson2018-08-161-0/+3
| | |
| * | commentsF. Eugene Aumson2018-08-161-0/+3
| | |
| * | remedy missing *IfExists identifier suffixF. Eugene Aumson2018-08-161-6/+3
| | |
| * | extract interfaces for re-used complex data typesF. Eugene Aumson2018-08-161-23/+28
| | |
| * | move getSolcAsync to static private methodF. Eugene Aumson2018-08-161-23/+23
| | |
| * | rename variable inputsByVersion to versionToInputsF. Eugene Aumson2018-08-161-8/+8
| | |
| * | move getSolcAsync to static private methodF. Eugene Aumson2018-08-161-25/+24
| | |
| * | Update changelogF. Eugene Aumson2018-08-151-0/+10
| | |
| * | test compilerF. Eugene Aumson2018-08-154-12/+82
| | |
| * | simplify method interfaceF. Eugene Aumson2018-08-151-8/+12
| | |
| * | simplify method parameterF. Eugene Aumson2018-08-151-6/+4
| | |
| * | corrected whitespace (no functional changes)F. Eugene Aumson2018-08-151-39/+41
| | |
| * | compile contracts in batchesF. Eugene Aumson2018-08-151-31/+70
| | | | | | | | | | | | one batch per compiler version needed.
| * | extract method _verifyAndPersistCompilationAsync()F. Eugene Aumson2018-08-151-1/+18
| | |
| * | extract method _compile()F. Eugene Aumson2018-08-151-24/+27
| | |
| * | extract function getSolcAsync()F. Eugene Aumson2018-08-151-18/+25
| | |
* | | Fix index.ts given fix in doc generationFabio Berger2018-08-221-1/+1
| | |
* | | Move types from sol-compiler to types so they can be used in other places ↵Fabio Berger2018-08-225-79/+4
| | | | | | | | | | | | without requiring sol-compiler as a dep
* | | Add generated_docs dir to clean commandFabio Berger2018-08-221-1/+1
| | |
* | | Fix sol-compiler index.tsFabio Berger2018-08-221-9/+1
| | |
* | | Merge developmentFabio Berger2018-08-171-2/+2
|\ \ \ | | |/ | |/|
| * | Bump copyfiles from 1.2.0 to 2.0.0dependabot[bot]2018-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | Bumps [copyfiles](https://github.com/calvinmetcalf/copyfiles) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/calvinmetcalf/copyfiles/releases) - [Commits](https://github.com/calvinmetcalf/copyfiles/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
| * | feat: Upgrade TypeScript to 3.0.1Alex Browne2018-08-151-1/+1
| |/
* | Flesh out 0x.js index.ts and added some exports to other index.ts in the processFabio Berger2018-08-151-0/+2
| |
* | Merge developmentFabio Berger2018-08-154-16/+31
|\|
| * PublishAlex Browne2018-08-141-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.3 - @0xproject/abi-gen@1.0.5 - @0xproject/assert@1.0.5 - @0xproject/base-contract@2.0.0-rc.1 - @0xproject/connect@1.0.5 - @0xproject/contract-wrappers@1.0.1-rc.3 - contracts@2.1.40 - @0xproject/dev-utils@1.0.4 - ethereum-types@1.0.4 - @0xproject/fill-scenarios@1.0.1-rc.3 - @0xproject/json-schemas@1.0.1-rc.4 - @0xproject/metacoin@0.0.15 - @0xproject/migrations@1.0.4 - @0xproject/monorepo-scripts@1.0.5 - @0xproject/order-utils@1.0.1-rc.3 - @0xproject/order-watcher@1.0.1-rc.3 - @0xproject/react-docs@1.0.5 - @0xproject/react-docs-example@0.0.20 - @0xproject/react-shared@1.0.6 - @0xproject/sol-compiler@1.0.5 - @0xproject/sol-cov@2.0.0 - @0xproject/sol-resolver@1.0.5 - @0xproject/sra-api@1.0.1-rc.4 - @0xproject/sra-report@1.0.5 - @0xproject/subproviders@1.0.5 - @0xproject/testnet-faucets@1.0.41 - @0xproject/tslint-config@1.0.5 - @0xproject/types@1.0.1-rc.4 - @0xproject/typescript-typings@1.0.4 - @0xproject/utils@1.0.5 - @0xproject/web3-wrapper@1.2.0 - @0xproject/website@0.0.44
| * Updated CHANGELOGSAlex Browne2018-08-142-2/+15
| |
| * fix(sol-compiler, sol-resolver): Bug where sol-resolver tried to read a ↵Alex Browne2018-08-142-0/+2
| | | | | | | | | | | | directory (#961) fix(sol-compiler, sol-resolver): Fix bug where sol-resolver tried to read a directory
| * fix: Update dependenciesAlex Browne2018-08-101-2/+2
| |
| * Update TypeScript to version 2.9.2Alex Browne2018-08-091-1/+1
| |
* | Add missing compiler commentsFabio Berger2018-08-041-0/+1
| |
* | Add comments for types and unnest type declarationsFabio Berger2018-08-031-8/+36
| |
* | Add missing type exportsFabio Berger2018-08-031-1/+8
| |
* | Add missing exports discovered by generating compact typedoc JSONFabio Berger2018-07-301-2/+1
| |
* | Remove all in-package monorepo-scripts by adding doc gen/upload and ↵Fabio Berger2018-07-303-31/+4
|/ | | | aggregate release note publishing to publish script
* PublishFabio Berger2018-07-261-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.2 - @0xproject/abi-gen@1.0.4 - @0xproject/assert@1.0.4 - @0xproject/base-contract@1.0.4 - @0xproject/connect@1.0.4 - @0xproject/contract-wrappers@1.0.1-rc.2 - contracts@2.1.39 - @0xproject/dev-utils@1.0.3 - @0xproject/fill-scenarios@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.3 - @0xproject/metacoin@0.0.14 - @0xproject/migrations@1.0.3 - @0xproject/order-utils@1.0.1-rc.2 - @0xproject/order-watcher@1.0.1-rc.2 - @0xproject/react-docs@1.0.4 - @0xproject/react-docs-example@0.0.19 - @0xproject/react-shared@1.0.5 - @0xproject/sol-compiler@1.0.4 - @0xproject/sol-cov@1.0.3 - @0xproject/sol-resolver@1.0.4 - @0xproject/sra-report@1.0.4 - @0xproject/subproviders@1.0.4 - @0xproject/testnet-faucets@1.0.40 - @0xproject/types@1.0.1-rc.3 - @0xproject/utils@1.0.4 - @0xproject/web3-wrapper@1.1.2 - @0xproject/website@0.0.43
* Updated CHANGELOGSFabio Berger2018-07-262-0/+13
|
* Point to actual current versionFabio Berger2018-07-261-1/+1
|
* PublishFabio Berger2018-07-261-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.2 - @0xproject/abi-gen@1.0.3 - @0xproject/assert@1.0.3 - @0xproject/base-contract@1.0.3 - @0xproject/connect@1.0.3 - @0xproject/contract-wrappers@1.0.1-rc.2 - contracts@2.1.38 - @0xproject/dev-utils@1.0.3 - ethereum-types@1.0.3 - @0xproject/fill-scenarios@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.2 - @0xproject/metacoin@0.0.13 - @0xproject/migrations@1.0.3 - @0xproject/monorepo-scripts@1.0.4 - @0xproject/order-utils@1.0.1-rc.2 - @0xproject/order-watcher@1.0.1-rc.2 - @0xproject/react-docs@1.0.3 - @0xproject/react-docs-example@0.0.18 - @0xproject/react-shared@1.0.4 - @0xproject/sol-compiler@1.0.3 - @0xproject/sol-cov@1.0.3 - @0xproject/sol-resolver@1.0.3 - @0xproject/sra-report@1.0.3 - @0xproject/subproviders@1.0.3 - @0xproject/testnet-faucets@1.0.39 - @0xproject/tslint-config@1.0.4 - @0xproject/types@1.0.1-rc.2 - @0xproject/typescript-typings@1.0.3 - @0xproject/utils@1.0.3 - @0xproject/web3-wrapper@1.1.1 - @0xproject/website@0.0.42
* Updated CHANGELOGSFabio Berger2018-07-262-0/+13
|
* PublishFabio Berger2018-07-261-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.1 - @0xproject/abi-gen@1.0.2 - @0xproject/assert@1.0.2 - @0xproject/base-contract@1.0.2 - @0xproject/connect@1.0.2 - @0xproject/contract-wrappers@1.0.1-rc.1 - contracts@2.1.37 - @0xproject/dev-utils@1.0.2 - ethereum-types@1.0.2 - @0xproject/fill-scenarios@1.0.1-rc.1 - @0xproject/json-schemas@1.0.1-rc.1 - @0xproject/metacoin@0.0.12 - @0xproject/migrations@1.0.2 - @0xproject/monorepo-scripts@1.0.3 - @0xproject/order-utils@1.0.1-rc.1 - @0xproject/order-watcher@1.0.1-rc.1 - @0xproject/react-docs@1.0.2 - @0xproject/react-docs-example@0.0.17 - @0xproject/react-shared@1.0.3 - @0xproject/sol-compiler@1.0.2 - @0xproject/sol-cov@1.0.2 - @0xproject/sol-resolver@1.0.2 - @0xproject/sra-report@1.0.2 - @0xproject/subproviders@1.0.2 - @0xproject/testnet-faucets@1.0.38 - @0xproject/tslint-config@1.0.3 - @0xproject/types@1.0.1-rc.1 - @0xproject/typescript-typings@1.0.2 - @0xproject/utils@1.0.2 - @0xproject/web3-wrapper@1.1.0 - @0xproject/website@0.0.41
* Updated CHANGELOGSFabio Berger2018-07-262-0/+13
|
* Revert to publishing ethereum-typesFabio Berger2018-07-261-1/+1
|
* Temporarily have all packages depend on an older, published version of ↵Fabio Berger2018-07-261-1/+1
| | | | ethereum-types since we cannot publish a new one
* Revert "Temporarily add changelog & package.json version changes"Fabio Berger2018-07-252-13/+0
| | | | This reverts commit 97268d22534c2f4aca9bd6a88c70e988969d3c76.
* Temporarily add changelog & package.json version changesFabio Berger2018-07-242-0/+13
|
* Revert "Revert "Publish""Fabio Berger2018-07-241-12/+12
| | | | This reverts commit a66ccaa1da2af753038bf22a5e7e63bdc307bf2f.
* Revert "Publish"Leonid Logvinov2018-07-231-12/+12
| | | | This reverts commit 3dc94051713e4a32796ce3b4ae4b70b527e24cfe.
* PublishLeonid Logvinov2018-07-231-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.0 - @0xproject/abi-gen@1.0.1 - @0xproject/assert@1.0.1 - @0xproject/base-contract@1.0.1 - @0xproject/connect@1.0.1 - @0xproject/contract-wrappers@1.0.0 - contracts@2.1.36 - @0xproject/dev-utils@1.0.1 - ethereum-types@1.0.1 - @0xproject/fill-scenarios@1.0.0 - @0xproject/json-schemas@1.0.0 - @0xproject/metacoin@0.0.11 - @0xproject/migrations@1.0.1 - @0xproject/monorepo-scripts@1.0.1 - @0xproject/order-utils@1.0.0 - @0xproject/order-watcher@1.0.0 - @0xproject/react-docs@1.0.1 - @0xproject/react-docs-example@0.0.16 - @0xproject/react-shared@1.0.1 - @0xproject/sol-compiler@1.0.1 - @0xproject/sol-cov@1.0.1 - @0xproject/sol-resolver@1.0.1 - @0xproject/sra-report@1.0.1 - @0xproject/subproviders@1.0.1 - @0xproject/testnet-faucets@1.0.37 - @0xproject/tslint-config@1.0.1 - @0xproject/types@1.0.0 - @0xproject/typescript-typings@1.0.1 - @0xproject/utils@1.0.1 - @0xproject/web3-wrapper@1.0.1 - @0xproject/website@0.0.40
* Updated CHANGELOGSLeonid Logvinov2018-07-232-3/+22
|
* Add missing timestamp to CHANGELOG entriesFabio Berger2018-07-211-0/+1
|
* FIx a typoLeonid Logvinov2018-07-201-1/+1
|
* @0xproject/sol-compiler@1.0.0Leonid Logvinov2018-07-202-1/+9
|
* Change all package to depend on the new @0xproject/dev-utils@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/web3-wrapper@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/assert@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/sol-resolver@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/json-schemas@1.0.0-rc.1Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/utils@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/types@1.0.0-rc.1Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/tslint-config@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/typescript-typings@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new @0xproject/monorepo-scripts@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* Change all package to depend on the new ethereum-types@1.0.0Leonid Logvinov2018-07-201-1/+1
|
* merge v2-prototypeFabio Berger2018-07-195-19/+30
|\
| * Update package versionsFabio Berger2018-07-181-6/+6
| |
| * Update changelogsFabio Berger2018-07-182-0/+13
| |
| * Fix tslint issuesLeonid Logvinov2018-07-172-8/+8
| |
| * Upgrade tslint to the newest versionLeonid Logvinov2018-07-171-1/+1
| |
| * -fetch';Fabio Berger2018-07-132-4/+2
| |
* | merge v2-prototypeFabio Berger2018-07-103-11/+24
|\|
| * Update package versionsFabio Berger2018-07-101-11/+11
| |
| * Update changelogsFabio Berger2018-07-092-0/+13
| |
* | Add ability to nest doc ref markdown under specific versionsFabio Berger2018-07-101-1/+1
|/
* Merge pull request #831 from 0xProject/fix-readme-introsFabio Berger2018-07-061-1/+7
|\ | | | | Update Package Descriptions
| * Update readme and doc introsFabio Berger2018-07-061-1/+7
| |
* | Merge pull request #522 from 0xProject/feature/contracts/forwarderJacob Evans2018-07-061-2/+5
|\ \ | |/ |/| Forwarding contract
| * Forwarding contract (squashed commits)Jacob Evans2018-07-061-2/+5
| |
* | Remove unused imported Web3.jsFabio Berger2018-07-041-1/+0
| |
* | Update incorrect versions of depsFabio Berger2018-07-021-1/+1
|/
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-223-3/+1
|
* Fix additional versions and update yarn.lockFabio Berger2018-06-191-1/+1
|
* Update all package versions to match latest published to NPMFabio Berger2018-06-191-10/+10
|
* Update CHANGELOG's with publishes performed on development branchFabio Berger2018-06-192-1/+18
|
* Fix solidityVersion schema regexLeonid Logvinov2018-06-121-1/+1
|
* Merge pull request #676 from 0xProject/feature/mocha-source-mapsAlex Browne2018-06-081-1/+1
|\ | | | | Use source-map-support package to include correct line numbers in mocha
| * Use source-map-support package to include correct line numbers in mochaAlex Browne2018-06-071-1/+1
| |
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-2/+4
|\| | | | | | | feature/improve-linting
| * Merge v2-prototypeFabio Berger2018-06-061-1/+1
| |\
| * | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ↵Fabio Berger2018-06-051-2/+4
| | | | | | | | | | | | | | | | | | | | | running watch from root dir, with sub-package dir - stop using special prebuild script name and run pre_build steps for `watch` and `build` commands - Remove `clean` step from `build`/`watch`
* | | merge v2-prototypeFabio Berger2018-06-061-1/+2
|\ \ \ | | |/ | |/|
| * | Replace `-` with `_` in yarn script name so that we are consistent across ↵Fabio Berger2018-06-051-1/+1
| |/ | | | | | | yarn script names
| * Don't automatically rebuild when running yarn testAlex Browne2018-06-051-1/+2
| |
* | Try enabling no-unused-variable...fragosti2018-06-056-29/+5
|/
* Fix linter errorsLeonid Logvinov2018-06-011-1/+1
|
* Add ethereum-types to extraFileIncludesLeonid Logvinov2018-06-011-1/+2
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-015-4/+5
|
* Add a CHANGELOG entryLeonid Logvinov2018-05-301-0/+4
|
* Make opts param optional in CompilerLeonid Logvinov2018-05-301-6/+7
|
* Add CHANGELOG entryLeonid Logvinov2018-05-302-1/+10
|
* Add schema assertions on public methods of @0xproject/sol-compilerLeonid Logvinov2018-05-304-1/+33
|
* Add errMsg when throwing on unrecognized errorAmir Bandeali2018-05-251-1/+1
|
* Revert to an earlier version that worksFabio Berger2018-05-241-1/+1
|