aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Omit remapping in compiler settings equality checksLeonid Logvinov2019-02-071-1/+1
|
* Fix sol-compiler bug with remappings causing smart recompilation to now workLeonid Logvinov2019-02-073-2/+15
|
* Fix deps versionsLeonid Logvinov2019-02-073-8/+8
|
* Fix linter issuesLeonid Logvinov2019-02-072-2/+2
|
* Merge developmentLeonid Logvinov2019-02-07145-589/+2000
|\
| * PublishFabio Berger2019-02-0716-47/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@4.0.2 - @0x/asset-buyer@5.0.2 - @0x/connect@4.0.2 - @0x/contract-wrappers@7.0.1 - @0x/dev-tools-pages@0.0.17 - @0x/fill-scenarios@2.0.2 - @0x/instant@1.0.11 - @0x/migrations@3.0.2 - @0x/monorepo-scripts@1.0.22 - @0x/order-utils@6.0.0 - @0x/order-watcher@3.0.2 - @0x/pipeline@1.0.8 - @0x/react-docs@2.0.2 - @0x/react-shared@2.0.2 - @0x/testnet-faucets@1.0.67 - @0x/website@0.0.70 - @0x/contracts-asset-proxy@1.0.3 - @0x/contracts-erc20@1.0.3 - @0x/contracts-erc721@1.0.3 - @0x/contracts-exchange@1.0.3 - @0x/contracts-exchange-forwarder@1.0.3 - @0x/contracts-exchange-libs@1.0.3 - @0x/contracts-extensions@2.0.2 - @0x/contracts-multisig@2.0.2 - @0x/contracts-test-utils@3.0.2 - @0x/contracts-utils@2.0.2
| * Updated CHANGELOGSFabio Berger2019-02-0721-2/+124
| |
| * Stop exporting EIP712 schemasFabio Berger2019-02-074-32/+20
| |
| * Fix paragraph rendering on wikiFabio Berger2019-02-062-8/+5
| |
| * PublishFabio Berger2019-02-0635-206/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-0656-4/+347
| |
| * Fix react-highlight depFabio Berger2019-02-061-1/+1
| |
| * Fix react-highlight depFabio Berger2019-02-061-1/+1
| |
| * Added NULL decoding tests for return valuesGreg Hysen2019-02-062-62/+214
| |
| * updated changelog for utilsGreg Hysen2019-02-061-0/+9
| |
| * Ran prettier + linterGreg Hysen2019-02-067-10/+12
| |
| * Test cases for handling NULL input for all data typesGreg Hysen2019-02-062-12/+162
| |
| * Handle NULL input for all data typesGreg Hysen2019-02-0612-6/+85
| |
| * Fix outdated comments and make verifyingContractAddress a required part of ↵Amir Bandeali2019-02-063-7/+11
| | | | | | | | the 0x tx schema
| * Rename getTransactionHex to getTransactionHashHex for clarityAmir Bandeali2019-02-063-13/+15
| |
| * Update CHANGELOGsAmir Bandeali2019-02-064-0/+33
| |
| * Allow custom domains in eip712UtilsAmir Bandeali2019-02-066-27/+88
| |
| * Use new transaction schema throughout monorepoAmir Bandeali2019-02-062-2/+3
| |
| * Add transaction hash utilsAmir Bandeali2019-02-064-5/+108
| |
| * Update ZeroExTransactionSchemaAmir Bandeali2019-02-064-14/+15
| |
| * Add schema validation to getOrderHashBuffAmir Bandeali2019-02-061-0/+11
| |
| * Fix dep versionFabio Berger2019-02-051-1/+1
| |
| * Merge branch 'fix/preSignedSignatureBug' of github.com:0xProject/0x-monorepo ↵Fabio Berger2019-02-051-1/+1
| |\ | | | | | | | | | | | | | | | | | | into fix/preSignedSignatureBug * 'fix/preSignedSignatureBug' of github.com:0xProject/0x-monorepo: Update packages/order-utils/CHANGELOG.json
| | * Update packages/order-utils/CHANGELOG.jsonLeonid Logvinov2019-02-051-1/+1
| | | | | | | | | Co-Authored-By: fabioberger <kandinsky454@protonmail.ch>
| * | merge developmentFabio Berger2019-02-05107-341/+572
| |\ \ | | |/ | |/|
| | * PublishLeonid Logvinov2019-02-0540-308/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-0566-32/+241
| | |
| | * Add CHANGELOG entries to sol-tracing-utilsLeonid Logvinov2019-02-051-0/+8
| | |
| | * Merge pull request #1583 from reserve-protocol/developmentLeonid Logvinov2019-02-051-1/+1
| | |\ | | | | | | | | Fix default gas limit for fake txs in TraceCollectionSubprovider
| | | * Fix default gas limit for fake txs in TraceCollectionSubproviderJeremy Schlatter2019-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hex string is required to be prefixed with '0x'. If it does not have that prefix, then the call to unmarshalTxData below will fail with: BigNumber Error: new BigNumber() not a number: 5b8d80 This default value is overridden if the incoming call already has a gas estimate, in which case the parse error above does not happen. This is probably why the error wasn't previously noticed.
| | * | Merge pull request #1584 from reserve-protocol/patchLeonid Logvinov2019-02-052-0/+14
| | |\ \ | | | | | | | | | | Hook eth_sendRawTransaction in addition to eth_sendTransaction
| | | * | Hook eth_sendRawTransaction in addition to eth_sendTransactionJeremy Schlatter2019-02-052-0/+14
| | | |/
| * | | Remove .onlyFabio Berger2019-02-051-1/+1
| | | |
| * | | All CHANGELOG entryFabio Berger2019-02-051-0/+4
| | | |
| * | | Add preSigned isValidSignature test for success case using smart contract & ↵Fabio Berger2019-02-051-2/+19
| | | | | | | | | | | | | | | | TS implementation
| * | | Fix testFabio Berger2019-02-051-3/+3
| | | |
| * | | Fix heap out of memory issueFabio Berger2019-02-051-1/+1
| | | |
| * | | Merge branch 'development' into fix/preSignedSignatureBugFabio Berger2019-02-0541-102/+176
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: update error msg for dependency version check CI test for dependencies to have the same version (#1556) Add missing comma Decode NULL as false Update blog link to not be /latest, and use constant in mobile nav
| | * | update error msg for dependency version checkxianny2019-02-051-1/+3
| | | |
| | * | CI test for dependencies to have the same version (#1556)Xianny2019-02-0536-99/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add failing CI for dependencies with multiple versions * update dependencies * increase bundlewatch maxsize for 0x.js
| | * | Add missing commaFabio Berger2019-02-051-1/+1
| | | |
| | * | Decode NULL as falseGreg Hysen2019-02-053-1/+29
| | |/
| | * Merge pull request #1536 from 0xProject/fix/website/blog-linkSteve Klebanoff2019-02-052-2/+3
| | |\ | | | | | | | | [website] Change blog link
| | | * Update blog link to not be /latest, and use constant in mobile navSteve Klebanoff2019-01-232-2/+3
| | | |
| * | | Merge branch 'development' into fix/preSignedSignatureBugFabio Berger2019-02-052-2/+4
| |\| | | | | | | | | | | | | | | | | | | | | | * development: Nit fixes to pipeline README fix typo
| | * | Nit fixes to pipeline READMEFabio Berger2019-02-051-1/+3
| | | |
| | * | Merge pull request #1567 from jeremyschlatter/patch-1Fabio B2019-02-041-1/+1
| | |\ \ | | | | | | | | | | fix typo
| | | * | fix typoJeremy Schlatter2019-02-011-1/+1
| | | | |
| * | | | Write failing preSign unit testFabio Berger2019-02-051-0/+11
| | | | |
| * | | | Fix bug where passing in signerAddress instead of exchangeAddressFabio Berger2019-02-052-1/+10
| |/ / /
* | | | Add @0x/types dependencyLeonid Logvinov2019-02-041-0/+1
| | | |
* | | | Make the banner more visibleLeonid Logvinov2019-02-041-3/+7
| | | |
* | | | Remove redundant dependenciesLeonid Logvinov2019-02-041-8/+0
| | | |
* | | | Update packages/contracts-gen/src/index.tsFabio B2019-02-041-1/+1
| | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* | | | Update packages/contracts-gen/README.mdFabio B2019-02-041-1/+1
| | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* | | | TempLeonid Logvinov2019-02-0419-40/+379
|/ / /
* | | Merge pull request #1559 from 0xProject/feature/pipeline/fix-missing-dex-tradesFrancesco Agosti2019-02-026-5/+50
|\ \ \ | | | | | | | | [pipeline] Fix missing DEX Trades from Bloxy
| * | | add row deletion step to migrationfragosti2019-02-021-1/+3
| | | |
| * | | run linterfragosti2019-01-311-4/+1
| | | |
| * | | fix bloxy datasource getDexTradesAsync to allow for tx_hash repetitions in ↵fragosti2019-01-311-2/+6
| | | | | | | | | | | | | | | | dedupe logic
| * | | update types to adhere to new dex trades and bloxy api formatfragosti2019-01-315-0/+7
| | | |
| * | | write migration to add trade_index primary key to dex_tradesfragosti2019-01-311-0/+27
| | | |
| * | | Stop omitting trades because of duplicate tx hashesfragosti2019-01-311-5/+13
| | | |
* | | | Merge pull request #1568 from ↵Amir Bandeali2019-02-022-1/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | smithki/fix/contract-wrappers/wrong-default-address-for-order-validator-wrapper Use correct "orderValidator" address in OrderValidatorWrapper constructor
| * | | | Add CHANGELOG.json entryIan K Smith2019-02-011-0/+9
| | | | |
| * | | | Use correct "orderValidator" address in order_validator_wrapper ctorIan K Smith2019-02-011-1/+1
| | |/ / | |/| |
* | | | Remove DDEX library from developer tools listFabio Berger2019-02-021-8/+0
| | | |
* | | | Merge pull request #1572 from dave4506/fix/instant/input-bug-firefoxdave45062019-02-021-0/+3
|\ \ \ \ | | | | | | | | | | Removed number selector for firefox inputs
| * | | | ran prettier on codebaseDavid Sun2019-02-021-1/+1
| | | | |
| * | | | removed number selector for firefox inputsDavid Sun2019-02-011-0/+3
| | | | |
* | | | | Merge developmentLeonid Logvinov2019-02-0221-115/+165
|\| | | |
| * | | | Merge pull request #1552 from ↵dave45062019-02-012-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dave4506/feature/portal/fix-highlight-state-back-to-relayers Added a highlight state to back button
| | * | | | changed button to medium blueDavid Sun2019-02-012-2/+2
| | | |/ / | | |/| |
| * | | | Merge pull request #1548 from dave4506/fix/website/market-making-svg-consistencydave45062019-02-013-67/+59
| |\ \ \ \ | | | | | | | | | | | | Fixed market making website svg consistency issues
| | * | | | added new svg assets and modified svg code to fix transparencyDavid Sun2019-01-253-67/+59
| | | | | |
| * | | | | Merge pull request #1551 from dave4506/feature/instant/add-usdcdave45062019-02-013-0/+17
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Added USDC support to instant
| | * | | | updated svg assetDavid Sun2019-01-301-1/+5
| | | | | |
| | * | | | added USDC as an optionDavid Sun2019-01-273-0/+13
| | | |/ / | | |/| |
| * | | | Merge pull request #1533 from 0xProject/migrations/consolidate-owner-defaultJacob Evans2019-01-313-38/+31
| |\ \ \ \ | | | | | | | | | | | | Remove owner from migrations
| | * | | | Improve CHANGELOGJacob Evans2019-01-231-2/+6
| | | | | |
| | * | | | Convert from to lower case.Jacob Evans2019-01-212-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | fixes #1490
| | * | | | Remove partial type for TxData txDefaultsJacob Evans2019-01-212-8/+6
| | | | | |
| | * | | | Remove owner from migrationsJacob Evans2019-01-211-32/+18
| | | | | |
| * | | | | remove extra quotes from google-site-verificationfragosti2019-01-311-1/+1
| | | | | |
| * | | | | fix typofragosti2019-01-311-1/+1
| | | | | |
| * | | | | add site verification tagfragosti2019-01-311-0/+1
| | | | | |
| * | | | | fix typos on landingfragosti2019-01-311-2/+2
| | | | | |
| * | | | | Merge pull request #1546 from dave4506/fix/change-asset-unavail-tokens-unavailFrancesco Agosti2019-01-311-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Changed error message from "Assets Unavailable" to "Tokens Unavailable"
| | * | | | | changed error messageDavid Sun2019-01-251-1/+1
| | | | | | |
| * | | | | | Update packages/sol-trace/src/revert_trace_subprovider.tsFabio B2019-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | | | Improve error messages when unable to find bytecodeLeonid Logvinov2019-01-306-4/+45
| | | | | | |
| * | | | | | Fix the cannot read property range of null bugLeonid Logvinov2019-01-302-1/+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>
* | | | | | Update packages/ethereum-types/src/index.tsFabio B2019-01-301-1/+1
| | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* | | | | | Fix namingLeonid Logvinov2019-01-291-7/+6
| | | | | |
* | | | | | Merge developmentLeonid Logvinov2019-01-296-9/+36
|\| | | | |
| * | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2019-01-25417-6996/+7306
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | development
| | * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2019-01-25170-609/+1569
| | |\| | | | | | | | | | | | | | | | | | | | | development
| | | * | | Assert that assetData is a string before we try to decode itSteve Klebanoff2019-01-241-0/+1
| | | | | |
| | | * | | 0xproject -> 0x.orgFrancesco Agosti2019-01-241-2/+2
| | | | | |
| | | * | | Update README.mdFrancesco Agosti2019-01-241-1/+1
| | | | | |
| | * | | | feat: add Marc to websitefragosti2019-01-252-0/+5
| | | | | |
| * | | | | Output Chrome 41 compatible version of 0x instantJustin Barry2019-01-112-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is important for SEO as Googlebot is still using Chrome 41 to crawl thick clients.
* | | | | | Temp CILeonid Logvinov2019-01-296-118/+93
| | | | | |
* | | | | | Make workspace path in NPMResolver optionalLeonid Logvinov2019-01-241-1/+1
| | | | | |
* | | | | | Implement docker as another backend for sol-compilerLeonid Logvinov2019-01-236-23/+163
| |_|/ / / |/| | | |
* | | | | Merge pull request #1537 from nitper/patch-1Alex Browne2019-01-231-0/+1
|\ \ \ \ \ | | | | | | | | | | | | [fix] allow devnet rpc to listen on any vhost
| * | | | | allow devnet rpc to listen on any vhostnitper2019-01-231-0/+1
| | |_|_|/ | |/| | | | | | | | geth's default value for `--rpcvhosts` is `localhost`, which does not work when trying to use the devnet in certain environments such as `docker-compose` or `gitlab-ci`
* | | | | Add docker-compose basic config (#1538)Benjamin2019-01-231-0/+8
| | | | | | | | | | | | | | | Add docker-compose.yml config for 0x-devnet package. This can be expanded upon in future if necessary.
* | | | | Merge pull request #1535 from 0xProject/feature/sol-tracing-monorepo-fixesLeonid Logvinov2019-01-238-27/+78
|\ \ \ \ \ | |/ / / / |/| | | | Sol tracing fixes
| * | | | Change strings to numbers in CHANGELOGsLeonid Logvinov2019-01-232-5/+5
| | | | |
| * | | | Refactor out isInterfaceContractLeonid Logvinov2019-01-231-2/+2
| | | | |
| * | | | Fix a typoLeonid Logvinov2019-01-231-1/+1
| | | | |
| * | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-221-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-221-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-221-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-221-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | Update packages/sol-tracing-utils/src/collect_coverage_entries.tsFabio B2019-01-221-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | Update packages/sol-profiler/CHANGELOG.jsonFabio B2019-01-221-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| * | | | Fix testsLeonid Logvinov2019-01-222-2/+3
| | | | |
| * | | | Fix a bug when some parts of the profiling report were missing because of ↵Leonid Logvinov2019-01-213-7/+18
| | | | | | | | | | | | | | | | | | | | the coverage ignore lines
| * | | | Print reasonable warnings on bytecode collisionsLeonid Logvinov2019-01-212-14/+17
| | | | |
| * | | | SolCompilerArtifactAdapter now doesn't return the ContractData for interfacesLeonid Logvinov2019-01-212-1/+9
| | | | |
| * | | | Cache bytecode lookupLeonid Logvinov2019-01-212-1/+12
| | | | |
| * | | | SolCompilerArtifactsAdapter now uses SolResolver under the hood which allows ↵Leonid Logvinov2019-01-213-4/+21
| | |_|/ | |/| | | | | | | | | | to resolve NPM dependencies properly
* | | | Merge pull request #1527 from 0xProject/improvements/website/dev_homeFabio B2019-01-222-22/+60
|\ \ \ \ | |/ / / |/| | | Add Python tools section to Dev Home and add missing Python packages
| * | | Fix linter issueFabio Berger2019-01-211-1/+1
| | | |
| * | | Add entry for contract demo packageFabio Berger2019-01-191-0/+8
| | | |
| * | | Link all Python packages to PypiFabio Berger2019-01-191-6/+4
| | | |
| * | | Remove .py suffixFabio Berger2019-01-191-5/+5
| | | |
| * | | Create Python tools section and add missing Python packages to itFabio Berger2019-01-182-21/+53
| | | |
* | | | Merge branch 'development' into feature/new-ganacheLeonid Logvinov2019-01-1896-139/+441
|\ \ \ \
| * | | | Merge branch 'development' into feature/bignumber-8.0Leonid Logvinov2019-01-1887-424/+1092
| |\| | |
| * | | | Fix prettierLeonid Logvinov2019-01-1625-282/+141
| | | | |
| * | | | Fix a build issueLeonid Logvinov2019-01-161-1/+1
| | | | |
| * | | | Add CHANGELOG entriesLeonid Logvinov2019-01-1634-141/+588
| | | | |
| * | | | Convert address strings to lower case before parsing them as BigNumbersLeonid Logvinov2019-01-151-1/+1
| | | | |
| * | | | Fix a bug when we didn't call isNaN function and assumed it's a propertyLeonid Logvinov2019-01-152-2/+2
| | | | |
| * | | | Add a throw reason in testsLeonid Logvinov2019-01-151-1/+1
| | | | |
| * | | | Add a NAN check when parsing BigNumber candidateLeonid Logvinov2019-01-151-1/+3
| | | | |
| * | | | Convert address strings to lower case before parsing them as BigNumbersLeonid Logvinov2019-01-151-1/+1
| | | | |
| * | | | Upgrade chai-bignumberLeonid Logvinov2019-01-1511-11/+11
| | | | |
| * | | | Remove unused importsLeonid Logvinov2019-01-151-1/+0
| | | | |
| * | | | Use new check for isBigNumberLeonid Logvinov2019-01-155-11/+10
| | | | |
| * | | | Fix isBigNumber check for the new versionLeonid Logvinov2019-01-151-1/+1
| | | | |
| * | | | Fix linting errorLeonid Logvinov2019-01-151-1/+1
| | | | |
| * | | | Apply prettierLeonid Logvinov2019-01-153-5/+8
| | | | |
| * | | | Upgrade chai-bignumberLeonid Logvinov2019-01-1510-10/+13
| | | | |
| * | | | Upgrade bignumber.js versionLeonid Logvinov2019-01-1546-110/+110
| | | | |
* | | | | Merge developmentLeonid Logvinov2019-01-1887-423/+1091
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Update footerFabio Berger2019-01-181-4/+3
| | | | |
| * | | | Merge pull request #1519 from hosyvietanh/patch-1Greg Hysen2019-01-181-1/+1
| |\ \ \ \ | | | | | | | | | | | | Allow matching of uint80 in evm_data_type
| | * | | | Allow matching of uint80 in evm_data_typehosyvietanh2019-01-171-1/+1
| | | |_|/ | | |/| |
| * | | | remove dangling commaSteve Klebanoff2019-01-181-1/+1
| | | | |
| * | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-1872-412/+533
| |\ \ \ \
| | * | | | Remove react-snap from dev-tools-pages since it was messing up links on ↵Fabio Berger2019-01-184-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | rendering pages
| | * | | | Add hiring pitch to footerFabio Berger2019-01-181-0/+5
| | | | | |
| | * | | | Merge pull request #1524 from 0xProject/feature/istanbul-gethLeonid Logvinov2019-01-183-0/+18
| | |\ \ \ \ | | | | | | | | | | | | | | Add notes about istanbul and Geth to website docs
| | | * | | | Add notes about istanbul and Geth to website docsLeonid Logvinov2019-01-183-0/+18
| | | | | | |
| | * | | | | Add missing .pngFabio Berger2019-01-181-8/+8
| | | | | | |
| | * | | | | Merge pull request #1523 from 0xProject/fix/react-shared/react-highlight-depBrandon Millman2019-01-181-1/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | [react-shared] Change react-highlight dep to reference fork by branch instead of commit
| | | * | | | Change react-highlight dep to reference fork by branch instead of commitBrandon Millman2019-01-181-1/+1
| | | | | | |
| | * | | | | PublishLeonid Logvinov2019-01-1814-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@3.0.3 - @0x/asset-buyer@4.0.2 - @0x/contract-wrappers@5.0.1 - @0x/dev-tools-pages@0.0.14 - @0x/instant@1.0.8 - @0x/metacoin@0.0.36 - @0x/monorepo-scripts@1.0.19 - @0x/order-watcher@2.4.3 - @0x/sol-coverage@1.0.3 - @0x/sol-profiler@1.0.3 - @0x/sol-trace@1.0.3 - @0x/sol-tracing-utils@4.0.1 - @0x/testnet-faucets@1.0.64 - @0x/website@0.0.67 - @0x/contracts-examples@1.0.6 - @0x/contracts-extensions@1.2.3 - @0x/contracts-interfaces@1.0.6 - @0x/contracts-libs@1.0.6 - @0x/contracts-multisig@1.0.6 - @0x/contracts-protocol@2.2.3 - @0x/contracts-test-utils@2.0.1 - @0x/contracts-tokens@1.0.6 - @0x/contracts-utils@1.0.6
| | * | | | | Updated CHANGELOGSLeonid Logvinov2019-01-1816-1/+99
| | |/ / / /
| | * | | | http to httpsFabio Berger2019-01-174-4/+4
| | | | | |
| | * | | | Merge pull request #1509 from 0xProject/fix/dev-tools-pages/finalTouchesFabio B2019-01-1732-165/+325
| | |\ \ \ \ | | | | | | | | | | | | | | Dev Tools Pages - Final Touches
| | | * | | | Fix linter errorsFabio Berger2019-01-171-21/+0
| | | | | | |
| | | * | | | Enable "copy" button on all code snippets that should be copy-ableFabio Berger2019-01-176-20/+19
| | | | | | |
| | | * | | | Merge branch 'development' into fix/dev-tools-pages/finalTouchesFabio Berger2019-01-17126-776/+988
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (22 commits) Fix linter Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts Update packages/sol-tracing-utils/CHANGELOG.json Update packages/sol-tracing-utils/CHANGELOG.json Add PR numbers Fix/simplify handling of revert trace snippets Fix a bug when TraceCollectionSubprovider was hanging on the fake Geth snapshot transaction Fix a bug when a custom Geth tracer didn't return stack entries for DELEGATECALL Revert devnet mining period from 1 to 0 update team info, add brent Publish Updated CHANGELOGS Add commented-out pre-publish checks Add additional check to make sure user was added to our DockerHub org Update test for required amountAvailableToFill Add actual error message thrown Flag order-watcher as having a Docker image to publish Add publish to DockerHub step to publish flow Flesh out postpublish configs in packageJSON type Add pre-publish check to ensure publisher is logged in to docker cmdline ...
| | | * | | | | Add link to Truffle starter projectFabio Berger2019-01-173-6/+18
| | | | | | | |
| | | * | | | | Last touchesLeonid Logvinov2019-01-1711-55/+67
| | | | | | | |
| | | * | | | | Remove incorrect section of docsFabio Berger2019-01-171-7/+1
| | | | | | | |
| | | * | | | | Add call-to-action docs button at end of instructions againFabio Berger2019-01-175-0/+72
| | | | | | | |
| | | * | | | | Open 0x.org on different tabFabio Berger2019-01-171-1/+1
| | | | | | | |
| | | * | | | | Add fontsFabio Berger2019-01-174-3/+1
| | | | | | | |
| | | * | | | | Update requirement sectionsFabio Berger2019-01-173-20/+50
| | | | | | | |
| | | * | | | | Update 0x urlFabio Berger2019-01-171-1/+1
| | | | | | | |
| | | * | | | | Merge branch 'development' into fix/dev-tools-pages/finalTouchesFabio Berger2019-01-15217-5279/+4611
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (87 commits) Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts Make mapping namings direct Remove unused tslint disable Revert "Remove logAsyncErrors hack" Remove logAsyncErrors hack Refactor logAsyncErrors to follow our conventions Export Sources and SourceCodes out of tracing utils Replace console.log with logUtils.log (#1515) strict decoding of return values using generics makerAssetFillAmount -> takerAssetFillAmount Ran prettier Linter Fix build after rebase Style cleanup for Compressed Calldata in Contract Wrappers PR Use simpler `_.find` to locate fillOrderBai Updated dutch auction wrapper Added back abi-gen-wrappers Renamed signatureParser.ts to signature_parser.ts Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects` circle build failed. New commit to resubmit job. ...
| | | * \ \ \ \ \ merge developmentFabio Berger2019-01-12136-1126/+768
| | | |\ \ \ \ \ \
| | | * | | | | | | Fix copy and linksFabio Berger2019-01-117-54/+107
| | | | | | | | | |
| | | * | | | | | | Remove unused importFabio Berger2019-01-111-1/+0
| | | | | | | | | |
| | | * | | | | | | Fix title and og tags for sol-coverageFabio Berger2019-01-111-2/+2
| | | | | | | | | |
| | | * | | | | | | Merge branch 'development' into fix/dev-tools-pages/finalTouchesFabio Berger2019-01-11138-662/+1530
| | | |\ \ \ \ \ \ \ | | | | | |_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (49 commits) upgrade to ddex api v3 (#1507) Add new deployment related instructions to pipeline README (#1499) feature: implement logging and friendly wallet name for Opera Fix prettier Add missing dependencies Remove second yarn call Add .gitkeep Rename sol-trace-based-tools-common to sol-tracing-utils Update packages/sol-trace/README.md Update packages/sol-trace/CHANGELOG.json Update packages/sol-trace-based-tools-common/src/source_maps.ts Update packages/sol-trace-based-tools-common/CHANGELOG.json Update packages/sol-profiler/CHANGELOG.json Update packages/sol-coverage/CHANGELOG.json Update packages/monorepo-scripts/src/test_installation.ts chore: changelog update fix: account for undefined errors in promisify, not only null Clean up docs before publish In README's, don't mention non-existent tests (#1497) fix: use getBackendBaseUrl instead of hardcoded string ...
| | | * | | | | | | Fix footer linksFabio Berger2019-01-111-1/+1
| | | | | | | | | |
| | | * | | | | | | Add deployment commands for the Dev tools pagesFabio Berger2019-01-111-1/+11
| | | | | | | | | |
| | | * | | | | | | Rename sol-cov to sol-coverage, fix linksFabio Berger2019-01-109-39/+37
| | | | | | | | | |
| | | * | | | | | | Add docLinkFabio Berger2019-01-104-2/+6
| | | | | | | | | |
| | * | | | | | | | Increase the Buffer size when fetching tagsLeonid Logvinov2019-01-171-0/+2
| | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | Fix linterLeonid Logvinov2019-01-171-1/+0
| | | | | | | | |
| | * | | | | | | Update packages/sol-tracing-utils/src/trace_collection_subprovider.tsFabio B2019-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | * | | | | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | * | | | | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | * | | | | | | Add PR numbersLeonid Logvinov2019-01-171-3/+3
| | | | | | | | |
| | * | | | | | | Fix/simplify handling of revert trace snippetsLeonid Logvinov2019-01-175-193/+22
| | | | | | | | |
| | * | | | | | | Fix a bug when TraceCollectionSubprovider was hanging on the fake Geth ↵Leonid Logvinov2019-01-172-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | snapshot transaction
| | * | | | | | | Fix a bug when a custom Geth tracer didn't return stack entries for DELEGATECALLLeonid Logvinov2019-01-172-1/+10
| | | | | | | | |
| | * | | | | | | Revert devnet mining period from 1 to 0Leonid Logvinov2019-01-171-1/+1
| | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | update team info, add brentfragosti2019-01-172-2/+7
| | | | | | | |
| * | | | | | | Use more specific helper method decodeAssetDataOrThrowSteve Klebanoff2019-01-172-5/+4
| | | | | | | |
| * | | | | | | change helper method to return a booleanSteve Klebanoff2019-01-171-4/+5
| | | | | | | |
| * | | | | | | Change LiquidityForAssetData to return a BigNumber instead of a number to ↵Steve Klebanoff2019-01-174-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid losing precision
| * | | | | | | export type instead of interface for more succinct syntaxSteve Klebanoff2019-01-171-1/+1
| | | | | | | |
| * | | | | | | Clarify boolean variable nameSteve Klebanoff2019-01-171-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-178-7/+129
| |\| | | | | |
| | * | | | | | Merge pull request #1510 from ↵Fabio B2019-01-176-4/+126
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/monorepo-scripts/publishToDockerHub Add DockerHub Publishing Step to Publish Flow
| | | * \ \ \ \ \ Merge branch 'development' into feature/monorepo-scripts/publishToDockerHubFabio Berger2019-01-15217-5279/+4611
| | | |\ \ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (87 commits) Update packages/sol-tracing-utils/src/trace_collection_subprovider.ts Make mapping namings direct Remove unused tslint disable Revert "Remove logAsyncErrors hack" Remove logAsyncErrors hack Refactor logAsyncErrors to follow our conventions Export Sources and SourceCodes out of tracing utils Replace console.log with logUtils.log (#1515) strict decoding of return values using generics makerAssetFillAmount -> takerAssetFillAmount Ran prettier Linter Fix build after rebase Style cleanup for Compressed Calldata in Contract Wrappers PR Use simpler `_.find` to locate fillOrderBai Updated dutch auction wrapper Added back abi-gen-wrappers Renamed signatureParser.ts to signature_parser.ts Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects` circle build failed. New commit to resubmit job. ...
| | | * | | | | | Add commented-out pre-publish checksFabio Berger2019-01-141-5/+5
| | | | | | | | |
| | | * | | | | | Add additional check to make sure user was added to our DockerHub orgFabio Berger2019-01-144-20/+79
| | | | | | | | |
| | | * | | | | | merge developmentFabio Berger2019-01-12237-1758/+1959
| | | |\ \ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | |
| | | * | | | | | Add actual error message thrownFabio Berger2019-01-111-1/+3
| | | | | | | | |
| | | * | | | | | Flag order-watcher as having a Docker image to publishFabio Berger2019-01-111-0/+5
| | | | | | | | |
| | | * | | | | | Add publish to DockerHub step to publish flowFabio Berger2019-01-111-3/+42
| | | | | | | | |
| | | * | | | | | Flesh out postpublish configs in packageJSON typeFabio Berger2019-01-111-1/+5
| | | | | | | | |
| | | * | | | | | Add pre-publish check to ensure publisher is logged in to docker cmdlineFabio Berger2019-01-111-0/+12
| | | | | | | | |
| | | * | | | | | Ensure the process exitsFabio Berger2019-01-111-0/+1
| | | | | | | | |
| | * | | | | | | Merge branch 'development' into fix/asset-buyer/zero-amount-available-testSteve Klebanoff2019-01-16224-5292/+4459
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Update test for required amountAvailableToFillSteve Klebanoff2019-01-122-3/+3
| | | | | | | | |
| * | | | | | | | Remove accidental importSteve Klebanoff2019-01-171-1/+0
| | | | | | | | |
| * | | | | | | | Add PR number and fix descriptionSteve Klebanoff2019-01-161-1/+2
| | | | | | | | |
| * | | | | | | | Export types and add additional documentationSteve Klebanoff2019-01-162-0/+10
| | | | | | | | |
| * | | | | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-16224-5296/+4872
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | prettier changelogSteve Klebanoff2019-01-121-2/+1
| | | | | | | | |
| * | | | | | | | Disable promise-function-async for mocking async functionsSteve Klebanoff2019-01-121-0/+2
| | | | | | | | |
| * | | | | | | | Move calculateLiquidity to helper functionSteve Klebanoff2019-01-122-31/+35
| | | | | | | | |
| * | | | | | | | Add new version to CHANGELOGSteve Klebanoff2019-01-121-0/+9
| | | | | | | | |
| * | | | | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-12487-3456/+11534
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | getLiquidityForAssetDataAsync helper method, and fix to assetBuyer to check ↵Steve Klebanoff2019-01-123-9/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for eth token in asset pairs
| * | | | | | | | Add helper functions and expose to umd objectSteve Klebanoff2019-01-111-0/+12
| | | | | | | | |
| * | | | | | | | Add LiquidityRequestOpts typeSteve Klebanoff2019-01-111-0/+5
| | | | | | | | |
| * | | | | | | | Getting rid of unused params and adding documentationSteve Klebanoff2019-01-111-8/+14
| | | | | | | | |
| * | | | | | | | rename tokensAvailableInUnitAmount to tokensAvailableInBaseUnits and use ↵Steve Klebanoff2019-01-113-32/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test helpers
| * | | | | | | | Adding more test coverageSteve Klebanoff2019-01-111-4/+37
| | | | | | | | |
| * | | | | | | | Implement liquidity checking w/ testingSteve Klebanoff2019-01-115-3/+307
| | | | | | | | |
* | | | | | | | | Update packages/web3-wrapper/CHANGELOG.jsonFabio B2019-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* | | | | | | | | Update packages/subproviders/CHANGELOG.jsonFabio B2019-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
* | | | | | | | | Add CHANGELOG entriesLeonid Logvinov2019-01-152-0/+18
| | | | | | | | |
* | | | | | | | | Merge branch 'development' into feature/new-ganacheLeonid Logvinov2019-01-15132-650/+1039
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | PublishLeonid Logvinov2019-01-1541-309/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-1569-261/+505
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #1498 from 0xProject/fix/sol-covLeonid Logvinov2019-01-1523-81/+226
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Sol tracing fixes
| | * | | | | | | Update packages/sol-tracing-utils/src/trace_collection_subprovider.tsFabio B2019-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>